Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

mod auto_index -- WEIRD. it won't index docroot, but will ..

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  mod rewrite - find word and redirect  
Author Message
heestand

External


Since: Jun 03, 2004
Posts: 3



(Msg. 1) Posted: Wed Feb 04, 2004 9:57 pm
Post subject: mod auto_index -- WEIRD. it won't index docroot, but will index subdirectories!
Archived from groups: alt>apache>configuration (more info?)

I have mod_auto_index set to index my website but it will only index
subdirectories off my docroot, never the docroot itself! If you try
to go to the docroot is gives a 403 Forbidden message and logs a
message that says "Directory index forbidden by rule:
/home/doug/www/". I am running apache 2.0.48. It has nothing to do
with permissions on the folder because I can get Apache to index the
exact same directory by moving my docroot up one directory. My very
shortened config is as follows:

IndexOptions FancyIndexing FoldersFirst NameWidth=*

<Directory /home/doug/www>
order allow,deny
allow from all
AllowOverride AuthConfig
AuthUserFile /etc/httpd/conf/my.htpasswd
AuthType Basic
AuthName "My Folder"
require valid-user
DAV On
Options Indexes
</Directory>

<VirtualHost 192.168.1.1:80>
DocumentRoot /home/doug/www/
ServerName my.website.com
DAVDepthInfinity On
DAVLockDB /var/db/webdav/lock.db
DAVMinTimeout 600
</VirtualHost>

 >> Stay informed about: mod auto_index -- WEIRD. it won't index docroot, but will .. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
weird problem with URL path - Hi, I just run into a weird problem with my new updated apache server. If I type in http://mydomain.com/directory/ the server loads up the default index.htm just fine. But if I remove the back slash of the URL, ie. if I type..

Weird sudden problem - Hi, I had Apache 2.0.47 running on a Mandrake server for a couple of months with no problems whatsoever. I come in today and everyone is telling me that the intranet is down. When I check it, Apache isn't running. I bring up webmin and it tells me..

Index of /files/ - When I put some files in a directory /files/ for download and include no HTML file the client who surfs to www.myhost.com/files/ gets to see a 'directory view' with download links. Below the links it also lists the Apache and PHP versions active. Index....

[2.0.48] About index.html.var and index.html - ( I use Apache 2.0.48 on XP Prof) Under Apache 1.x I simply dumped my html files in the webroot folder and 'it' worked. I am struggling to get my simple .HTML website running under 2.x I see some things have changed dramatically in the conf files. I..

index.pl not loading - Hi all! I do have a problem that my application is not loading properly. Example of my problem: Let's say i do have a portal application at: http://sample.domain.com/portal/index.pl When i enter that URL in the browser the portal loads just fine. When ...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]