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 2002/09/28 00:50:04 UTC

DO NOT REPLY [Bug 13104] New: - suexec log file location have a problem and -with-suexec-logfile does not work

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=13104>.
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=13104

suexec log file location have a problem and -with-suexec-logfile does not work

           Summary: suexec log file location have a problem and -with-
                    suexec-logfile does not work
           Product: Apache httpd-2.0
           Version: 2.0.42
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: support
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: sbhan@os.korea.ac.kr


If i enabled suexec option, SuExec log file was not created initally and 
suexec did not work. So i created /usr/local/apache2/logs/cgi.log 
or /usr/local/apache2/logs/suexec_log, but it did not work. 

After that, i inspected source file of suexec. I found that source code in 
support/suexec.h file says not apache2 but "apache". 

> #ifndef AP_LOG_EXEC
> #define AP_LOG_EXEC "/usr/local/apache/logs/cgi.log"   /* Need me? */
                                  ~~~~~~
> #endif 

In addition to this, it seems that "-with-suexec-logfile" compile flag does 
not work.

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