Skip to content
Snippets Groups Projects
Commit bac6ef6c authored by quentusrex's avatar quentusrex
Browse files

Fixing an Ubuntu 8.04 install requirement.

parent fd8e2b53
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,16 @@ password: admin
In case you get a permission denied error from apache, please restart the apache webserver process.
8) Once you have restarted Apache you need to fix a quick setting in apache2.
1) rm /etc/apache2/sites-enabled/000-default
2) echo "NameVirtualHost *:80">> /etc/apache2/httpd.conf
3) /etc/init.d/apache2 restart
Installing Jailkit:
apt-get install build-essential autoconf automake1.9 libtool flex bison
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment