FreeBSD Bugzilla – Attachment 44866 Details for
Bug 69334
Fix for /suphp.log (should be /var/log/suphp.log)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 881 bytes, created by
Jeremy Chadwick
on 2004-07-20 09:50:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jeremy Chadwick
Created:
2004-07-20 09:50:21 UTC
Size:
881 bytes
patch
obsolete
>--- Makefile.orig Thu Jul 15 15:13:36 2004 >+++ Makefile Tue Jul 20 01:36:37 2004 >@@ -19,8 +19,7 @@ > USE_APACHE= yes > CONFLICTS= mod_php4-4* php-4.* > >-LOG_PATH?= ${WITH_LOGPATH} >-WITH_LOGNAME?= suphp.log >+LOGFILE?= /var/log/suphp.log > PHP_PATH?= ${LOCALBASE}/bin/php > APACHE_USER?= ${WWWOWN} > MIN_UID?= 80 >@@ -31,7 +30,7 @@ > LANG= en de > > CONFIGURE_ARGS+= --with-php=${PHP_PATH} \ >- --with-logfile=${LOG_PATH}/${WITH_LOGNAME} \ >+ --with-logfile=${LOGFILE} \ > --with-apache-user=${APACHE_USER} \ > --with-min-gid=${MIN_UID} \ > --with-min-uid=${MIN_GID} \ >@@ -52,9 +51,6 @@ > .endif > ## WITH_SETID_MODE: Mode to use for setting UID/GID. > CONFIGURE_ARGS+= --with-setid-mode=${WITH_SETID_MODE} >-## WITH_LOGPATH (formerly known as LOG_PATH): logging directory >-## (default: /var/log) >-## WITH_LOGNAME: log file name (default suphp.log) > > .include <bsd.port.pre.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 69334
: 44866