We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2c3ea commit 2a0f3c4Copy full SHA for 2a0f3c4
1 file changed
docs/INSTALL_OPENSUSE_11_2.txt
@@ -99,6 +99,18 @@ chmod 4755 /usr/sbin/suexec2
99
chkconfig --add apache2
100
/etc/init.d/apache2 start
101
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
114
cd /tmp
115
116
yast2 -i pwgen
0 commit comments