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

Apache 2.0.48 disk_cache_module problem: Directory index f..

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  server bandwidth limited  
Author Message
bgeneto

External


Since: Mar 16, 2004
Posts: 1



(Msg. 1) Posted: Tue Mar 16, 2004 10:57 pm
Post subject: Apache 2.0.48 disk_cache_module problem: Directory index forbidden
Archived from groups: alt>apache>configuration (more info?)

After hours running apache, disk_cache suddenly causes my root
directory index file (htm) not to load anymore. So I get the error:
'Directory index forbidden by rule:' when trying to access
'mysite.com' without /index.htm. That's right, I forbid root directory
listing via httpd.conf for security reasons. But the index.htm file is
present, why this file is not loading anymore? When I manually empty
the cacheroot (proxy) dir everything returns to be alright. Any idea,
some of my configuration follows, TIA,

Bernhard.

httpd.conf
==========

DirectoryIndex index.htm index.php index.html

<IfModule mod_proxy.c>
ProxyRequests On

<Proxy *>
AuthType Basic
AuthName "Authentication Required"
AuthUserFile
Require user
</Proxy>

ProxyVia on

<IfModule mod_disk_cache.c>
CacheRoot "C:/Program Files/Apache Group/Apache2/proxy"
CacheSize 256
CacheGcInterval 24
CacheEnable disk /
CacheMaxExpire 86400
CacheDefaultExpire 14400
CacheLastModifiedFactor 0.1
CacheDirLength 3
CacheDirLevels 5
</IfModule>

<IfModule mod_mem_cache.c>
CacheEnable mem /
MCacheSize 8192
MCacheMaxObjectCount 100
MCacheMinObjectSize 1
MCacheMaxObjectSize 2048
</IfModule>

</IfModule>
# End of proxy directives.

 >> Stay informed about: Apache 2.0.48 disk_cache_module problem: Directory index f.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Problem with auth_ldap in Apache 2.0.47 vs Active Directory - Hi - Can anyone help with a problem I'm experiencing with auth_ldap? I have built Apache 2.0.47 with the auth_ldap module (on Solaris 8) and want to use it to authenticate against our Active Directory database. I have got to a point where it is clearl...

user directory index - Hi all, On my Mac OS X system Apache creates an index in the DocumentRoot (http://localhost/) if no index.html is present but in the user directory (http://localhost/~username/) no index is created if no index.html page is present. I get permission denie...

Directory index query - Hi When there is no know index.* file in my root directory the contents of that directory are displayed under the heading Index of /Directory. Can anyone tell me how I disable this within the httpd.conf file. I want it to say /Forbidden or something..

apache2 - no access - Directory index forbidden by rule: /.. - hello ng, install apache2 on suse 9.0 prof, but can´t access on client für directories. i create directory under srv/www/htdocs called test and some subdirectories. but i can see only index.html on this directory, no link into subdirectories. why? - ...

Index Server on Apache? - Good afternoon, Does anyone know if Apache has an equivalent of IIS's Index Server - or alternatively is there an easy method for searching documents for keywords, using Apache? Many thanks in advance. Cheers, Andy
   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 ]