Jump to content
Froxlor Forum
  • 0

DNS Problem!!!!!!!


michael24179

Question

Ich habe heute das Update auf die 0.99 gemacht und alles lief bestens. Ich habe meine Server bei 1&1 stehen und besitze dort 2 IPs. Heute wollte ich die 2. IP auf mein Server einpflegen und dabai ist irgendwas schief gelaufen :(.

 

Ich habe die IP ganz normal in Froxlor eingetragen. Nachdem der Cron gestartet war, bekam ich eine leere seite. Also startete ich Apache neu. Hier kommt nun folgende aussage.

 

(99)Cannot assign requested address: make_sock: could not bind to address 213.165.71.30:80 no listening sockets available, shutting down

 

Ich habe nun unter etc/apache2/sites-enabled die 10_froxlor_ipandport_213.165.71.30.80.conf raus genommen, wodurch Apache dann ohne Fehlermeldung startete. Meine Seite war jedoch nicht erreichbar.

 

Was muss ich machen, um das wieder zu richten :(

Link to comment
Share on other sites

20 answers to this question

Recommended Posts

# 05_froxlor_dirfix_nofcgid.conf
# Created 23.06.2010 07:55
# Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.

 <Directory "/var/customers/webs/">
   Order allow,deny
   allow from all
 </Directory>

 

# 10_froxlor_ipandport_213.165.71.30.80.conf
# Created 23.06.2010 07:55
# Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.

Listen 213.165.71.30:80
NameVirtualHost 213.165.71.30:80
<VirtualHost 213.165.71.30:80>
DocumentRoot "/var/www/"
ServerName s15395177.onlinehome-server.info
</VirtualHost>
[code]
# 10_froxlor_ipandport_87.106.241.1.80.conf
# Created 23.06.2010 07:55
# Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.

NameVirtualHost 87.106.241.1:80
<VirtualHost 87.106.241.1:80>
DocumentRoot "/var/www/"
ServerName s15395177.onlinehome-server.info
</VirtualHost>

 

# 21_froxlor_normal_vhost_auktion.s15395177.onlinehome-server.info.conf
# Created 23.06.2010 07:55
# Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.

# Domain ID: 1 - CustomerID: 1 - CustomerLogin: auktion
<VirtualHost 87.106.241.1:80>
 ServerName auktion.s15395177.onlinehome-server.info
 ServerAlias *.auktion.s15395177.onlinehome-server.info
 ServerAdmin ******
 DocumentRoot "/var/customers/webs/auktion/"
 php_admin_value open_basedir "/var/customers/webs/auktion/:/tmp/"
 php_admin_flag safe_mode On 
 ErrorLog "/var/customers/logs/auktion-error.log"
 CustomLog "/var/customers/logs/auktion-access.log" combined
</VirtualHost>

 

# 21_froxlor_normal_vhost_auktion-bay.de.conf
# Created 23.06.2010 07:55
# Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.

# Domain ID: 2 - CustomerID: 1 - CustomerLogin: auktion
<VirtualHost 87.106.241.1:80>
 ServerName auktion-bay.de
 ServerAlias *.auktion-bay.de
 ServerAdmin *******
 DocumentRoot "/var/customers/webs/auktion/"
 php_admin_value open_basedir "/var/customers/webs/auktion/:/tmp/"
 php_admin_flag safe_mode Off 
 ErrorLog "/var/customers/logs/auktion-error.log"
 CustomLog "/var/customers/logs/auktion-access.log" combined
</VirtualHost>

 

# 21_froxlor_normal_vhost_aution-bay.de.conf
# Created 23.06.2010 07:55
# Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.

# Domain ID: 6 - CustomerID: 3 - CustomerLogin: mail
<VirtualHost 213.165.71.30:80>
 ServerName aution-bay.de
 ServerAlias *.aution-bay.de
 ServerAdmin *******
 DocumentRoot "/var/customers/webs/mail/"
 php_admin_value open_basedir "/var/customers/webs/mail/:/tmp/"
 php_admin_flag safe_mode Off 
 ErrorLog "/var/customers/logs/mail-error.log"
 CustomLog "/var/customers/logs/mail-access.log" combined
</VirtualHost>

 

# 21_froxlor_normal_vhost_mail.s15395177.onlinehome-server.info.conf
# Created 23.06.2010 07:55
# Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.

# Domain ID: 5 - CustomerID: 3 - CustomerLogin: mail
<VirtualHost 87.106.241.1:80>
 ServerName mail.s15395177.onlinehome-server.info
 ServerAlias *.mail.s15395177.onlinehome-server.info
 ServerAdmin michaelb24179@t-online.de
 DocumentRoot "/var/customers/webs/mail/"
 php_admin_value open_basedir "/var/customers/webs/mail/:/tmp/"
 php_admin_flag safe_mode On 
 ErrorLog "/var/customers/logs/mail-error.log"
 CustomLog "/var/customers/logs/mail-access.log" combined
</VirtualHost>

 


Link to comment
Share on other sites

Ich habe es jetzt so eingerichtet.

 

 

Haupt IP

 

Listen 87.106.241.1:80
NameVirtualHost 87.106.241.1:80
<VirtualHost 87.106.241.1:80>
DocumentRoot "/var/www/"
ServerName s15395177.onlinehome-server.info
</VirtualHost>

 

Neue IP

 

Listen 213.165.71.30:80
NameVirtualHost 213.165.71.30:80
<VirtualHost 213.165.71.30:80>
DocumentRoot "/var/www/"
ServerName s15395177.onlinehome-server.info
</VirtualHost>

 

Damit ?ndert sich an der Fehler nix. Nehme ich bei beiden das Listing raus, so scheint Apache zu starten, jedoch komme ich denn noch nicht auf meine Seiten :(

Link to comment
Share on other sites

Ich habe jetzt mal die neue IP gel?scht, jedoch kommt beim restart folgendes

 

s15395177:~# /etc/init.d/apache2 restart

Restarting web server: apache2[Wed Jun 23 12:50:53 2010] [warn] VirtualHost 213.165.71.30:80 overlaps with VirtualHost 213.165.71.30:80, the first has precedence, perhaps you need a NameVirtualHost directive

... waiting [Wed Jun 23 12:50:54 2010] [warn] VirtualHost 213.165.71.30:80 overlaps with VirtualHost 213.165.71.30:80, the first has precedence, perhaps you need a NameVirtualHost directive

Link to comment
Share on other sites

Ich kann "blind" leider nicht erahnen was da bei dir los ist, wenn du magst, schick mir doch die Serverinfos mal per PM und dann guck ich mir das mal genau an...so kann ich dir leider gerade nicht sagen was da schiefl?uft

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...