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
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
<VirtualHost 10.10.10.3:80>
ServerName XXXX
DocumentRoot /var/www/XXXX/docs
ErrorLog /var/www/XXXX/logs
</VirtualHost>