ispCP - Board - Support
[SOLVED] Dreaded Error 500 on my 20th domain only - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: [SOLVED] Dreaded Error 500 on my 20th domain only (/thread-15852.html)

Pages: 1 2


[SOLVED] Dreaded Error 500 on my 20th domain only - ShinZan - 02-26-2012 04:35 PM

Im really putting some mileage on this forum Tongue

So Ive migrated my old 1.00 box to 1.07 and everything is plunking along just fine but now i added a new domain to my box and any type of .php processing gives error 500. The log files don't say anything helpful or perhaps im just looking at the wrong log files. I'm looking at var/log/apache2 logs and see nothing useful.

Im on Ubuntu 10.1
ISPCP 1.07

the index.html processes fine but the index.php of the 2.5 joomla just gives error 500. I tried removing the domain and readding it giving it a new virtual user group id but that didn't help, I rebooted the server wondering if something might be out of memory too in desperation but that wasn't it either.

Can anyone point me toward what I need to do to troubleshoot this? I assume all new domains will also have this problem too.

Thanks!

David


RE: Dreaded Error 500 on my 20th domain only - ShinZan - 02-27-2012 08:57 AM

FYI Update:

I have checked /var/log/php_errors.log and although i see notices from some other sites but nothing from this site. I also put a phpinfo.php in there and it also has an error 500 and doesn't show any errors in my logfiles.

This is very odd, all my other 19 sites work fine but this one seemed to break the camels back so to speak Tongue

David


RE: Dreaded Error 500 on my 20th domain only - joximu - 02-27-2012 07:44 PM

suexec.log?


RE: Dreaded Error 500 on my 20th domain only - ShinZan - 02-28-2012 12:36 AM

(02-27-2012 07:44 PM)joximu Wrote:  suexec.log?

Nothing there error wise

Code:
[2012-02-27 09:34:46]: uid: (2020/vu2020) gid: (2020/vu2020) cmd: php5-fcgi-starter

of course vu2020 is the virtual user im having the problem with

Thanks though any other suggestions?

David


RE: Dreaded Error 500 on my 20th domain only - joximu - 02-28-2012 01:02 AM

Somewhere in the logs there has to be something - th default-error or domain.error...

Or: can you enable php error logging for this domain? (to a file).

I don't think it's because of th "20th".... :-)

/J


RE: Dreaded Error 500 on my 20th domain only - ShinZan - 02-28-2012 01:23 AM

(02-28-2012 01:02 AM)joximu Wrote:  Somewhere in the logs there has to be something - th default-error or domain.error...

Or: can you enable php error logging for this domain? (to a file).

I don't think it's because of th "20th".... :-)

/J

/var/log/apache2/
domain.tld.combined:

Code:
x.x.x.x - - [27/Feb/2012:09:34:46 -0500] "GET /phpinfo.php HTTP/1.1" 500 375 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2"

I agree magic 20 is just a coincidence but i can't find any log info anywhere im very confused.

David


RE: Dreaded Error 500 on my 20th domain only - joximu - 02-28-2012 02:25 AM

php error log?

maybe you have to enable it in the php.ini of the domain.

/J


RE: Dreaded Error 500 on my 20th domain only - ShinZan - 02-28-2012 03:13 AM

Nothing in there relating to this domain, there are php errors and warnings for other domains.

Also don't know if this is related but i also have an open post about how none of the php.ini are loaded and i have to use all domains off the /etc/php5/cli/php.ini

http://isp-control.net/forum/thread-15756-page-2.html

so as to having to enable the errors i have done so in the /etc/php5/cli/php.ini and other domains are reporting as expected to /var/log/php_errors.log

Any other thoughts ?

Thank you I appretiate your help


RE: Dreaded Error 500 on my 20th domain only - joximu - 02-28-2012 12:17 PM

Hm, the php.ini thing is not ok - but since you've got only problems with php with the new domain - maybe it is not relevant....

btw. did you test a simple php file on the 20th domain?

something like this?
<?php echo 7 * 8; ?>

I try to come to the other discussion...

/J


RE: Dreaded Error 500 on my 20th domain only - ShinZan - 02-28-2012 02:06 PM

I am really hurting because i have people who want to pay me money for hosting but i can't make a php website Sad If there are any ISPOMEGA gods out there here my prayer!

Help me!

David