View previous topic :: View next topic |
Author |
Message |
toroneos n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Oct 2005 Posts: 65
|
Posted: Mon Apr 10, 2006 8:02 pm Post subject: Apache 2.0.55 Forbidden directory SSL |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
badchien Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Simpsons/simpsons_santas_little_help.gif)
Joined: 16 Feb 2004 Posts: 415 Location: doghouse
|
Posted: Thu Apr 13, 2006 2:22 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|