Skip to content

Commit bac6ef6

Browse files
author
quentusrex
committed
Fixing an Ubuntu 8.04 install requirement.
1 parent fd8e2b5 commit bac6ef6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

INSTALL_UBUNTU_8.04.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,16 @@ password: admin
205205
In case you get a permission denied error from apache, please restart the apache webserver process.
206206

207207

208+
8) Once you have restarted Apache you need to fix a quick setting in apache2.
209+
210+
1) rm /etc/apache2/sites-enabled/000-default
211+
212+
2) echo "NameVirtualHost *:80">> /etc/apache2/httpd.conf
213+
214+
3) /etc/init.d/apache2 restart
215+
216+
217+
208218
Installing Jailkit:
209219

210220
apt-get install build-essential autoconf automake1.9 libtool flex bison

0 commit comments

Comments
 (0)