Hey all,

I've got apache-1.3.14-2.6.2 and I can't get it to list the contents of directories. 
I'm sure I'm missing something but I don't know what. I have the following:

        IndexOptions    FancyIndexing

In both the global section and the virtualhost. It makes no difference, I get a 403 
"forbidden". I know the filesystem perms are ok because if I put an index.html in any 
of the dirs it shows up in a jiffy.

I do have mod_autoindex

Any idea what I'm doing wrong? Here's a virtual host sample:

<VirtualHost xxx.xxx.xxx.xxx>
    ServerName xxxxx.com
    ServerAlias www.xxxxx.com
    DocumentRoot /home/webhome/xxxxx
    ServerAdmin [EMAIL PROTECTED]
    ErrorLog logs/xxxxx-error_log
    CustomLog logs/xxxxx-access_log combined
    IndexOptions FancyIndexing
</VirtualHost>

I've also tried 

        FancyIndexing   on 

instead of IndexOptions, but no use.

TIA

----------------------------------------------------
Jonathan Wilson
System Administrator

Cedar Creek Software
http://www.cedarcreeksoftware.com

Central Texas IT
http://www.centraltexasit.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to