Fazza Posted February 26, 2018 Posted February 26, 2018 (edited) I've just finished following the following guide to install Snipe-IT on Ubuntu Server 16.04.3: https://www.vultr.com/docs/how-to-install-snipe-it-on-ubuntu-16-10 And I now have my first issue in the fact the website isn't loading! Instead of Snipe-IT, I'm getting this: What have I done wrong/missed and how can I fix it so Snipe-IT loads? [EDIT] Just tried it again and now it's displaying the Apache2 Ubuntu Default Page instead of all that gibberish! Edited February 26, 2018 by Fazza
DanTechnician Posted March 4, 2018 Posted March 4, 2018 Hi, Just a couple of quick questions: What is the contents of your apache site configuration file you created in /etc/apache2/sites-available? Is there is symlink to the site configuration file in /etc/apache2/sites-enabled?
Jamo Posted March 4, 2018 Posted March 4, 2018 I've just finished following the following guide to install Snipe-IT on Ubuntu Server 16.04.3: https://www.vultr.com/docs/how-to-install-snipe-it-on-ubuntu-16-10 And I now have my first issue in the fact the website isn't loading! Instead of Snipe-IT, I'm getting this: [ATTACH=CONFIG]47848[/ATTACH] What have I done wrong/missed and how can I fix it so Snipe-IT loads? [EDIT] Just tried it again and now it's displaying the Apache2 Ubuntu Default Page instead of all that gibberish! The first one would be becuase you haven't installed the PHP apache module sudo apt-get install php libapache2-mod-php Once you have installed it you need to restart apache as well which will be: systemctl restart apache2 As for the second issue, sounds like you have moved where the files for the application were and its now displaying the default pages. Just move the contents back to /var/www/html/ and it should work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now