-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 24 September 2001 04:00 pm, Jon Doe wrote:
> Ok, how do I let my visitors browse files in a directory, so I don't
> have to build an html page for each directory and file?
> As of right now it keeps saying you don't have permission to acccess
> this directory

This error means one of two things:
1. Your httpd.conf does not contain a proper <Directory> entry for the 
directory you are trying to access.
OR (more likely?)
2. The directory itself has the rong permissions. Any directory that 
Apache is to read from needs *at least* 0755 permissions. This is because 
Apache falls under the set of "Other" permissions (the last digit above), 
and it needs both read and execute on any directory it is going to access. 
Files within that directory must be at least 644, so that Apache has at 
least read-only access.

Once you can access a directory, Apache should create an index for you 
automatically, if it can't find an appropriate index.* file.

HTH,
Dave
- -- 
"Nihil tam munitum quod non expugnari pecunia possit." (No 
fortification is such that it cannot be subdued with money.)
- - Marcus Tullius Cicero, 106-43 B.C.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7r6EaA68l26XsZUYRAkmtAKCs19Z1iaeghfvdublaDhLLO01trgCfRrDu
Ank0oOOJa1Lwmnu3zWFF7T4=
=AZ7X
-----END PGP SIGNATURE-----

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to