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=8789>. 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=8789 SuExec Log File does not get created by default when suexec is enabled Summary: SuExec Log File does not get created by default when suexec is enabled Product: Apache httpd-2.0 Version: 2.0.35 Platform: PC URL: http://httpd.apache.org/docs-2.0/suexec.html OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The documentation at the url http://httpd.apache.org/docs-2.0/suexec.html mentions "--suexec-logfile=FILE This defines the filename to which all suEXEC transactions and errors are logged (useful for auditing and debugging purposes). By default the logfile is named "suexec_log" and located in your standard logfile directory (-- logfiledir)." When i ran: ./configure --prefix=/usr/local/apache2 --enable-auth-anon --enable-auth-dbm -- enable-so --enable-speling --enable-dav --enable-dav-fs --enable-suexec --with- suexec-caller=99 --with-suexec-docroot=/domains --with-suexec-uidmin=500 --with- suexec-gidmin=500 --enable-static-support --enable-static-htpasswd --enable- static-htdigest --enable-static-rotatelogs --enable-static-logresolve --enable- static-htdbm --enable-static-ab --enable-static-checkgid --enable-ssl --with- ssl=../openssl-0.9.6c the suexec logfile didnot get created by default. Each time suexec wants to log an error it gives another error in the log files as below: [Fri May 03 23:54:53 2002] [error] [client 192.168.1.38] failed to open log file [Fri May 03 23:54:53 2002] [error] [client 192.168.1.38] fopen: No such file or directory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
