Redmine et apache
Bonjour,
Je suis entrain d'installer redmine sur un serveur linux suivant ce tuto
http://doc.ubuntu-fr.org/redmine
actuellement je me suis arrêtée dans la configuration d'apache, normalement tout est fait,
voila ma config de fichier /etc/apache2/site-available/redmine.domaine.com.conf
<VirtualHost *:80>
ServerName redmine.domaine.com
DocumentRoot /var/www/redmine
ServerAlias redmine.domaine.com
<Directory /var/www/redmine>
AllowOverride All
allow from all
Options -Indexes
</Directory>
ProxyPreserveHost Off
ProxyPass / http://127.0.0.1:3000/
ProxypassReverse / http://127.0.0.1:3000/
# On définit les fichiers de log
ErrorLog /opt/redmine/log/apache-error.log
CustomLog /opt/redmine/log/apache-access.log combined
mais je peux pas accéder à ma page redmine.domaine.com
Google Chrome n'est pas parvenu à accéder à la page
c ou le probleme SVP?
Je suis entrain d'installer redmine sur un serveur linux suivant ce tuto
http://doc.ubuntu-fr.org/redmine
actuellement je me suis arrêtée dans la configuration d'apache, normalement tout est fait,
voila ma config de fichier /etc/apache2/site-available/redmine.domaine.com.conf
<VirtualHost *:80>
ServerName redmine.domaine.com
DocumentRoot /var/www/redmine
ServerAlias redmine.domaine.com
<Directory /var/www/redmine>
AllowOverride All
allow from all
Options -Indexes
</Directory>
ProxyPreserveHost Off
ProxyPass / http://127.0.0.1:3000/
ProxypassReverse / http://127.0.0.1:3000/
# On définit les fichiers de log
ErrorLog /opt/redmine/log/apache-error.log
CustomLog /opt/redmine/log/apache-access.log combined
mais je peux pas accéder à ma page redmine.domaine.com
Google Chrome n'est pas parvenu à accéder à la page
c ou le probleme SVP?
A voir également:
- Redmine et apache
- Apache open office gratuit - Télécharger - Suite bureautique
- Apache laragon - Télécharger - Divers Web & Internet
- Ftp apache ✓ - Forum Webmastering
- Apache curl - Forum Linux / Unix
- Redemarrer apache ✓ - Forum Linux / Unix
1 réponse
As-tu installé le module apache
https://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Debian_Squeeze_with_Postgresql_Ruby-on-Rails_and_Apache2-Passenger
Bonne chance
libapache2-mod-passenger?
https://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Debian_Squeeze_with_Postgresql_Ruby-on-Rails_and_Apache2-Passenger
Bonne chance