Re: [EMAIL PROTECTED] Filename Access

2006-01-02 Thread httpd2
nd by sending me a copy of his httpd.conf file in the early hours! Happy new year to everyone. Keith Roberts On Thu, 29 Dec 2005, Jim Walls wrote: > To: users@httpd.apache.org > From: Jim Walls <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] Filename Access > > Sean Davis w

Re: [EMAIL PROTECTED] Filename Access

2005-12-30 Thread Sean Davis
Order deny,allow > Deny from all > > > > > > Options None > Order deny,allow > Deny from all > > Order deny,allow > Deny from all > > > > > #===

Re: [EMAIL PROTECTED] Filename Access

2005-12-30 Thread httpd2
amp; ACCESS PERMISSIONS #== # end of websites.conf On Fri, 30 Dec 2005, Sean Davis wrote: > To: users@httpd.apache.org > From: Sean Davis <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] Filename Access > > Just a suggestion, but if you take out the .php direct

Re: [EMAIL PROTECTED] Filename Access

2005-12-30 Thread Sean Davis
On 12/30/05 5:24 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Thankyou for checking things out on your machine Andrey. > > Now I know what the container is supposed to > do, I can try and find out the problem on my own machine. > > As you say, it appears the machines configuration

Re: [EMAIL PROTECTED] Filename Access

2005-12-30 Thread httpd2
ndrey Kuznetsov wrote: > To: users@httpd.apache.org > From: Andrey Kuznetsov <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] Filename Access > > Hmm, I just recreated your setup: > This is the message I got, for .html and .jpg extensions. > > Forbidden > You

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Andrey Kuznetsov
On Thu, 29 Dec 2005, Jim Walls wrote: > > > To: users@httpd.apache.org > > From: Jim Walls <[EMAIL PROTECTED]> > > Subject: Re: [EMAIL PROTECTED] Filename Access > > > > I have a restricted directory on one of my sites and I > > looked at my config to see what I h

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
; From: Jim Walls <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] Filename Access > > I have a restricted directory on one of my sites and I > looked at my config to see what I have listed. I also > tried the same test that you did on my site. When I try > to access

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Jim Walls
Sean Davis wrote: On 12/29/05 2:26 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: Sean - I have created a directory in the public area, and added the following to my config file: Options None Order deny,allow Deny from all Order deny,allow Deny from all (I restarted apach

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
29 Dec 2005, Joshua Slive wrote: > To: users@httpd.apache.org > From: Joshua Slive <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] Filename Access > Show us the exact url that you are using and the exact > message from the error log for a succes

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Joshua Slive
On 12/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Sean - I have created a directory in the public area, and > added the following to my config file: > > > Options None > Order deny,allow > Deny from all > >Order deny,allow >Deny from all > > > > (I restarted apache with

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Sean Davis
On 12/29/05 2:26 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Sean - I have created a directory in the public area, and > added the following to my config file: > > > Options None > Order deny,allow > Deny from all > > Order deny,allow > Deny from all > > > >

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
Sean - I have created a directory in the public area, and added the following to my config file: Options None Order deny,allow Deny from all Order deny,allow Deny from all (I restarted apache with /etc/init.d/apache2 stop, then start.) If you go to that directory, you wil

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
Just done a test. I'm reading the config file OK, so that's not the problem: # apache2ctl -t Syntax error on line 158 of /etc/apache2/my-conf/websites.conf: Expected but saw Keith - The official User-To-User support forum o

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
From: Sean Davis <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] Filename Access > Since you say that you have a complicated, multifile > config, are you sure that you are actually reading this > config file? Are you sure that you aren't later > overriding

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Sean Davis
On 12/29/05 1:31 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Hi Sean. > > I'm usiing Apache 2 on SuSE Linux 9.2 pro. > > The config is split over many different files. > > I include my own custom config file that has different > directory settings, such as: > > > > Options

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
Dec 2005, Sean Davis wrote: > To: users@httpd.apache.org > From: Sean Davis <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] Filename Access > > It would be helpful if you let us know some details of the > config file that you are

Re: [EMAIL PROTECTED] Filename Access

2005-12-29 Thread Sean Davis
On 12/29/05 10:48 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Hi all. > > When I setup a directory to forbid access to it, and to the > files in the directory, I can still retrieve a file's > contents if I know the full file name. > > Is this normal behaviour - or can I block acce

[EMAIL PROTECTED] Filename Access

2005-12-29 Thread httpd2
Hi all. When I setup a directory to forbid access to it, and to the files in the directory, I can still retrieve a file's contents if I know the full file name. Is this normal behaviour - or can I block access to these unlisted files somehow? Regards - Keith --