Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Apache 2.0.55 Forbidden directory SSL
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
toroneos
n00b
n00b


Joined: 20 Oct 2005
Posts: 65

PostPosted: Mon Apr 10, 2006 8:02 pm    Post subject: Apache 2.0.55 Forbidden directory SSL Reply with quote

Hi,

I have a slight problem with the SSL- configuration of my apache. It's a standard apache with just a default host on Port 80 and 443.
Under HTTP i can browse every directory, but under HTTPS I got for one directory follow error: "Directory index forbidden by rule". In this directory are Symlinks.

Where and what Options I have to put in?

thx
Back to top
View user's profile Send private message
badchien
Guru
Guru


Joined: 16 Feb 2004
Posts: 415
Location: doghouse

PostPosted: Thu Apr 13, 2006 2:22 am    Post subject: Reply with quote

You probably need something like this:

Code:
<Directory "/path/to/files">
  Options +Indexes
</Directory>
Where /path/to/files would be the location of the files you want to browse, not the symlinks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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