![]() |
Issues with MyDNS and ISPConfig 3.0.0.8
I am having some issues. I followed the Ubnuntu 8.04 instructions on installing, but it shows DNS-Server is Offline in ISPConfig. I believe it is running though can't verify it.
Also, when I setup virtual hosts, they are not directing to the correct virtual host directory, they are just going to the first virtual host on that IP (I have two seperate IP addresses). So the first vhost for example is example.com, second is example2.com, but it is going to example.com's website instead. This is doing the same on both IP addresses. I am not sure if this is a DNS issue or not. I have not setup any DNS entries either as I can't find directions to the proper procedure. Any help would be great! Thanks, Corey |
Vhosts
I have similar problem with virtual hosts. It appears when setting up a site (vhost) I choose IP address (one server with one IP) from drop down menu. Then all domains point to one site (every domain shows the same site content). When I choose a star * instead of IP, everything works fine (sites show normally).
Almost fine, because then I get apache error at the server startup: Code:
[error] Virtual Host *:80 --mixing * ports and non-* ports with a NameVirtualHost address is not supported...the server is Debian Etch |
I get the same error for Apache2 also when loading. I haven't tried the *, just assigned it per IP address that I wanted each domain because couple of them will require SSL.
|
Well tried changing mine to an * and same thing. I get the following for error messages with Apache2:
Code:
[Tue Feb 03 17:21:40 2009] [warn] VirtualHost 172.21.152.31:80 overlaps with VirtualHost 172.21.152.31:80, the first has precedence, perhaps you need a NameVirtualHost directive |
Quote:
Code:
/etc/init.d/mydns restart |
Code:
NameVirtualHost * |
You have to change the lines:
NameVirtualHost * <VirtualHost *> to: NameVirtualHost *:80 <VirtualHost *:80> and then restart apache. |
Thank you for the post, here is what I get when I restart Apache now, and still not working on the frontend.
Code:
* Restarting web server apache2 [Tue Feb 03 17:15:02 2009] [error] (EAI 2)Name or service not known: Could not resolve host name *80 -- ignoring! |
Can you post one of the vhosts created by ISPConfig (you can find them in the /etc/apache2/sites-available directory as well)?
|
Code:
<VirtualHost 172.21.152.32:80> |
| All times are GMT +2. The time now is 10:07. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.