Listen 3001 NameVirtualHost *:3001 <VirtualHost *:3001> DocumentRoot /home/david/pix/html <Location /> PerlSetEnv SQL_DEBUG 1 SetHandler perl-script PerlHandler Pix Allow from all </Location> <Location /static> SetHandler none </Location> <Location /code> SetHandler default Order allow,deny Allow from all Options +Indexes +FollowSymLinks </Location> </VirtualHost> The message in the error log is[Mon Dec 11 16:59:49 2006] [error] [client 127.0.0.1] Attempt to serve directory: /home/david/pix/html/code/
I've tried this in just about every way imaginable, disabling the mod_perl handler, configuring outside a virtual host, using Options All, etc etc etc. The server simply does not want to give me a directory listing.
Can anyone think of anything else I can try to figure this out? mod_autoindex is supposed to just work.
d --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx