My server is a in house development server so i want to activate indexing
I got mandrake 10 runnin apache 2.0.48
The config file is commonhttpd.conf in the /etc/httpd/conf/ directory
I read through al the documentaion searched high and low in all different sites (including here)
ANd something that was supposed to take 5 min is now going on two hours
I Have edited my conf file as follows
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
# Also, for security, we disable indexes globally
#
<Directory />
Options +Indexes
</Directory>
#Restricted set of options
#<Directory />
# Options -All -Multiviews
# AllowOverride None
# <IfModule mod_access.c>
# Order deny,allow
# deny from all
# </IfModule>
#</Directory>
I commented out the restricted settings and setup indexing for the root
but I still keep getting forbidden errors
I have restarted http hundred times even rebooted the server for the hell of it
I dont know what else to do
every doc says i got it right yet it dont work
Any help is appreciated
If you want to see my entire conf let Ill post it up but wasnt sure if it was necessary
