Bonjour,
j'ai un ptit soucis avec mon indien sous linux (debian etch). C'est sans doute une betise de ma part parce que ca marchait avant...
Donc, avant ca marchait, puis j'ai suivi ce tuto pour activer le mod SSL
http://troyreynolds.com/...
donc, apres le apt-get update et le apt-get upgrade, ca a fait plein de trucs, puis j'ai rebooté.
Apres le redemarrage, tout les services marchent (network, samba, ssh...). Sauf apache2...
EVIX:/home/misato# /etc/init.d/apache2 restart
Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
failed!
Mon httpd.conf est vide
Et mon /etc/hosts contient :
EVIX:/home/misato# more /etc/hosts
127.0.0.1 localhost EVIX
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Et mon apache2.conf c'est ca...
EVIX:/home/misato# cat /etc/apache2/apache2.conf | grep -v "#"
ServerRoot "/etc/apache2"
LockFile /var/lock/apache2/accept.lock
PidFile ${APACHE_PID_FILE}
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
MaxRequestsPerChild 0
</IfModule>
<IfModule mpm_worker_module>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}
AccessFileName .htaccess
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
DefaultType text/plain
HostnameLookups Off
ErrorLog /var/log/apache2/error.log
LogLevel warn
Include /etc/apache2/mods-enabled/*.load
Include /etc/apache2/mods-enabled/*.conf
Alors please aidez moi ! je ne comprends pas pourquoi ca marche, je ne vois pas trop ce qui marche po...
Cordialement
Configuration: Windows Vista
Firefox 3.0.11