[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] userdir in Apache



Christopher Fowler wrote:
> I'm using the mod_userdir module in apache to serve up pages in user
> directories.  It seems to work great with the exception that all
> directories must have an 'index.html' file in them.  Without that there
> is no permission to view the directory.  Some directories have files I
> want to display normally in the browser.  Can someone tell me that
> changes to make to the config?
> 
> <Directory /home/*/public_html/cgi-bin/>
>         Options ExecCGI
>         SetHandler cgi-script
> </Directory>

Try adding "Indexes" to your Options in <Directory>. That works for me

-Brian