Forum

Server on Linux
 
Notifications
Clear all

Server on Linux

29 Posts
2 Users
0 Reactions
22.5 K Views
(@durou-c)
Posts: 468
Contributor
Topic starter
 
[#2260]

I have just install a server like this:

http://doc.ubuntu-fr.org/lamp

now, i would like to know, where i need to unzip the projeqtor folder ?


 
Posted : 25 Mar 2015 13H38
(@babynus)
Posts: 14952
Member Admin
 

In /var/www
And give ownership to www-data.


 
Posted : 25 Mar 2015 13H43
(@durou-c)
Posts: 468
Contributor
Topic starter
 

how give a ownership to www-data ?


 
Posted : 25 Mar 2015 13H44
(@babynus)
Posts: 14952
Member Admin
 

chown -R www-data: /var/www/projeqtor


 
Posted : 25 Mar 2015 13H46
(@durou-c)
Posts: 468
Contributor
Topic starter
 

I just write this on a terminal ?


 
Posted : 25 Mar 2015 13H49
(@durou-c)
Posts: 468
Contributor
Topic starter
 

sorry for my ignorance


 
Posted : 25 Mar 2015 13H50
(@durou-c)
Posts: 468
Contributor
Topic starter
 

it does not work

when I put in firefox
http://127.0.0.1/projeqtor/

nothing ...


 
Posted : 25 Mar 2015 14H00
(@durou-c)
Posts: 468
Contributor
Topic starter
 

is it possible to speak french, easiest for me ...


 
Posted : 25 Mar 2015 14H39
(@babynus)
Posts: 14952
Member Admin
 

is it possible to speak french, easiest for me ...

no, sorry.
English only available on forum, so that anwsers may benefit to most users.


 
Posted : 25 Mar 2015 14H59
(@babynus)
Posts: 14952
Member Admin
 

when I put in firefox
http://127.0.0.1/projeqtor/

nothing ...

and if you try http://127.0.0.1/
do you have message "it works"


 
Posted : 25 Mar 2015 14H59
(@durou-c)
Posts: 468
Contributor
Topic starter
 

no i have a Apache2 page ....


 
Posted : 25 Mar 2015 15H33
(@babynus)
Posts: 14952
Member Admin
 

If you have apache page, then we can concider it works.
But maybe PHP is not completely installed or document root is not default one.

1) check in httpd.conf the DocumentRoot clause.
I expect it to be /var/www, but it may be different. Maybe /var/www/html (it depend on Linux distrib)
The projeqtor directory must be moved into this directory...

2) Create a file named info.php containing :


Put this file in the DocumentRoot folder
Try in your browser http://127.0.01/info.php
It should display PHP configuration.
It it does not work, you PHP setup is not correct.


 
Posted : 25 Mar 2015 15H48
(@durou-c)
Posts: 468
Contributor
Topic starter
 

I do not find the hhtpd.conf in /var/www or /var/www/html but i found a lighttpd.conf in /etc/phpmyadmin ... is it this file ?


 
Posted : 25 Mar 2015 15H54
(@durou-c)
Posts: 468
Contributor
Topic starter
 

sorry the title of the page apache2 is: its works ...


 
Posted : 25 Mar 2015 15H56
(@durou-c)
Posts: 468
Contributor
Topic starter
 

but no way to projeqtor 🙁


 
Posted : 25 Mar 2015 15H59
Page 1 / 2
Share:

Scroll to Top