Can't have any error log in my apache server.
For example, I have a 403 forbidden error when accessing a page with this conf :
Alias /nconf /usr/local/nconf/
<Directory "/usr/local/nconf">
Options Indexes
AllowOverride AuthConfig Options
Order allow,deny
Allow from 10.1.1.0/8
</Directory>
I use several virtualhost and when i deactivate it, it will work normally. But when i activate it, 403 forbidden.
Is the virtualhost a problem for website using the default apache server ? Is there a way to deal with ? (accessing to default server by ip, and virtualhost to deal with dns)