Hi, Insert "Directory" block in virtual host container (configuration). It seems you have added in that area where <Directory> option is not allowed.
-Anam ________________________________ From: Luís de Sousa <luis.a.de.so...@gmail.com> To: users@httpd.apache.org; Anam Ali Khan <anamalik...@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...@yahoo.com> wrote: Try the following configuration: > > ><Directory "phppgadmin location> >Order deny,allow >deny from all >allow from 10.215.1.0 ></Directory> > > >Replace "phppgadmin location" with the actual location whereyou have installed >your application. > > >Hope it will solve :) > > > >-Anam > > >