[ale] userdir in Apache
Brian Pitts
brian at polibyte.com
Sat Mar 22 15:58:29 EDT 2008
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
More information about the Ale
mailing list