Hi I have installed ispconfig on ubuntu. I used a standard install as per the howtoforge install and all worked fine. I can even login to the admin site, create resellers, clients, sites, etc. My goal is to run a local server to test some php and ruby scripts and see if they work. My problem is I cant seem to get the sites working. I added the ip and website address to the hosts file in windows as well, but still no luck. I keep getting this erro no matter the site name, etc: Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404 www.mycompany.co.za Tue Mar 4 16:03:53 2008 Apache/2.0.55 (Ubuntu) DAV/2 mod_ssl/2.0.55 OpenSSL/0.9.8b I can find any posts, on google and howtoforge> Can anyone help me so I can view them. Maybe I am not creating things right. The only diffirence is that I am not using the ispconfig firewall. But, I did open port 81 and it seems to work for the backend. What am I doing wrong? Thanks for any reply Gigg
Did you also open port 80? What's the output of Code: ifconfig and what's in your Vhosts_ispconfig.conf?
Hi Thanks for the reply. The ifconfig reads like this: eth1 Link encap:Ethernet HWaddr 00:30:4F:5C:83:8F inet6 addr: fe80::230:4fff:fe5c:838f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:971604 errors:0 dropped:0 overruns:0 frame:0 TX packets:634059 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1304068344 (1.2 GiB) TX bytes:59965120 (57.1 MiB) Interrupt:193 Base address:0x2e00 eth2 Link encap:Ethernet HWaddr 00:30:4F:5C:83:A1 inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::230:4fff:fe5c:83a1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1837940 errors:0 dropped:0 overruns:0 frame:0 TX packets:2032347 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1022220057 (974.8 MiB) TX bytes:2245133247 (2.0 GiB) Interrupt:185 Base address:0xf00 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:4106 errors:0 dropped:0 overruns:0 frame:0 TX packets:4106 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:295074 (288.1 KiB) TX bytes:295074 (288.1 KiB) ppp0 Link encapoint-to-Point Protocol inet addr:XX.XX.XX.XX P-t-P:41.243.192.1 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 RX packets:20775 errors:0 dropped:0 overruns:0 frame:0 TX packets:23992 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:5927687 (5.6 MiB) TX bytes:4005329 (3.8 MiB) The Vhosts_ispconfig.conf in /etc/apache22/vhosts is totally blank. Port 80 is open for udp and tcp. Any help would be appreciated. Thanks