Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
I have just install a server like this:
now, i would like to know, where i need to unzip the projeqtor folder ?
In /var/www
And give ownership to www-data.
how give a ownership to www-data ?
chown -R www-data: /var/www/projeqtor
I just write this on a terminal ?
sorry for my ignorance
is it possible to speak french, easiest for me ...
is it possible to speak french, easiest for me ...
no, sorry.
English only available on forum, so that anwsers may benefit to most users.
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"
no i have a Apache2 page ....
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.
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 ?
sorry the title of the page apache2 is: its works ...
but no way to projeqtor 🙁
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 ?
No.
It should be in /etc/apache2 or /etc/httpd
but no way to projeqtor 🙁
If you have /var/www/html, just move projector folder here.
i'd move the folder on /var/www/html/ and write 127.0.0.1/projector and ... it's works !
😆 😆 😆 :cheer: :cheer: :cheer:
now, i have a first projeqtor base on 1and1, and i would like transfert it on my local server ... how can i do that ?
Install phpMyAdmin (should have equivalent in hosting I hope)
Export database and reimport locally.
ok, i already have php admin. I'll try it.
another question:
how can I joined in a local to joined the serveur machine wich is a 192.168.100.199 IP fix ?
In another computer, could i connect with
192.168.100.199/localhost/projeqtor ( is it correct?)
how can i do a bridge beetween 192.168.100.199 and 127.0.0.1/projeqtor/ ??
In another computer, could i connect with
192.168.100.199/localhost/projeqtor ( is it correct?)
No, just 192.168.100.199/projeqtor
Your firewall must let the flow pass, and your apache must accept remote connections.
If my remembering is correct, you must have
Listen *:80
in httpd.conf
# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default.conf
Listen 80
Listen 443
Listen 443
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
In ports.conf on apache2 folder.
everything is ok, my data base is import on my new server, thank you very much for your help and your job !