Pages : 1
#1 Le 24/10/2008, à 10:01
- Cybertiti
Installation apache
Bonjour a tous,
Débutant sur linuyx et tout autant sous Ubuntu, je souhaiterais installer OCS Inventory en suivant ce tuto: http://doc.ubuntu-fr.org/ocs_inventory
Cela débute par l'installation d'Apache par "sudo apt-get install apache2 apache2-doc".
J'obtiens un message d'erreur:
Paramétrage de apache2-mpm-worker (2.2.8-1ubuntu0.3) ...
* Starting web server apache2
Syntax error on line 300 of /etc/apache2/apache2.conf:
Invalid command 'SrvLinux', perhaps misspelled or defined by a module not included in the server configuration
[fail]
invoke-rc.d: initscript apache2, action "start" failed.
La ligne 300 de /etc/apache2/apache2.conf est la derniere ligne du fichier:
.......
# Include the virtual host configurations:
Include /etc/apache2/sites-enabled/
ServerName www.monsite.tld
SrvLinux www.monsite.tld
SrvLinux est le nom de ma machine.
Qui pourrais m'aider?
Hors ligne
#2 Le 24/10/2008, à 10:20
- Elemmire
Re : Installation apache
supprime la ligne 300 et essaye de relancer apache.
Sinon je ne saurais que te conseiller de lire un peu la doc.
par ex:
http://doc.ubuntu-fr.org/apache2
ou encore ;
http://www.apachefrance.com/
Dernière modification par Elemmire (Le 24/10/2008, à 10:22)
Hors ligne
Pages : 1