Ticket #10511: apache2.2.patch

File apache2.2.patch, 798 bytes (added by tonytung@…, 18 years ago)

updated patch

  • Portfile

    old new  
    8282        build.env-append "LD_LIBRARY_PATH=${prefix}/lib"
    8383}
    8484
     85variant 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
    8594startupitem.create      yes
    8695startupitem.start       \
    8796"\[ -x ${prefix}/apache2/bin/apachectl \] && ${prefix}/apache2/bin/apachectl start > /dev/null"