02-26-06 04:24 PM
First of all, excuseme if this is off topic here, but i didn't know
where to post it.
I'm having problems to set up an Apache Web Server inside a LAN. I've a
dynamic IP connection which is used by a CNet cnig-914 router. The
computer where Apache is installed on, has 192.168.1.4 IP. The problem,
as you might guess, is that the webserver can=B4t be reached from
outside the LAN.
All works fine if i write in the address bar
http://192.168.1.4/index.htm, but it doesn=B4t work if i try to access
it through http://[ROUTER-IP]/index.php
Given that the router (CNet cnig-914) isn=B4t as common as Linksys seems
to be, i'm gonna show what kind of menus it has:
NAT --> Virtual Server --> Server IP
NAT --> Virtual Server --> Mapping Ports
(I tried with 192.168.1.4 and port 80 / 8080, and nothing )
Firewall --> DMZ --> IP Address of Local DMZ Host --> IP Address
Firewall --> DMZ --> IP Address of Public DMZ Host --> IP Address
(I tried with 192.168.1.4, without luck )
Note that i'm using a no-ip account and before installing the router,
it was working fine.
A little bit of my Apache config file
Listen 8080 #(Not worked with port 80)
<VirtualHost *:80>
DocumentRoot "C:/Apache2/htdocs/julianmslp_zapto_org"
ServerName julianmslp.zapto.org
<Directory "C:/Apache2/htdocs/julianmslp_zapto_org">
#Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Any help would be apreciated
regards - jm
[ Post a follow-up to this message ]
|