Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1482 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Permissions apache 2.0.47

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Permissions apache 2.0.47

n°299967
Twin
Posté le 01-08-2003 à 09:50:06  profilanswer
 

Bonjour,
 
J'ai installé apache 2.0.47 sous mandrake 9.1
Lorsque je lance apachectl -> réponse OK
Quand je lance  
http://localhost/server-status
il me donne :
 
Forbiden
 
You don't have permission to access /server-status on this server
 
Apache_AdvancedExtranetServer/2.0.47 (mandrake Linux/1.1mdk)...
 
Il semble que ce ne soit que des problèmes de permissions.
Comment faire svp ?
 
Merci

mood
Publicité
Posté le 01-08-2003 à 09:50:06  profilanswer
 

n°299974
la viper
Posté le 01-08-2003 à 10:21:27  profilanswer
 

quel utilisateur lance apache?
 
ps -auwx | grep httpd
 

n°299982
Twin
Posté le 01-08-2003 à 10:27:25  profilanswer
 

Je suis sous guest mais avec un su je lance apache avec root.

n°299994
com21
real men don't click
Posté le 01-08-2003 à 10:54:55  profilanswer
 

dans /var/log/messages/httpd/  tu as les messages d'erreur
pour déterminer si le problème vient de la config  ou d'un problème de droit sur le dossier/fichier


---------------
Cherche geekette | Traquez vos billets d'€ | Don du sang | Don de moelle osseuse
n°300055
Twin
Posté le 01-08-2003 à 13:54:29  profilanswer
 

C'est bon maintenant j'ai accès au localhost :
 
Apache Server Status for www.poyry.fr
Server Version: Apache-AdvancedExtranetServer/2.0.47 (Mandrake Linux/1.1mdk) mod_perl/1.99_08 Perl/v5.8.0 mod_ssl/2.0.47 OpenSSL/0.9.7a PHP/4.3.1
Server Built: Jul 9 2003 21:24:21  
 
--------------------------------------------------------------------------------
 
Current Time: vendredi, 01-aoû-2003 13:51:04 CEST
Restart Time: vendredi, 01-aoû-2003 13:34:27 CEST
Parent Server Generation: 0
Server uptime: 16 minutes 37 seconds
Total accesses: 6 - Total Traffic: 19 kB
CPU Usage: u.05 s0 cu0 cs0 - .00502% CPU load
.00602 requests/sec - 19 B/second - 3242 B/request
1 requests currently being processed, 5 idle workers
___W__..........................................................
................................................................
................................................................
................................................................
 
Scoreboard Key:
"_" Waiting for Connection, "S" Starting up, "R" Reading Request,
"W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup,
"C" Closing connection, "L" Logging, "G" Gracefully finishing,
"I" Idle cleanup of worker, "." Open slot with no current process
 
Srv PID Acc M CPU  SS Req Conn Child Slot Client VHost Request  
0-0 20992 0/1/1 _  0.02 724 0 0.0 0.00 0.00  localhost www.poyry.fr GET /server-status HTTP/1.1  
1-0 20993 0/1/1 _  0.00 972 0 0.0 0.00 0.00  localhost www.poyry.fr GET /server-status HTTP/1.1  
2-0 20994 0/4/4 _  0.03 614 0 0.0 0.01 0.01  localhost www.poyry.fr GET /server-status HTTP/1.1  
3-0 20995 0/0/0 W  0.00 0 0 0.0 0.00 0.00  127.0.0.1 www.poyry.fr GET /server-status HTTP/1.1  
 
 
 
--------------------------------------------------------------------------------
Srv Child Server number - generation  
PID OS process ID  
Acc Number of accesses this connection / this child / this slot  
M Mode of operation  
CPU CPU usage, number of seconds  
SS Seconds since beginning of most recent request  
Req Milliseconds required to process most recent request  
Conn Kilobytes transferred this connection  
Child Megabytes transferred this child  
Slot Total megabytes transferred this slot  
 
--------------------------------------------------------------------------------
 
Apache-AdvancedExtranetServer/2.0.47 (Mandrake Linux/1.1mdk) mod_perl/1.99_08 Perl/v5.8.0 mod_ssl/2.0.47 OpenSSL/0.9.7a PHP/4.3.1 Server at www.poyry.fr Port 80
 
 
Mais lorsque j'essaye avec mon adresse internet http://www.poyry.fr ca ne marche pas.
 
Pourquoi ?
 
Merci

n°300138
Twin
Posté le 01-08-2003 à 16:02:09  profilanswer
 

Tout parait marcher mais en regardant le fichier error_log,j'ai ca :
 
[warn] child process 20992 still did not exist, sending SIGTERM
[warn] child process 20993 still did not exist, sending SIGTERM
[warn] child process 20994 still did not exist, sending SIGTERM
[warn] child process 20995 still did not exist, sending SIGTERM
[warn] child process 20996 still did not exist, sending SIGTERM
[warn] child process 20997 still did not exist, sending SIGTERM
[warn] child process 20998 still did not exist, sending SIGTERM
 
Qu'est ce que ca veux dire ? :
 
Merci

n°300214
la viper
Posté le 01-08-2003 à 17:33:21  profilanswer
 

apache qui se foire apparement :-(
 
pas eu envie de compiler apache 2.0.47?
 
perso j'installe apache que comme ca, en le compilant.
 
et j'ai jamais eu de soucis !

n°300238
Twin
Posté le 01-08-2003 à 19:15:32  profilanswer
 

en faisant comment stp ?
 
Merci

n°301123
Twin
Posté le 04-08-2003 à 08:24:18  profilanswer
 

des infos svp
 
Merci

n°301146
HJ
Posté le 04-08-2003 à 10:21:36  profilanswer
 

Ds ton httpd.conf
 
donc tu actives le Extendstatus sur on
 
 
Et après, tu définis qui peut avoir accès, avec un truc ds le genre:
 

<Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 192.168.0.0/24
</Location>


Message édité par HJ le 04-08-2003 à 10:22:28

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Permissions apache 2.0.47

 

Sujets relatifs
logs apache & secuproblème d'accès apache - squirrelmail depuis internet
Installation ApacheApache 2 et Webmin : quelqu'un à essayé ?
[Apache] redirections de blabla.mondomaine.com sur une page ?Configuration Apache... [Résolue]
Nouveau module apache.... A testerApache, php et phpmyadmin
Apache 1.3.28[apache] ProxyPassReverse
Plus de sujets relatifs à : Permissions apache 2.0.47


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR