Hi Falko, firstly thank you for taking the time to give me advice.
The output from ifconfig is:
Code:
eth0 Link encap:Ethernet HWaddr 00:1a:92:62:81:b4
inet addr:82.13.2.79 Bcast:82.13.2.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:28 Base address:0x2000
eth1 Link encap:Ethernet HWaddr 00:1a:92:62:84:e7
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: 2002:520d:24f:1234:21a:92ff:fe62:84e7/64 Scope:Global
inet6 addr: fe80::21a:92ff:fe62:84e7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1431 errors:0 dropped:0 overruns:0 frame:0
TX packets:1174 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:203832 (203.8 KB) TX bytes:1062746 (1.0 MB)
Interrupt:29 Base address:0x4000
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:2213 errors:0 dropped:0 overruns:0 frame:0
TX packets:2213 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1135144 (1.1 MB) TX bytes:1135144 (1.1 MB)
Im not sure if this is the exact file you require but this is from etc/apache2/sites-enabled/izabay.co.uk.vhost
Code:
<Directory /var/www/izabay.co.uk>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
<VirtualHost 82.13.2.79:80>
DocumentRoot /var/www/izabay.co.uk/web
ServerName izabay.co.uk
ServerAdmin webmaster@izabay.co.uk
ErrorLog /var/log/ispconfig/httpd/izabay.co.uk/error.log
ErrorDocument 400 /error/400.html
ErrorDocument 401 /error/401.html
ErrorDocument 403 /error/403.html
ErrorDocument 404 /error/404.html
ErrorDocument 405 /error/405.html
ErrorDocument 500 /error/500.html
ErrorDocument 503 /error/503.html
<Directory /var/www/izabay.co.uk/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
# ssi enabled
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Options +Includes
</Directory>
<Directory /var/www/clients/client1/web13/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
# ssi enabled
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Options +Includes
</Directory>
# cgi enabled
<Directory /var/www/clients/client1/web13/cgi-bin>
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ /var/www/clients/client1/web13/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
# suexec enabled
SuexecUserGroup web13 client1
# php as fast-cgi enabled
<Directory /var/www/izabay.co.uk/web>
AddHandler fcgid-script .php .php3 .php4 .php5
FCGIWrapper /var/www/php-fcgi-scripts/web13/.php-fcgi-starter .php
Options +ExecCGI
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Hope I have given you the coorect information.
Thanks again Kam.
P.S. I noticed these in the var/log/apache2/error log
[Thu Jan 14 16:50:37 2010] [error] [client 192.168.0.2] client denied by server configuration: /var/www/clients/
[Thu Jan 14 16:50:37 2010] [error] [client 192.168.0.2] client denied by server configuration: /var/www/izabay.co.uk/
[Thu Jan 14 16:50:37 2010] [error] [client 192.168.0.2] client denied by server configuration: /var/www/php-fcgi-scripts/
[Thu Jan 14 16:50:37 2010] [error] [client 192.168.0.2] client denied by server configuration: /var/www/lookylooky.co.uk/
[Thu Jan 14 16:50:37 2010] [error] [client 192.168.0.2] File does not exist: /var/www/favicon.ico
[Thu Jan 14 17:07:29 2010] [error] [client 192.168.0.2] client denied by server configuration: /var/www/clients/
[Thu Jan 14 17:07:29 2010] [error] [client 192.168.0.2] client denied by server configuration: /var/www/izabay.co.uk/
[Thu Jan 14 17:07:29 2010] [error] [client 192.168.0.2] client denied by server configuration: /var/www/php-fcgi-scripts/
[Thu Jan 14 17:07:29 2010] [error] [client 192.168.0.2] client denied by server configuration: /var/www/lookylooky.co.uk/
[Thu Jan 14 17:07:29 2010] [error] [client 192.168.0.2] File does not exist: /var/www/favicon.ico
[Thu Jan 14 17:15:39 2010] [error] [client 192.168.0.2] File does not exist: /var/www/favicon.ico
Recent comments
2 days 19 hours ago
3 days 4 hours ago
3 days 7 hours ago
3 days 8 hours ago
3 days 9 hours ago
3 days 11 hours ago
3 days 12 hours ago
3 days 14 hours ago
4 days 5 hours ago
4 days 6 hours ago