Hi Falko, thanks for the fast reply.
This is my vhosts_ispconfig file:
ISPConfig vHost Configuration File
# Version 1.0
#
###################################
#
NameVirtualHost 192.168.1.10:80
<VirtualHost 192.168.1.10:80>
ServerName localhost
ServerAdmin root@localhost
DocumentRoot /var/www/sharedip
</VirtualHost>
#
#
######################################
# Vhost:
www.example.com:80
######################################
#
#
<VirtualHost 192.168.1.10:80>
ServerName
www.example.com:80
ServerAdmin
webmaster@example.com
DocumentRoot /var/www/web7/web
ServerAlias example.com
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ErrorLog /var/www/web7/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php3>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php4>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
<Files *.php5>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
php_admin_flag safe_mode Off
Alias /error/ "/var/www/web7/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /var/www/web7/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web7/user/$1/web/$3
</VirtualHost>
#
And this is the output of ifconfig:
eth0 Link encap:Ethernet HWaddr 00:B0

0:63:E9:95
inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::2b0:d0ff:fe63:e995/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:48084 errors:0 dropped:0 overruns:0 frame:0
TX packets:76685 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3775539 (3.6 MiB) TX bytes:85069513 (81.1 MiB)
Interrupt:5 Base address:0x2c00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:45 errors:0 dropped:0 overruns:0 frame:0
TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3406 (3.3 KiB) TX bytes:3406 (3.3 KiB)
Actually I managed to fix it late last night (Eastern time) by editing the A records in my Yahoo Control panel and pointing them to my router's IP address.
Thanks again, I really appreciate your efforts.
Recent comments
18 hours 1 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 7 hours ago
1 day 12 hours ago
1 day 12 hours ago
1 day 14 hours ago
2 days 48 min ago
2 days 5 hours ago
2 days 7 hours ago