On 12/13/06, David Scott <[EMAIL PROTECTED]> wrote:
David Scott wrote:
Nope, this simply does not work for me. Here is the latest httpd.conf
snippet:
Listen 3002
<VirtualHost *:3002>
Alias /static /home/david/pix/html/static
DocumentRoot /home/david/pix/html
<Location /static>
SetHandler default
Options +Indexes
Order allow,deny
Allow from all
</Location>
<Directory /home/david/pix/html/static/code>
SetHandler default
Options +Indexes +FollowSymLinks
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
both a request to /static and /static/code return
[Wed Dec 13 12:11:51 2006] [error] [client 127.0.0.1] Attempt to serve
directory: /home/david/pix/html/static/
Get rid of the SetHandler default stuff. It probably interferes with
mod_autoindex's ability to put its directory handler in place.
Joshua.
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]