ispCP - Board - Support
[DONE] Bug: 403 while trying to use an ErrorDocument - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Suggestions (/forum-2.html)
+--- Thread: [DONE] Bug: 403 while trying to use an ErrorDocument (/thread-10322.html)



[DONE] Bug: 403 while trying to use an ErrorDocument - the3rdBIT - 04-09-2010 05:38 AM

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


RE: Bug: 403 while trying to use an ErrorDocument - gOOvER - 04-09-2010 06:52 AM

Please open a Ticket for this. Smile