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 2012/10/10 07:57:54 UTC

[Bug 53988] New: Missing FCGIWrapper script should not be a critical error

https://issues.apache.org/bugzilla/show_bug.cgi?id=53988

          Priority: P2
            Bug ID: 53988
          Assignee: bugs@httpd.apache.org
           Summary: Missing FCGIWrapper script should not be a critical
                    error
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: unixmonkey@gmail.com
          Hardware: PC
            Status: NEW
           Version: 2.5-HEAD
         Component: mod_fcgid
           Product: Apache httpd-2

In a shared server environment that uses SuexecUserGroup, FCGIWrapper has to be
owned by the user. If the user accidentally or intentionally deletes
FCGIWrapper file, this would prevent Apache from starting up.

Missing FCGIWrapper should not be a critical error. Instead it should be logged
as an error during Apache startup

One potential fix could be use yet another flag in FcgidWrapper Directive and
if this flag exists, don't check for the existence of FcgidWrapper

Another, much simpler one would be to use 

ap_log_perror(APLOG_MARK, APLOG_STARTUP|APLOG_ERR, apr_get_os_error(),
cmd->pool, "mod_fcgid: Wrapper does not exist at %s", path);

instead of

return missing_file_msg(cmd->pool, "Wrapper", path, rv);

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 53988] Missing FCGIWrapper script should not be a critical error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53988

Franck V <fv...@pird.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fv@pird.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 53988] Missing FCGIWrapper script should not be a critical error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53988

unixmonkey@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |unixmonkey@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 53988] Missing FCGIWrapper script should not be a critical error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53988

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.

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