Jump to content

Snipe-IT on Ubuntu - Apache2 Ubuntu Default Page Showing Instead Of Website


Recommended Posts

Posted (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:

 

snipe-it Ubuntu error.png

 

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 by Fazza
Posted

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?

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...