apache - aus e-net nicht erreichbar

Tomasz Petersohn tomaszpetersohn at wp.pl
Fre Aug 11 19:02:41 BST 2006


Am Freitag, den 11.08.2006, 18:23 +0200 schrieb Gerhard Gaußling:
> Am Freitag, 11. August 2006 17:03 schrieb Tomasz Petersohn:
> > Am Freitag, den 11.08.2006, 16:49 +0200 schrieb Kai Timmer:
> > > * Tomasz Petersohn <tomaszpetersohn at wp.pl> [2006-08-11 16:32]:
> > > > ja das habe ich ... Port 80 zum webserver.
> > > Wenn mich nicht alles täuscht, hat der Apache auch eine Einstellung
> > > wo man den IP Bereich eintellen kann, wer denn überhaupt Daten von
> > > ihm bekommt.
> > das kling gut ... wahrscheinlich in einer .htaccess ... wo finde ich
> > die, was muss drin stehen?
> 
> rgrep Listen /etc/apache2/*

tomasz at doppelklix:~$ rgrep Listen /etc/apache2/*
/etc/apache2/ports.conf:Listen 80


> rgrep Allow\ from /etc/apache2/*


tomasz at doppelklix:~$ rgrep Allow\ from /etc/apache2/*
/etc/apache2/apache2.conf:    Allow from all
/etc/apache2/apache2.conf:        Allow from all
/etc/apache2/apache2.conf:#    Allow from .your_domain.com
/etc/apache2/apache2.conf:#    Allow from .your_domain.com
/etc/apache2/mods-available/proxy.conf:         #Allow
from .your_domain.com
/etc/apache2/sites-available/default:           Allow from all
/etc/apache2/sites-available/default:        Allow from
127.0.0.0/255.0.0.0 ::1/128
/etc/apache2/sites-enabled/000-default:         Allow from all
/etc/apache2/sites-enabled/000-default:        Allow from
127.0.0.0/255.0.0.0 ::1/128


> 
> http://httpd.apache.org/docs/2.0/mod/mpm_common.html#listen
> http://httpd.apache.org/docs/2.0/mod/core.html
> http://httpd.apache.org/docs/2.0/mod/quickreference.html
> http://httpd.apache.org/docs/2.0/mod/mod_access.html
> 
> firefox /usr/share/doc/apache2-doc/manual/mod/core.html.de
> firefox /usr/share/doc/apache2-doc/manual/mod/quickreference.html.de
> 
>