Apache nicht erreichbar von aussen, intern arbeitet

Installiert hab ich den apache von xampp und alle arbeiten intern.
Ich dann weitergeleitet an port 8080 und die ip-Adresse des Routers auf die interne ip-Adresse des Servers. Ich kann sehen, die nat statt und auf dem server sehe ich das httpd.exe kommen durch, aber keine Verbindung von außen.

Listen 192.168.0.47:8080
ServerAdmin [email protected]
ServerName 192.168.0.47:8080
DocumentRoot "/xampp/htdocs"
<Directory />
AllowOverride none
Require all granted
</Directory>
<Directory "/xampp/htdocs">

    Options Indexes FollowSymLinks Includes ExecCGI


    AllowOverride All


    Require all granted

</Directory>
<Files ".ht*">
    Require all denied
</Files>
container, that host's errors will be logged there and not here.
ErrorLog "logs/error.log"
CustomLog "logs/access.log" combined
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/"/xampp/cgi-bin/"
</IfModule>
<IfModule cgid_module>

</IfModule>
<Directory "/xampp/cgi-bin">
    AllowOverride None
    Options None
    Require all granted
</Directory>
InformationsquelleAutor user2436136 | 2013-05-30
Schreibe einen Kommentar