
luis.a.de.sousa at gmail
Jun 12, 2012, 6:27 AM
Post #5 of 14
(720 views)
Permalink
|
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 <covener [at] gmail> wrote: > On Tue, Jun 12, 2012 at 5:55 AM, Luís de Sousa > <luis.a.de.sousa [at] gmail> 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: > > > > order allow,deny > > deny from all > > allow from 10.215.xxx.xxx > > In all your attempts, and the other reply, the "deny from all" is > processed after the "allow" due to the Order directive. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe [at] httpd > For additional commands, e-mail: users-help [at] httpd > >
|