Page 1 of 1

Apache Question/Problem

Posted: Mon Apr 03, 2006 3:56 pm
by a94060
Hi,

I have been trying to fix this for a very lnog time. i am really stuck and am unable to fix this.

Basically,i have a site XXXX
my docs for the site are in /var/www/XXXX/docs
Here is the pertatining part in the apache2.conf file



<VirtualHost 10.10.10.3:80>
ServerName XXXX


DocumentRoot /var/www/XXXX/docs
ErrorLog /var/www/XXXX/logs

</VirtualHost>
If you need anythnig else,i will provide it. I would really like to kno what is wrong. Also,as a note,i can access the site by its ip(10.10.10.3) but it is not accessible from the outside. I have completely DMZ'ed the server so no possible firewall issue. Any help will be appreciated

Posted: Mon Apr 03, 2006 4:12 pm
by timvw
And the problem is?

Posted: Tue Apr 04, 2006 5:26 am
by a94060
the problem is that if you*or someone on WAN were to try to access XXXX,you would get an error. i originally had windows with IIS,but it kept crashing so i put debian and apache (LAMP). So,im asking that why when someone on the WAN types in XXXX,they cannont see the same thing that i see when i type in its ip address? (if i type XXXX,i will see my router config page)


EDIT:Never mind this,i just downgraded the server to 1.33 and im able to make the site now.