From 2a0f3c4921b952cdcf332ef5da30ca32eabca90c Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 9 Jun 2010 18:58:05 +0000 Subject: [PATCH] Fixed: FS#1211 - own errorpages doesn't work on openSUSE 11.2 and SLES 11 --- docs/INSTALL_OPENSUSE_11_2.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/INSTALL_OPENSUSE_11_2.txt b/docs/INSTALL_OPENSUSE_11_2.txt index 9895f79965..b4e04926fa 100644 --- a/docs/INSTALL_OPENSUSE_11_2.txt +++ b/docs/INSTALL_OPENSUSE_11_2.txt @@ -99,6 +99,18 @@ chmod 4755 /usr/sbin/suexec2 chkconfig --add apache2 /etc/init.d/apache2 start +// Comment out the /error/ alias in the apache error.conf file or the custom error pages in the websites wont work. + +Edit the file error.conf in the apache configuration directory and comment out the line: + +Alias /error/ "/usr/share/apache2/error/ + +By changing the line to: + +# Alias /error/ "/usr/share/apache2/error/ + +// Install phpmyadmin + cd /tmp yast2 -i pwgen -- GitLab