Soldato
- Joined
- 18 May 2010
- Posts
- 22,943
- Location
- London
Hi guys.
My first go at getting a website to run in Apache.
I'm trying to deploy GLPI. Both for training purposes and for deploying at work.
I've set up a LAMP server running on Centos.
The test page works for Apache.
I copied the GLPI directory with all the files to the /var/www/html/glpi directory
When I browse to localhostip/glpi it just lists the content of the directory rather than launching the page.
I get the feeling I haven't install php properly. It's installed (yum install php php-mysql) but I get the feeling it's not working properly because surly by browsing to that directory should launch site not give me a directory listing.
Have I put the files in to the right directory to begin with?
The documentation just says:
Install the application files on the server
Install the application files on the server to host GLPI.
Unzip the downloaded archive. The directory name is obtained glpi.
Copy this directory in the web tree of files to make it accessible..
Give write access to the web service on the folders /files and /config.
I also dont know what to do for the last line. what would the username be of the web service?
My first go at getting a website to run in Apache.
I'm trying to deploy GLPI. Both for training purposes and for deploying at work.
I've set up a LAMP server running on Centos.
The test page works for Apache.
I copied the GLPI directory with all the files to the /var/www/html/glpi directory
When I browse to localhostip/glpi it just lists the content of the directory rather than launching the page.
I get the feeling I haven't install php properly. It's installed (yum install php php-mysql) but I get the feeling it's not working properly because surly by browsing to that directory should launch site not give me a directory listing.
Have I put the files in to the right directory to begin with?
The documentation just says:
Install the application files on the server
Install the application files on the server to host GLPI.
Unzip the downloaded archive. The directory name is obtained glpi.
Copy this directory in the web tree of files to make it accessible..
Give write access to the web service on the folders /files and /config.
I also dont know what to do for the last line. what would the username be of the web service?