Re: Permissions problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Chris Arnold schrieb:
Kamil Wencel wrote:
Hi Chris,
You don't have permission to access the requested directory. There is
either no index document or the directory is read-protected.

my first guess would be:

you have no index.html in the folder AND have the automatic directory
listings disabled.



Hi Kamil!
Yep, i do not have an index.* in that directory. I also have looked for
the automatic directory listings in httpd.conf. All i found was <Directory>
options none
AllowOverride none
order deny,allow
deny from all
</directory>
There you go:

>>> options none <<<

try

Options +Indexes

as described in http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html instead.

"Automatic index generation is enabled with using |Options +Indexes|. See the |Options <../mod/core.html#options>| directive for more details."

Also, use Allow from all, otherwise no host can connect to it and yoiu'll get a 403 again.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux