[SOLVED] did you successfully installed on amazon EC2 ? - 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: [SOLVED] did you successfully installed on amazon EC2 ? (/thread-9641.html) |
[SOLVED] did you successfully installed on amazon EC2 ? - bluejia - 02-17-2010 01:44 AM hi, i want install isPCP-omega on Amazon AWS , so i want to know, did anyone successfully installed on amazon AWS ? RE: did you successfully installed on amazon EC2 ? - arpoodle - 09-14-2010 06:12 PM (02-17-2010 01:44 AM)bluejia Wrote: hi, i want install isPCP-omega on Amazon AWS , so i want to know, did anyone successfully installed on amazon AWS ? I'm trying to do that now, and while the install appears to complete succesfully, I get a 404 when I visit the admin URL. Quote: Starting Installation you can visit admin.craftspeed.com to see for yourself. It's not a production system at this stage so I don't mind people poking about it. The "server" is running Ubuntu... Linux ip-10-227-205-228 2.6.31-302-ec2 #7-Ubuntu SMP Tue Oct 13 19:55:22 UTC 2009 x86_64 GNU/Linux and I'm using MySQL 5.5. RE: did you successfully installed on amazon EC2 ? - arpoodle - 09-18-2010 12:31 AM SOLVED: The /etc/apache2/sites-enabled/00_master.conf file was using the external elastic IP for the virtualhost entry. When I changed it to use the EC2 external hostname, it worked. Other than that, it was a pretty standard install. RE: did you successfully installed on amazon EC2 ? - arpoodle - 10-01-2010 09:59 PM It seems I spoke too soon. I've started creating some accounts on the system, and the new domains all return the ispcp login page, not the contents of their htdocs nor the default "This is the default page for <b>domain</b>. This page was generated automatically via ispCP Omega. Please upload your own index.html file." I've had a look at the /etc/apache2/sites-enables/00_master.conf and /etc/apache2/sites-enables/ispcp.conf but can't see anything glaringly obvious. That being said, my knowldge of hacking apache site configs is poor at best. Any suggestions? RE: [SOLVED] did you successfully installed on amazon EC2 ? - kilburn - 10-01-2010 11:08 PM Probably the <VirtualHost...> entries in /etc/apache2/sites-enabled/ispcp.conf are configured to listen on the wrong IP (aka: the one where domains do *not* point at). RE: [SOLVED] did you successfully installed on amazon EC2 ? - arpoodle - 10-04-2010 06:13 PM (10-01-2010 11:08 PM)kilburn Wrote: Probably the <VirtualHost...> entries in /etc/apache2/sites-enabled/ispcp.conf are configured to listen on the wrong IP (aka: the one where domains do *not* point at). They are all listening on <VirtualHost 79.125.107.110:80> which is the external IP address of the host it's running on. RE: [SOLVED] did you successfully installed on amazon EC2 ? - kilburn - 10-04-2010 06:57 PM I don't really know how amazon works in this regard. Would you let me connect to this box and inspect the log files? RE: [SOLVED] did you successfully installed on amazon EC2 ? - arpoodle - 10-04-2010 07:10 PM (10-04-2010 06:57 PM)kilburn Wrote: I don't really know how amazon works in this regard. Would you let me connect to this box and inspect the log files? I can do, yes. It's a new project and has nothing installed on it yet. I'll need to work out creating a new security key and stuff to allow access. I'll PM you some details when I work it out. I certainly think getting ispcp working on the EC2 system (or any virtual/cloud system) is worth doing anyway, so I'm keen to see this work. RE: [SOLVED] did you successfully installed on amazon EC2 ? - bulforce - 02-25-2012 10:54 AM How is this solved? And why it is marked [SOLVED] I dont see any solution here. |