DNS issue? index.html not shown

DragonWize

Verified User
Joined
Oct 29, 2006
Messages
14
When I go to my domain, http://www.openplur.com I get just a blank page instead of the standard index.html page in the web folder(which I have verifyed is there and it works).

I have been through several problems getting thing working with my DA install. I have fixed most of them(I think).

There were several problems on my dnsreport.com report. I have fixed all of them except my mx record. I am not worried about that untill I can view my web pages.

I have gone through so many files and changed things attempting to get things working I am sure it is something I've done but can't find.

Any Sugestions?
 
No it is not a cache issue.

I have cache disabled and have refreshed a millions times trying to get ut to work over several hours. I've even tried in several different browsers.
 
Something does not seem right with your webserver. Did you try to restart it recently? Did you change anything with apache that may have caused this?

You can always try reinstalling apache doing:

Code:
cd /usr/local/directadmin/customapache
./build update
./build clean
./build all d
 
Nope

I rebuilt apache and still the same.

I have modified things here and there to get things to work but nothing I know to cause this problem. It doesn't even give me and error. Except when I restart apache it gives this error but this seems to be to do with mail by the port.

Stopping httpd: [ OK ]
Starting httpd: [Sun Oct 29 21:32:07 2006] [warn] NameVirtualHost 72.35.83.2:443
has no VirtualHosts
[ OK ]
 
Yes. It even has its directory that I can see both in the file manager and ssh. And when I click on the index.html file it brings up the standard DA page that says to overwrite it.

However, when going to http://www.openplur.com I just get a blank screen.
 
i think this is rather a virtualhost issue, as shown in the warning msg during the start up of httpd.
 
I see you success preview it from CP that will use difference URL from http://domain.com/index.html

What's I see on http://www.openplur.com/[index.html] is both like this

Server Error
The following error occurred:

Code:
 The server closed the connection while reading the response. Contact your system administrator.
Please contact the administrator.

IP resolved as 72.35.83.2 if this is your IP then it's not DNS because DNS just do return IP
You have to fix this error in Apache config , firewall , somewhere else

Does mod_evasive installed?
Does mod_security installed?
 
I tried http://72.35.83.2/~openplur and that returns a blank page as well.

Do any other domains on the server work?

Since even non-existent pages don't return error messages this looks like a fundamental httpd configuration error to me.

If other domains on the server work, then you should probably try deleting the domain and starting over. If there are no other domains on the server and this is a first-time installation, then you might want to check with DirectAdmin support.

Jeff
 
No, there are no other domains on the server and it is a new instalation.

I got a response from my provider that this has been happening to many DA systems and they have not been able to get an answer from DA yet as to why.

I am going to try a reinstall and see if that works.
 
DragonWize said:
No, there are no other domains on the server and it is a new instalation.

I got a response from my provider that this has been happening to many DA systems and they have not been able to get an answer from DA yet as to why.

I am going to try a reinstall and see if that works.

You may consider to change provider :)
 
Back
Top