I've a strange problem. All my websites are showing "Apache is functioning normally" in the root. Only domain.com/webmail/ and /phpmyadmin/ are working on all domains.
This happend after adding a new hosting package to DirectAdmin. I checked the following help page, but all seems normal:
http://help.directadmin.com/item.php?id=242
Can somebody help me with solving this issue (fast)
Regards,
Tead
EDIT:
I found a solution for my problem and want to share this.
The problem was in my ips.conf (/etc/httpd/conf/ips.conf). The IP addresses of the server was missing. I added manually the IP addresses like:
NameVirtualHost 12.34.56.78:80
NameVirtualHost 12.34.56.78:443
All works fine now. I hope someone can use this solution if this error occurs.
This happend after adding a new hosting package to DirectAdmin. I checked the following help page, but all seems normal:
http://help.directadmin.com/item.php?id=242
Can somebody help me with solving this issue (fast)
Regards,
Tead
EDIT:
I found a solution for my problem and want to share this.
The problem was in my ips.conf (/etc/httpd/conf/ips.conf). The IP addresses of the server was missing. I added manually the IP addresses like:
NameVirtualHost 12.34.56.78:80
NameVirtualHost 12.34.56.78:443
All works fine now. I hope someone can use this solution if this error occurs.
Last edited: