Ticket #10511: apache2.2.patch
File apache2.2.patch, 798 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 "\ 87 "--with-suexec-logfile=${prefix}/apache2/logs/suexec.log "\ 88 "--with-suexec-safepath=${prefix}/local/bin:/usr/local/bin:/usr/bin:/bin "\ 89 "--with-suexec-uidmin=500 "\ 90 "--with-suexec-gidmin=500 "\ 91 "--with-suexec-userdir=Sites " 92 } 93 85 94 startupitem.create yes 86 95 startupitem.start \ 87 96 "\[ -x ${prefix}/apache2/bin/apachectl \] && ${prefix}/apache2/bin/apachectl start > /dev/null"