Re: [EMAIL PROTECTED] mod_autoindex not cooperating

2006-12-13 Thread David Scott
aScript). But when I set up a separate vhost and left off the SetHandler directives completely it worked like a charm. Thanks guys. d Joshua Slive wrote: On 12/13/06, David Scott <[EMAIL PROTECTED]> wrote: David Scott wrote: Nope, this simply does not work for me. Here is the latest h

Re: [EMAIL PROTECTED] mod_autoindex not cooperating

2006-12-13 Thread David Scott
David Scott wrote: Nope, this simply does not work for me. Here is the latest httpd.conf snippet: Listen 3002 Alias /static /home/david/pix/html/static DocumentRoot /home/david/pix/html SetHandler default Options +Indexes Order allow,deny Allow from all

[EMAIL PROTECTED] mod_autoindex not cooperating

2006-12-11 Thread David Scott
I've got apache 2.2.3 running and I'd like to generate an automatic directory listing, but I can't. I've checked and mod_autoindex is compiled in statically. The snippet from my httpd.conf is as follows. I'd like a directory listing in the /code location. Listen 3001 NameVirtualHost *:3001