Ticket #10511: apache2.patch

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

proposed 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 --with-suexec-logfile=${prefix}/apache2/logs/suexec.log"
     87}
     88
    8589startupitem.create     yes
    8690startupitem.start      \
    8791"\[ -x ${prefix}/apache2/bin/apachectl \] && ${prefix}/apache2/bin/apachectl start > /dev/null"