I just want to serve a directory full of .pdf files, but cannot figure how to do so. All efforts with .htaccess and httpd.conf changes have failed me. 403 Error- Forbidden! [Mon Apr 13 15:32:04 2009] [error] [client 173.9.176.169] Directory index forbidden by Options directive: /var/www/web1/web/ServeFolder/, referer: http://aeis.cc/
Add the following to the Apache Directives (it's under ISPconfig > ISPmanager > The domain in question. Code: <Directory "/var/www/web1/web/ServeFolder"> Options +Indexes IndexOptions +FancyIndexing </Directory>
The correct solution is what edge suggested. The edit that you made in the conf file will be removed automatically, never edit the vhost files manually.