Current time: 04-30-2024, 03:10 AM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] How to fix 500 errors
Author Message
marceloc Offline
Newbie
*

Posts: 9
Joined: Oct 2009
Reputation: 0
Post: #26
RE: [SOLVED] How to fix 500 errors
Hi!

I installed IspCP 1.05 on the a cloud server with 512 MB of RAM. The SO is Ubuntu 9.10 64 bits.

My joomla websites show the error message:

Code:
Error 500!
/
Internal Server Error!


My static sites and the Panel IspCP works fine, but the joomla sites, don't work.


Apache2:

Code:
<IfModule mpm_worker_module>
    StartServers          2
    MinSpareThreads      25
    MaxSpareThreads      75
    ThreadLimit          64
    ThreadsPerChild      25
    MaxClients          150
    MaxRequestsPerChild   1
</IfModule>


<IfModule mpm_event_module>
    StartServers          2
    MaxClients          150
    MinSpareThreads      25
    MaxSpareThreads      75
    ThreadLimit          64
    ThreadsPerChild      25
    MaxRequestsPerChild   1
</IfModule>

AccessFileName .htaccess

<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
</Files>


PHP.ini - Mysite.com:
Code:
max_execution_time = 60     ; Maximum execution time of each script, in seconds
max_input_time = 120 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 256M      ; Maximum amount of memory a script may consume (128MB)


php5-fcgi-starter:
Code:
#!/bin/sh

umask 022

PHPRC="/var/www/fcgi/mysite.com/php5/"
export PHPRC

TMPDIR="/var/www/virtual/mysite.com/phptmp"
export TMPDIR

PHP_FCGI_CHILDREN=2
export PHP_FCGI_CHILDREN

exec /usr/bin/php5-cgi

I'm desperate! I've made several adjustments recommended in this forum and don't work.

sorry my english!

Regards,
Marcelo
07-19-2010 01:46 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[SOLVED] How to fix 500 errors - pl.zenon - 11-05-2008, 01:32 PM
RE: Server configuration request - pgentoo - 11-05-2008, 03:41 PM
RE: Server configuration request - BeNe - 11-05-2008, 05:42 PM
RE: Server configuration request - pgentoo - 11-06-2008, 03:11 AM
RE: Server configuration request - pgentoo - 11-06-2008, 08:57 AM
RE: [SOLVED] How to fix 500 errors - smoko - 12-27-2008, 07:08 AM
RE: [SOLVED] How to fix 500 errors - nikih - 12-27-2008, 05:14 PM
RE: [SOLVED] How to fix 500 errors - Wut - 01-07-2009, 12:36 PM
RE: [SOLVED] How to fix 500 errors - leha - 04-01-2009, 09:18 PM
RE: [SOLVED] How to fix 500 errors - cell - 04-02-2009, 12:20 AM
RE: [SOLVED] How to fix 500 errors - cell - 04-02-2009, 01:30 AM
RE: [SOLVED] How to fix 500 errors - marceloc - 07-19-2010 01:46 PM

Forum Jump:


User(s) browsing this thread: 9 Guest(s)