Upgrading to Apache 2.2
A few short notes about upgrading to Apache 2.2 from Apache 1.3. I did the install. Then found all websites gave this: Forbidden You don’t have permission to access /commit.php on this server. The issue there was this set of standard directives in /usr/local/etc/apache22/httpd.conf: <Directory /> AllowOverride None Order deny,allow Deny from all </Directory> I […]
Upgrading to Apache 2.2 Read More »