Confirmed users
920
edits
LesOrchard (talk | contribs) |
LesOrchard (talk | contribs) |
||
| Line 67: | Line 67: | ||
# Get apache2 up and running | # Get apache2 up and running | ||
sudo port install apache2 | sudo port install apache2 | ||
# | |||
# Ensure sure .cgi is recognized to CGI scripts | # Ensure sure .cgi is recognized to CGI scripts | ||
# Uncomment line 383: | # Uncomment line 383: | ||
# AddHandler cgi-script .cgi | # AddHandler cgi-script .cgi | ||
# | |||
# Ensure that userdir_module is enabled, around line 113 of /opt/local/apache2/conf/httpd.conf | # Ensure that userdir_module is enabled, around line 113 of /opt/local/apache2/conf/httpd.conf | ||
# | |||
# Ensure that ExecCGI and FollowSymLinks options are enabled in /opt/local/apache2/conf/extra/httpd-userdir.conf | # Ensure that ExecCGI and FollowSymLinks options are enabled in /opt/local/apache2/conf/extra/httpd-userdir.conf | ||
# | |||
# Be sure to disable Apple's apache and switch to MacPorts' | # Be sure to disable Apple's apache and switch to MacPorts' | ||
sudo /usr/sbin/apachectl stop | sudo /usr/sbin/apachectl stop | ||