I'm running a Named virtual hosting webserver with one IP address.
Everything works fine there, but now my .htaccess files don't work as before
(I previously had an IP address for every webserver and configured for IP
based virtual hosting). Also, I cannot list directories, I get "Forbidden".
All of the users *.cgi files in their public_html no longer execute anymore.
The server respondes with "Forbidden" as well.
I've check the docs and the website, and it says to put these directives in
srm.conf (which they always were since my 1.2.6 installation and they are in
the default 1.3.1 installation). Is there anyting else I need to do to get
this to work? Here's my srm.conf entries that used to work:
.....
AddHandler cgi-script .cgi
...
AccessFileName .htaccess