[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apache/php/mysql



Am 2004-07-24 22:55:20, schrieb Stefan Fuchs:
>Hallo,

>Wenn ich den localhost im Mozilla 1.6 aufrufe erhalte ich nur die
>Meldung: connection refused...

>lynx: unzugängliche Statusdatei http://localhost/server-status
>
>die Datei server-status ist im localhost verzeichnis nicht vorhanden.

>kann mir jemand vielleicht weiterhelfen?

Ueberpruefe mal, ob Du das drinstehen hast:

  ____ ( '/etc/apache/httpd.conf' ) ____________________________________
 /
|  ServerType standalone
|  #Listen 3000
|  #Listen 192.168.1.69
|  #BindAddress *
|  LoadModule status_module /usr/lib/apache/1.3/mod_status.so
|  LoadModule info_module /usr/lib/apache/1.3/mod_info.so
|  ExtendedStatus On
|  Port 80
|  User www-data
|  Group www-data
|  #ServerName samba3.private.tamay-dogan.net
|  DocumentRoot /var/www/
|  
|  <Directory />
|      Options SymLinksIfOwnerMatch
|      AllowOverride None
|  </Directory>
|  
|  <Directory /var/www/>
|      Options Indexes Includes FollowSymLinks MultiViews
|      AllowOverride None
|      Order allow,deny
|      Allow from all
|  </Directory>
|  
|  UseCanonicalName On
|  
|  ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
|  <Directory /usr/lib/cgi-bin/>
|      AllowOverride None
|      Options ExecCGI
|      Order allow,deny
|      Allow from all
|  </Directory>
|  
|  <Location /server-status>
|      SetHandler server-status
|      Order deny,allow
|      Deny from all
|      Allow from .tamay-dogan.net
|  </Location>
|  
|  <Location /server-info>
|      SetHandler server-info
|      Order deny,allow
|      Deny from all
|      Allow from .tamay-dogan.net
|  </Location>
 \______________________________________________________________________


>Stefan


Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature


Reply to: