GNU/Linux en 5 étapes
1. Le début
2. Choisir une distribution
3. Télécharger et graver
4. Préparer le PC
5. Installer GNU/Linux
Derniers sujets du forum
Dernières astuces du forum
Visiteurs, statistiques
Statistiques du forum:
Total de membres : 605
Dernier utilisateur inscrit : clenilofe
Total de discussions : 619
Total de messages : 3600
Total visiteurs: 371414
Si votre serveur génère ce type d'erreur: Starting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
Il suffit d'ajouter:
ServerName localhost
dans votre fichier /etc/apache2/apache2.conf
Pour ce faire ouvrez une console, loquez-vous en root puis tapez:
nano /etc/apache2/apache2.conf
Après avoir rajouté la ligne ServerName localhost (à n'importe quel endroit de fichier) redémarrez:
/etc/init.d/apache2 restart
Exemple:
### Section 1: Global Environment # # The directives in this section affect the overall operation of Apache, # such as the number of concurrent requests it can handle or where it # can find its configuration files. # # # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept. # # NOTE! If you intend to place this on an NFS (or otherwise network) # mounted filesystem then please read the LockFile documentation (available # at <URL:http://httpd.apache.org/docs-2.1/mod/mpm_common.html#lockfile>); # you will save yourself a lot of trouble. # # Do NOT add a slash at the end of the directory path. # ServerRoot "/etc/apache2" ServerName localhost #AllowOverride All # # The accept serialization lock file MUST BE STORED ON A LOCAL DISK. # #<IfModule !mpm_winnt.c> #<IfModule !mpm_netware.c> LockFile /var/lock/apache2/accept.lock #</IfModule> #</IfModule>
Si vous relevez des erreurs, des imprécisions ou si vous avez des suggestions ou des questions qui restent sans réponse n'hésitez pas à les poster sur le forum