You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/03/12 00:10:54 UTC

DO NOT REPLY [Bug 17897] New: - util/main.c ap_can_exec should use access() call

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17897>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17897

util/main.c ap_can_exec should use access() call

           Summary: util/main.c ap_can_exec should use access() call
           Product: Apache httpd-1.3
           Version: 1.3.27
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: hroberts@cyber.law.harvard.edu


ap_can_exec checks for the execute bit manually, which doesn't work on acl
filesystems.  It should use the POSIX access() call instead.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org