Re: [us...@httpd] Directory Permssions

2009-07-17 Thread Drew Tomlinson
ML wrote: Hi Tom, Say I have a directory of files that contain my MySQL connection information, queries, etc, etc. How do I prevent people from browsing the directory but allow the files to still be used when I include them in a page. Say to connect to MySQL. Don't ever put them inside your

Re: [us...@httpd] Directory Permssions

2009-07-15 Thread Tom Evans
On Wed, 2009-07-15 at 07:46 -0700, ML wrote: > Hi Tom, > > >> Say I have a directory of files that contain my MySQL connection > >> information, queries, etc, etc. > >> > >> How do I prevent people from browsing the directory but allow the > >> files to still be used when I include them in a page.

Re: [us...@httpd] Directory Permssions

2009-07-15 Thread ML
Hi Tom, Say I have a directory of files that contain my MySQL connection information, queries, etc, etc. How do I prevent people from browsing the directory but allow the files to still be used when I include them in a page. Say to connect to MySQL. Don't ever put them inside your document ro

Re: [us...@httpd] Directory Permssions

2009-07-15 Thread Tom Evans
On Tue, 2009-07-14 at 12:45 -0700, ML wrote: > Hi Doug, > > >> So does that prevent crawling and browsing, but does allow if I > >> click a link or include a file it will work? > >> > > > > No, it prevents the directory and all files within from being served > > by the webserver at all. Anythi

Re: [us...@httpd] Directory Permssions

2009-07-14 Thread Doug Bell
On Jul 14, 2009, at 2:45 PM, ML wrote: Hi Doug, So does that prevent crawling and browsing, but does allow if I click a link or include a file it will work? No, it prevents the directory and all files within from being served by the webserver at all. Anything else is either half-secure

Re: [us...@httpd] Directory Permssions

2009-07-14 Thread ML
Hi Doug, So does that prevent crawling and browsing, but does allow if I click a link or include a file it will work? No, it prevents the directory and all files within from being served by the webserver at all. Anything else is either half-secure or half- broken I don't understand wha

Re: [us...@httpd] Directory Permssions

2009-07-14 Thread Doug Bell
Please don't top post. On Jul 14, 2009, at 1:00 PM, ML wrote: Hi Doug, So does that prevent crawling and browsing, but does allow if I click a link or include a file it will work? No, it prevents the directory and all files within from being served by the webserver at all. Anything els

Re: [us...@httpd] Directory Permssions

2009-07-14 Thread ML
Hi Doug, So does that prevent crawling and browsing, but does allow if I click a link or include a file it will work? -Jason On Jul 13, 2009, at 4:57 PM, Doug Bell wrote: On Jul 13, 2009, at 1:37 PM, ML wrote: Hello All, I am confused about directory permissions inside of my wwwroot/ I

Re: [us...@httpd] Directory Permssions

2009-07-13 Thread Doug Bell
On Jul 13, 2009, at 1:37 PM, ML wrote: Hello All, I am confused about directory permissions inside of my wwwroot/ I am using name-based virtual hosting and I have y web root as /var/ www/html All of my websites are inside /var/www/html in their own directories. How can I i have a directory

[us...@httpd] Directory Permssions

2009-07-13 Thread ML
Hello All, I am confused about directory permissions inside of my wwwroot/ I am using name-based virtual hosting and I have y web root as /var/ www/html All of my websites are inside /var/www/html in their own directories. How can I i have a directory protected from crawlers indexing it? Wha