Apache Question/Problem

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
a94060
Forum Regular
Posts: 543
Joined: Fri Feb 10, 2006 4:53 pm

Apache Question/Problem

Post 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
Last edited by a94060 on Mon Mar 30, 2015 9:04 pm, edited 1 time in total.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

And the problem is?
User avatar
a94060
Forum Regular
Posts: 543
Joined: Fri Feb 10, 2006 4:53 pm

Post 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.
Post Reply