Problem Confixx extern Domain (S4Y)

revobab

Registered User
Hi
Ich habe eine Root server auf S4Y
Suse 9.3 Confixx premium edition 2003
Ich habe zwei domains auf Server eine bei S4F gekuaft andere bei nic-direct

Web1 funk. super problemlos (bei S4Y gekuaft) Web3 (bei nic-direct) nicht ich habe nameserver eingetragen und domain zeig mein server
leider nicht richtige DocumentRoot sondern Confixx root und kommt natürlich User-Login Seite
apache neu starten updatedb hat nichts gebracht
confixx_counterscript.pl und confixx_counterscript.pl auch nicht
Wo liegt problem DNS nameserver usw oder apache confixx vhost ???
bitte hilfe

Code:
<VirtualHost 85.XX.XX.XX:80>
ServerName 85.XX.XX.XX
DocumentRoot /srv/www/confixx/html/gesperrt
</VirtualHost>
<VirtualHost 85.XX.XX.XX:80>
ServerName xxx-oi.org
ServerAlias  www.xxx-oi.org web3.xxx.server4you.de
DocumentRoot /srv/www/web3/html
SuexecUserGroup web3 ftponly
ScriptAlias /cgi-bin/ /srv/www/web3/html/cgi-bin/
php_admin_value open_basedir /srv/www/web3/:/srv/www/htdocs/phpMyAdmin/:/srv/www/htdocs/confixx/html/gesperrt/
php_admin_value upload_tmp_dir /srv/www/web3/phptmp/
</VirtualHost>
<VirtualHost 85.XX.XX.XX:80>
ServerName xxxhost.com
ServerAlias  www.xxxhost.com web1.xxx.server4you.de
DocumentRoot /srv/www/web1/html
SuexecUserGroup web1 ftponly
ScriptAlias /cgi-bin/ /srv/www/web1/html/cgi-bin/
php_admin_value open_basedir /srv/www/web1/:/srv/www/htdocs/phpMyAdmin/:/srv/www/htdocs/confixx/html/gesperrt/
php_admin_value upload_tmp_dir /srv/www/web1/phptmp/
</VirtualHost>
 
Hallo!
Liefert ein ping auf beide Domainnamen wirklich die selbe IP Adresse zurück?

mfG
Thorsten
 
extern Domain zeigt Confixx so kann man erkennen die beide Domainnamen gleiche IP hat
Hier die ergebnis und sie haben gleiche IP

ping xxx-oi.org

Pinging xxx-oi.org [85.XX.XX.XX] with 32 bytes of dat

Reply from 85.XX.XX.XX: bytes=32 time=47ms TTL=56
Reply from 85.XX.XX.XX: bytes=32 time=62ms TTL=56
Reply from 85.XX.XX.XX: bytes=32 time=47ms TTL=56
Reply from 85.XX.XX.XX: bytes=32 time=62ms TTL=56

Ping statistics for 85.XX.XX.XX:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 47ms, Maximum = 62ms, Average = 54ms

D:\>ping www.xxxhost.com

Pinging www.xxxhost.com [85.XX.XX.XX] with 32 bytes of dat

Reply from 85.XX.XX.XX: bytes=32 time=63ms TTL=56
Reply from 85.XX.XX.XX: bytes=32 time=47ms TTL=56
Reply from 85.XX.XX.XX: bytes=32 time=63ms TTL=56
Reply from 85.XX.XX.XX: bytes=32 time=47ms TTL=56

Ping statistics for 85.XX.XX.XX:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 47ms, Maximum = 63ms, Average = 55ms
 
bei mir unter Confixx admin sieht man etwas komisches

Lizenz-Status Gültig (25.07.06 - 17:44:01)

??
das erklärt die sache ?????
 
Hallo,

revobab said:
Lizenz-Status Gültig (25.07.06 - 17:44:01)

am 25.7. um 17:44 hast Du den Lizenzstatus abgefragt und die Lizenz ist gültig. Was ist daran komisch?

Die Anzeige bedeutet nicht, daß die Lizenz zu diesem Zeitpunkt abläuft, wann sie abläuft steht woanders.
 
ok danke
ich habe problem gelöst

web3 domian mit web1 getauscht soll ich sagen (mit putty confixx_vhost.conf)
danach über confixx und apache restart es funktioniert :confused:

nochmal danke

MfG
 
Back
Top