Jump to content

Apache Problems


Guest Fear
 Share

Recommended Posts

I have apache installed and its running, Somehow the autoindexing isnt working or something because I configured the server to goto another hard drive because I am gonna also host my music off of it, well if there isnt an index file in the folder, I cant access it, I get a forbidden error, www.fearserver.info anyone know how to fix this because it works just fine if there is an index file, i just want it to list the folders in auto indexing. In the httpd2.conf file auto indexing module is uncommented al well. Thanks if you can help

Edited by Fear
Link to comment
Share on other sites

Also in /etc/httpd/2.0/conf/commonhttp.conf

 

<Directory />

Options -Indexes +ExecCGI -All -Multiviews

AllowOverride All

<IfModule mod_access.c>

Order deny,allow

Allow from all

</IfModule>

</Directory>

 

Then you can create an .htaccess folder in the directory you want to allow Indexes in that just says:

 

Options +Indexes

 

 

If you want to do it the insecure way, you can change it in the commonhttp.conf file:

Options +Indexes +ExecCGI -All -Multiviews

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...