
9th April 2009, 13:46
|
|
Member
|
|
Join Date: Nov 2005
Location: Belgium
Posts: 31
Thanks: 5
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by ggohdin
Hi, you need fullstops at the end of your domain names in your dns zone records. e.g "web-world.com." How ever your zone record for dolls-world.com. is correct, just see where the full stops are in that zone and do the same with the other zones.
|
That makes no sense, because the "web-worlds.com" opens up normally, but the "dolls-world.com" not ???
But I changed them to full stops anyway.
But why could it take up to 3 days considdering that the changes are on my server and dont reflect to the outside world?
Correct me if i'm wrong but when somebody types "http://www.web-worlds.com" then the first to respond is Godaddy because there is the name registered, Godaddy gives the ns1.dnsexit.com.
On DNSExit it looks up the ip adres and then links to that, then on my server it is rerouted to the right web adress???
Is this the right way ??
Thanks in advance,
Etienne
|

9th April 2009, 14:00
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Why do you set up DNS records in ISPConfig when your registrar is running the nameservers for your domains? That makes no sense to me.
Anyway, can you post the vhost configurations of www.web-worlds.com and www.dolls-world.com?
|

9th April 2009, 14:41
|
|
Member
|
|
Join Date: Nov 2005
Location: Belgium
Posts: 31
Thanks: 5
Thanked 0 Times in 0 Posts
|
|
Hi Falko,
What is your suggestion then, to turn of MyDNS in the ISPconfig ??
And vhost.conf I dont have, at least a find / vhost.conf say so.
Thanks,
Etienne
|

10th April 2009, 12:52
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Quote:
Originally Posted by Etienne
What is your suggestion then, to turn of MyDNS in the ISPconfig ??
|
If your registrar is running the nameservers for your domains, then you don't need to configure anything in the DNS part of ISPConfig.
Quote:
Originally Posted by Etienne
And vhost.conf I dont have, at least a find / vhost.conf say so.
|
Which distribution are you using? For Debian/Ubuntu, the files should be in /etc/apache2/sites-available.
|

11th April 2009, 11:29
|
|
Member
|
|
Join Date: Nov 2005
Location: Belgium
Posts: 31
Thanks: 5
Thanked 0 Times in 0 Posts
|
|
Okay I turned off mydns in ISPconfig, and waited 2 days, but still no change.
The output for web-worlds.com.vhost:
Code:
<Directory /var/www/web-worlds.com>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
<VirtualHost *:80>
DocumentRoot /var/www/web-worlds.com/web
ServerName web-worlds.com
ServerAlias www.web-worlds.com
ServerAdmin webmaster@web-worlds.com
ErrorLog /var/log/ispconfig/httpd/web-worlds.com/error.log
<Directory /var/www/web-worlds.com/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit
Order allow,deny
Allow from all
# ssi enabled
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Options +Includes
</Directory>
<Directory /var/clients/client1/web1/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit
Order allow,deny
Allow from all
# ssi enabled
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Options +Includes
</Directory>
# cgi enabled
<Directory /var/clients/client1/web1/cgi-bin>
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ /var/clients/client1/web1/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
# suexec enabled
SuexecUserGroup web1 client1
# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@web-worlds.com"
php_admin_value upload_tmp_dir /var/clients/client1/web1/tmp
php_admin_value session.save_path /var/clients/client1/web1/tmp
#php_admin_value open_basedir /var/clients/client1/web1:/usr/share/php5
</VirtualHost>
and of dolls-world.com.vhost:
Code:
<Directory /var/www/dolls-worlds.com>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
<VirtualHost *:80>
DocumentRoot /var/www/dolls-worlds.com/web
ServerName dolls-worlds.com
ServerAlias www.dolls-worlds.com
ServerAdmin webmaster@dolls-worlds.com
ErrorLog /var/log/ispconfig/httpd/dolls-worlds.com/error.log
<Directory /var/www/dolls-worlds.com/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit
Order allow,deny
Allow from all
# ssi enabled
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Options +Includes
</Directory>
<Directory /var/clients/client1/web3/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit
Order allow,deny
Allow from all
# ssi enabled
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Options +Includes
</Directory>
# cgi enabled
<Directory /var/clients/client1/web3/cgi-bin>
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ /var/clients/client1/web3/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
# suexec enabled
SuexecUserGroup web3 client1
# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@dolls-worlds.com"
php_admin_value upload_tmp_dir /var/clients/client1/web3/tmp
php_admin_value session.save_path /var/clients/client1/web3/tmp
#php_admin_value open_basedir /var/clients/client1/web3:/usr/share/php5
</VirtualHost>
Hope somebody can figure this out...
Thanks,
Etienne
|

11th April 2009, 11:36
|
|
Member
|
|
Join Date: Nov 2005
Location: Belgium
Posts: 31
Thanks: 5
Thanked 0 Times in 0 Posts
|
|
 Hmm i allready see something strange... there is everywhere written dolls-worlds.com and it should be dolls-world.com ??
Really wondering from where comes the extra s, and why it is not reflected in ISPConfig files???
Any clues ?
TIA
Etienne
|

12th April 2009, 14:32
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Did you use dolls-worlds.com or dolls-world.com in the ISPConfig web interface?
|

12th April 2009, 14:58
|
|
Member
|
|
Join Date: Nov 2005
Location: Belgium
Posts: 31
Thanks: 5
Thanked 0 Times in 0 Posts
|
|
For some reason I have occassionally used world and occassionally used worlds ..??.. but I changed it now by vi the .host file and making new symlinks, and all is working (trail and error)
Only thing now left is the symlink to the webmail, if you have any fast clues on how to do this because a simple symlink seems to run into permission problems...
Thanks,
Etienne
|

12th April 2009, 15:14
|
|
Member
|
|
Join Date: Nov 2005
Location: Belgium
Posts: 31
Thanks: 5
Thanked 0 Times in 0 Posts
|
|
Never mind, this is also solved  turns out a webmail symlink from the web1/web to usr/share/squirrelmail did the trick.
This thread can be closed
Thanks to all people involved!
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 14:58.
|
|
Recent comments
2 days 5 hours ago
2 days 14 hours ago
2 days 17 hours ago
2 days 18 hours ago
2 days 20 hours ago
2 days 21 hours ago
2 days 23 hours ago
3 days 34 min ago
3 days 16 hours ago
3 days 17 hours ago