Domains not working - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Domains not working (/thread-10794.html) |
Domains not working - pstanbra - 05-26-2010 09:16 PM It seems that my .COM domains are not routing to the uploaded website. They are routing to the admin logon page. I have uploaded http://www.joanwilliams.com but its gone straight to the admin logon page? RE: Domains not working - joximu - 05-26-2010 10:01 PM what does "apache2ctl -S" tell you? /J RE: Domains not working - pstanbra - 05-26-2010 10:08 PM (05-26-2010 10:01 PM)joximu Wrote: what does "apache2ctl -S" tell you? Syntax error on line 29 of /etc/apache2/mods-available/fcgid_ispcp.conf: SocketPath cannot occur within <VirtualHost> section Just rebooted my server - now apache wont even start - i don't get it - i physically haven't even changed this file. * Restarting web server apache2 Syntax error on line 29 of /etc/apache2/mods-available/fcgid_ispcp.conf: SocketPath cannot occur within <VirtualHost> section [fail] also in ispCP Disk usage 0.00% [0 B of 250.00 MB] although ive uploaded 10mb via ftp RE: Domains not working - joximu - 05-26-2010 10:49 PM socket error: http://isp-control.net/forum/thread-9675.html RE: Domains not working - pstanbra - 05-27-2010 01:19 AM sorry to be a pain but this makes no sense. There are several scenarios but neither is a true fix, just a bodge. If ispCP was designed to allow cgi to run per user, why is the fix to run the cgi globally. This is a security risk. Is this a problem everyone with ispCP has or is it related to a particular os. Also - when the next ispCP arrives 1.06, will this upgrade wipe out these changes. How does a linux user/admin keep track of all these little fixes. Would an upgrade wipe out all these tweaks? But back to the issue at hand - i really dont know what to do. I can use webmin and disable fcgid_ispcp and my sites then work but whats the implications of this. Steps Ive taken to resolve this... however I do not know how this will affect me or other users in the future and whether an upgrade to 1.06 will remove this mod and change it with a fix... cd to /etc/ispcp/apache/parts comment out the line: Code: Include MODS_DIR () / fcgid_ispcp.conf als_php2_entry.tpl, dmn_php2_entry.tpl and sub_php2_entry.tpl and then cd /etc/apache2/sites-available/ grep -v fcgid_ispcp.conf ispcp.conf > ispcp.conf.new mv ispcp.conf ispcp.conf.old mv ispcp.conf.new ispcp.conf if it doesnt work for you, undo the changes and rename ispcp.conf.old to ispcp.conf RE: Domains not working - pstanbra - 05-27-2010 04:11 AM also ----- if I add a new domain - the problem comes back. Really need a decent fix for this as this is not good in a production environment. RE: Domains not working - gOOvER - 05-27-2010 04:17 AM There is allready a Ticket open. Same happens in Squeeze. I hope thus will fixed soon, so i can use Squeeze insteed of Lenny |