Skip to content

Commit 2a0f3c4

Browse files
committed
Fixed: FS#1211 - own errorpages doesn't work on openSUSE 11.2 and SLES 11
1 parent bc2c3ea commit 2a0f3c4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/INSTALL_OPENSUSE_11_2.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,18 @@ chmod 4755 /usr/sbin/suexec2
9999
chkconfig --add apache2
100100
/etc/init.d/apache2 start
101101

102+
// Comment out the /error/ alias in the apache error.conf file or the custom error pages in the websites wont work.
103+
104+
Edit the file error.conf in the apache configuration directory and comment out the line:
105+
106+
Alias /error/ "/usr/share/apache2/error/
107+
108+
By changing the line to:
109+
110+
# Alias /error/ "/usr/share/apache2/error/
111+
112+
// Install phpmyadmin
113+
102114
cd /tmp
103115

104116
yast2 -i pwgen

0 commit comments

Comments
 (0)