The config file has only two blocks: DirectoryMatch and IfModule, organised like this:
...
<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