From: Luís de Sousa <luis.a.de.sousa@xxxxxxxxx>
To: users@xxxxxxxxxxxxxxxx; Anam Ali Khan <anamalikhan@xxxxxxxxx>
Sent: Thursday, 14 June 2012, 12:19
Subject: Re: Access rules in an intranet
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
<anamalikhan@xxxxxxxxx> wrote:
Hi,
Insert "Directory" block in virtual host container (configuration). It seems you have added in that area where <Directory> option is not allowed.
-Anam