RE: Disable Directory listing in Apache

2000-06-20 Thread Chad W. Skinner
> I would like to know how to disable directory listing for my > Apache server. What i mean is that I have some files under /gen > directory. I can browse all the files under that directory by using > "www.domain.com/gen". I wouldn't like to show all of my files. Try adding something s

Re: Disable Directory listing in Apache

2000-06-20 Thread Danny
Assuming your DocumentRoot is /home/httpd/html and the folder is in /home/httpd/html/gen have you tried chmod 644 /home/httpd/html/gen/ as root Looking forward to your feedback. dannyh [EMAIL PROTECTED] On Tue, 20 Jun 2000, Mark Lo wrote: > Hi, > > I would like to know how to disable

Re: Disable Directory listing in Apache

2000-06-19 Thread Michael Ghens
(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); ' On Tue, 20 Jun 2000, Mark Lo wrote: > Date: Tue, 20 Jun 2000 10:13:02 +0800 > From: Mark Lo <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: redhat user list <[EMAIL PROTECTED]> > Subject: Disable Directory li

Disable Directory listing in Apache

2000-06-19 Thread Mark Lo
Hi, I would like to know how to disable directory listing for my Apache server. What i mean is that I have some files under /gen directory. I can browse all the files under that directory by using "www.domain.com/gen". I wouldn't like to show all of my files. Thank you Mark -- To