[SOLVED] Apache won't load after isp-cp installation - 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] Apache won't load after isp-cp installation (/thread-2138.html) |
[SOLVED] Apache won't load after isp-cp installation - andrewlee_foo - 01-13-2008 02:40 PM i tried install isp-cp in my VPS, after i installed isp-cp, apache is not loading, at 1st i thought maybe nightly build is not stable, so i deleted the vps and start all over with the RC2, but still, it have the same problem. i had follow the exact instruction from http://www.isp-control.net/documentation/start/installation/debian i can't figure out what is happening. RE: Apache won't load after isp-cp installation - Zothos - 01-13-2008 08:22 PM -_- do you think that we all are fortune teller? So please post logs, error messages, configs! RE: Apache won't load after isp-cp installation - sharpie - 01-13-2008 09:51 PM enough ram? RE: Apache won't load after isp-cp installation - andrewlee_foo - 01-14-2008 07:49 AM sorry that i am too noob, but where is the isp-cp log located? i'm not sure which file should i copy and paste here RE: Apache won't load after isp-cp installation - joximu - 01-14-2008 07:56 AM what do you get, when executing this: /etc/init.d/apache2 restart and for logifles: have a look in /var/log - and also subdirectories... there are many files. Some of them contain interestung things... /J RE: Apache won't load after isp-cp installation - andrewlee_foo - 01-14-2008 08:07 AM when reloading the apache, i get this Code: Forcing reload of web server (apache2)...httpd (pid 27790?) not running while the apache error log is this http://pastebin.com/f2ad5fd3a it looks like the RAM is not enough, but i'm not so sure about it... RE: Apache won't load after isp-cp installation - joximu - 01-14-2008 08:10 AM hm - it really looks like a RAM problem. RE: Apache won't load after isp-cp installation - andrewlee_foo - 01-14-2008 08:15 AM looks like i can't test it in my vps... honestly, dun scold me, the so called "server" is actually only have 128MB RAM and its a P3, lol. now i think i understand why last time it can run in that "server" and not in the vps now.... is there anyway to tweak it so the apache can be load with isp-cp? or i really have to test it on faster server? RE: Apache won't load after isp-cp installation - sharpie - 01-14-2008 09:27 AM andrewlee_foo Wrote:looks like i can't test it in my vps... honestly, dun scold me, the so called "server" is actually only have 128MB RAM and its a P3, lol. You can always make 1/2 gig swapfile. I am running on 128mb ram too but to get everything to start up it has to go into my swap. by exactly 13.6mb if that is useful RE: Apache won't load after isp-cp installation - andrewlee_foo - 01-14-2008 09:59 AM hmm, maybe i will try that, thx for helping |