Ticket #10511: apache2.patch
File apache2.patch, 485 bytes (added by tonytung@…, 18 years ago) |
---|
-
Portfile
old new 82 82 build.env-append "LD_LIBRARY_PATH=${prefix}/lib" 83 83 } 84 84 85 variant suexec { 86 configure.args-append "--enable-suexec --with-suexec --with-suexec-logfile=${prefix}/apache2/logs/suexec.log" 87 } 88 85 89 startupitem.create yes 86 90 startupitem.start \ 87 91 "\[ -x ${prefix}/apache2/bin/apachectl \] && ${prefix}/apache2/bin/apachectl start > /dev/null"