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 Luís de Sousa
Hi Anam, The config file has only two blocks: DirectoryMatch and IfModule, organised like this: DirectoryMatch /usr/share/phppgadmin/ ... IfModule mod_php4.c ... /IfModule ... /DirectoryMatch Where exactly should I put the Directory block? Thank you. On 13 June 2012 19:18, Anam Ali Khan

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

2012-06-14 Thread Anam Ali Khan
...@gmail.com To: users@httpd.apache.org; Anam Ali Khan anamalik...@yahoo.com Sent: Thursday, 14 June 2012, 12:19 Subject: Re: [users@httpd] Access rules in an intranet Hi Anam, The config file has only two blocks: DirectoryMatch and IfModule, organised like this: DirectoryMatch /usr/share/phppgadmin

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

2012-06-14 Thread Toomas Aas
Wed, 13 Jun 2012 kirjutas Luís de Sousa luis.a.de.so...@gmail.com: 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

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

2012-06-13 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 anamalik...@yahoo.com wrote: Try the following configuration: Directory phppgadmin location Order

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

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

2012-06-13 Thread Anam Ali Khan
...@yahoo.com Sent: Wednesday, 13 June 2012, 11:52 Subject: 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 anamalik

[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

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 luis.a.de.so...@gmail.comwrote: Dear all, I'm configuring a server to which I have ssh access through an intranet. I'd like to

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

2012-06-12 Thread Luís de Sousa
Thank you for the reply Rajeev. Unfortunatelyhttp://duckduckgo.com/?q=unfortunatelyky=%23282828kj=b2kx=%23EE9D55kl=wt-wtk7=%23464545k8=%23EFEFEFk9=%23EDD400kaa=%238AE234 it doesn't work that way either. Regards. On 12 June 2012 12:05, Rajeev Kumar rkumarraj...@gmail.com wrote: Hi Luis,

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 luis.a.de.so...@gmail.com 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

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 cove...@gmail.com

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 luis.a.de.so...@gmail.com 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

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

2012-06-12 Thread Anam Ali Khan
: Luís de Sousa luis.a.de.so...@gmail.com 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