[BACK]Return to MESSAGE CVS log [TXT][DIR] Up to [local] / ports / www / lightsquid / pkg

Annotation of ports/www/lightsquid/pkg/MESSAGE, Revision 1.1

1.1     ! yason       1: If you have your apache non-chrooted (httpd -u)
        !             2: you need to add following lines in httpd.conf to get it work:
        !             3:
        !             4: <Directory "${INSTDIR}">
        !             5:    AddHandler cgi-script .cgi
        !             6:    AllowOverride All
        !             7: </Directory>
        !             8:
        !             9: Then apache needed to be restarted.
        !            10:
        !            11: If you have some troubles - run ${INSTDIR}/check-setup.pl first

CVSweb