Heya,
I just installed a vserver at home (Vmware ESXI running a node with the lastest Debian Lenny). Ipscp installed fine. But when i try to acces the admin page which is setup on the following URL:
http://admin.cameron.patrickdebruijn.nl/
I get the message:
Code:
Not Found
The requested URL / was not found on this server.
Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_perl/2.0.4 Perl/v5.10.0 Server at 192.168.1.14 Port 80
This is my hosts file:
Code:
# 'hosts' file configuration.
127.0.0.1 cameron.patrickdebruijn.nl.local localhost
85.145.22.34 cameron.patrickdebruijn.nl cameron
::ffff:94.23.17.72 cameron.patrickdebruijn.nl cameron
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
I have setup ISPCP all times with the external IP. In the host file on my windows PC i have added the line so cameron.patrickdebruijn.nl will go to my local ip of the server (192.168.1.14).
When I go to cameron.patrickdebruijn.nl or admin.patrickdebruijn.nl I get that strange 404 error.
Got somebody a clue how to fix this?