[users@httpd] access rules

2013-10-23 Thread Leo Donahue - OETX
Apache 2.4.6 Subversion 1.8.3 When implementing access rules, what is the significance of the following: [/] admin = rw [repo1/] * = r Does admin have read/write access to repo1 and any subdirectories in repo1? I ran into an issue checking out repo1 and then trying to make a subdirectory in r

Re: [users@httpd] Access rules in an intranet

2012-06-18 Thread Luís de Sousa
Hi Toomas, Indeed, using netstat I could verify that when I'm connect to other services on that server the access IP is 158.64.4.14. I have no idea how, but some proxy must be in between, since there's configured in the browser. Knowing that the IP in the error log is that of the incoming request

Re: [users@httpd] Access rules in an intranet

2012-06-14 Thread Toomas Aas
Wed, 13 Jun 2012 kirjutas Luís de Sousa : For each access to the phppgadmin folder I'm getting this line at the error log: 158.64.4.14 - - [13/Jun/2012:08:51:21 +0200] "GET /phppgadmin/ HTTP/1.1" 403 510 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0" Your c

Re: [users@httpd] Access rules in an intranet

2012-06-14 Thread Anam Ali Khan
I think you don't need to use option in your config file. Replace with option and add following code in it. Order deny,allow deny from all allow from 10.215.1.0 To: users@httpd.apache.org; Anam Ali Khan Sent: Thursday, 14 June 2012, 12:19 Subject: Re: [users@httpd] Access rules

Re: [users@httpd] Access rules in an intranet

2012-06-14 Thread Luís de Sousa
Hi Anam, The config file has only two blocks: DirectoryMatch and IfModule, organised like this: ... ... ... Where exactly should I put the Directory block? Thank you. On 13 June 2012 19:18, Anam Ali Khan wrote: > Hi, > > Insert "Directory" block in virtual host container (configuration).

Re: [users@httpd] Access rules in an intranet

2012-06-13 Thread Anam Ali Khan
ubject: Re: [users@httpd] Access rules in an intranet Hi Anam, Apache complains about it: "Directory not allowed here". I suppose it doesn't like having two nested Directory blocks. Thank you in any case. On 12 June 2012 20:54, Anam Ali Khan wrote: Try the following configu

Re: [users@httpd] Access rules in an intranet

2012-06-13 Thread Luís de Sousa
Hi Eric, For each access to the phppgadmin folder I'm getting this line at the error log: 158.64.4.14 - - [13/Jun/2012:08:51:21 +0200] "GET /phppgadmin/ HTTP/1.1" 403 510 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0" It doesn't say much to me. Thank you for a

Re: [users@httpd] Access rules in an intranet

2012-06-12 Thread Luís de Sousa
Hi Anam, Apache complains about it: "Directory not allowed here". I suppose it doesn't like having two nested Directory blocks. Thank you in any case. On 12 June 2012 20:54, Anam Ali Khan wrote: > Try the following configuration: > > > Order deny,allow > deny from all > allow from 10.215.1.0

Re: [users@httpd] Access rules in an intranet

2012-06-12 Thread Anam Ali Khan
To: users@httpd.apache.org Sent: Tuesday, 12 June 2012, 14:55 Subject: [users@httpd] Access rules in an intranet Dear all, I'm configuring a server to which I have ssh access through an intranet. I'd like to open access to all nodes in the same IP range as mine to a particular application

Re: [users@httpd] Access rules in an intranet

2012-06-12 Thread Eric Covener
On Tue, Jun 12, 2012 at 9:27 AM, Luís de Sousa wrote: > Hi Eric, > > Reading the documentation, it seems to me it shouldn't make a difference. In > any case trying with this configuration: > > order Deny,Allow > Allow from 10.215 > Deny from all > > Doesn't the solve the problem either. What do y

Re: [users@httpd] Access rules in an intranet

2012-06-12 Thread Luís de Sousa
Hi Eric, Reading the documentation, it seems to me it shouldn't make a difference. In any case trying with this configuration: order Deny,Allow Allow from 10.215 Deny from all Doesn't the solve the problem either. Thank you and regards. On 12 June 2012 14:14, Eric Covener wrote: > On Tue, Ju

Re: [users@httpd] Access rules in an intranet

2012-06-12 Thread Eric Covener
On Tue, Jun 12, 2012 at 5:55 AM, Luís de Sousa wrote: > Dear all, > > I'm configuring a server to which I have ssh access through an intranet. I'd > like to open access to all nodes in the same IP range as mine to a > particular application (phppgadmin). In the .conf file I have the following: > >

Re: [users@httpd] Access rules in an intranet

2012-06-12 Thread Luís de Sousa
Thank you for the reply Rajeev. Unfortunately it doesn't work that way either. Regards. On 12 June 2012 12:05, Rajeev Kumar wrote: > Hi Luis, > > Please try with

Re: [users@httpd] Access rules in an intranet

2012-06-12 Thread Rajeev Kumar
Hi Luis, Please try with the below order. Hope this helps order Allow,Deny Allow from 10.215 Deny from all Thanks On Tue, Jun 12, 2012 at 5:55 AM, Luís de Sousa wrote: > Dear all, > > I'm configuring a server to which I have ssh access through an intranet. > I'd like to open access to all nod

[users@httpd] Access rules in an intranet

2012-06-12 Thread Luís de Sousa
Dear all, I'm configuring a server to which I have ssh access through an intranet. I'd like to open access to all nodes in the same IP range as mine to a particular application (phppgadmin). In the .conf file I have the following: order allow,deny deny from all allow from 10.215.xxx.xxx But this