Hi folks!
For security reasons, I have disabled the access for Apache to the entire file system. This is an option that will be set as default in
/etc/apache2/conf.d/security for the Debian releases after lenny:
Code:
<Directory />
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
The websites are working properly, because ispCP resets these settings automatically for the activated htdocs. But if there is any error message, it will show something like this:
Code:
Not Found
The requested URL /bjhjkbijbibju was not found on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
The access allowing settings should be activated for
/var/www/virtual/<domain>/errors too, for completness and to support future Debian releases.
Thanks!
Fabian Horlacher
Edit:
Ticket