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 <anamalik...@yahoo.com> 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 > >