Current time: 04-27-2024, 08:47 AM Hello There, Guest! (LoginRegister)


Post Reply 
ISPCP admin blank white page
Author Message
tomtom901 Offline
Junior Member
*

Posts: 20
Joined: Jul 2010
Reputation: 0
Post: #31
RE: ISPCP admin blank white page
(07-16-2010 08:39 PM)joximu Wrote:  "http -M" (the -l only shows the compiled in modules, not the loaded).

But it seems that the fcgid_ispcp is not loaded...

you should be able to compare with the other running servers...

/J
Code:
Loaded Modules:
core_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
auth_basic_module (shared)
auth_digest_module (shared)
authn_file_module (shared)
authn_alias_module (shared)
authn_anon_module (shared)
authn_dbm_module (shared)
authn_default_module (shared)
authz_host_module (shared)
authz_user_module (shared)
authz_owner_module (shared)
authz_groupfile_module (shared)
authz_dbm_module (shared)
authz_default_module (shared)
ldap_module (shared)
authnz_ldap_module (shared)
include_module (shared)
log_config_module (shared)
logio_module (shared)
env_module (shared)
ext_filter_module (shared)
mime_magic_module (shared)
expires_module (shared)
deflate_module (shared)
headers_module (shared)
usertrack_module (shared)
setenvif_module (shared)
mime_module (shared)
dav_module (shared)
status_module (shared)
autoindex_module (shared)
info_module (shared)
dav_fs_module (shared)
vhost_alias_module (shared)
negotiation_module (shared)
dir_module (shared)
actions_module (shared)
speling_module (shared)
userdir_module (shared)
alias_module (shared)
rewrite_module (shared)
proxy_module (shared)
proxy_balancer_module (shared)
proxy_ftp_module (shared)
proxy_http_module (shared)
proxy_connect_module (shared)
cache_module (shared)
suexec_module (shared)
disk_cache_module (shared)
file_cache_module (shared)
mem_cache_module (shared)
cgi_module (shared)
version_module (shared)
fcgid_module (shared)
php5_module (shared)
proxy_ajp_module (shared)
ssl_module (shared)
fcgid_module (shared)
07-16-2010 08:42 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #32
RE: ISPCP admin blank white page
then try to disable the php5_module...
07-16-2010 08:48 PM
Visit this user's website Find all posts by this user Quote this message in a reply
tomtom901 Offline
Junior Member
*

Posts: 20
Joined: Jul 2010
Reputation: 0
Post: #33
RE: ISPCP admin blank white page
Update; when I disable the PHP5 module the site becomes very, very slow. But the admin is working, minus some session_start(); errors.. What to do next?
07-16-2010 09:02 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #34
RE: ISPCP admin blank white page
This is another story...

there are several reasons why a fcgid driven webserver may be slow. ressources (ram, cpu), settings (number of processes per user/vhost) etc etc.
See other threads in the forum.

Of course mod_php is simpler (maybe faster on small servers) but with the full possibilities of fcgid (or fastcgi) this should be the better way (and more secure).

You can try to analyze what's slowing down... - is it a cpuload, just timeouts or something else?

Better open a new thread - so this one stays with one topic...

/J
07-16-2010 09:08 PM
Visit this user's website Find all posts by this user Quote this message in a reply
tomtom901 Offline
Junior Member
*

Posts: 20
Joined: Jul 2010
Reputation: 0
Post: #35
RE: ISPCP admin blank white page
But it isn't possible just to use mod_php with some fixes for the admin? Or would that be too much work?
07-16-2010 09:34 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #36
RE: ISPCP admin blank white page
then you must remember: php runs with apache:apache (or similar) so if php should write something then you have to chown accordingly.

Uploaded files via ftp have ownre vu20xx:vu20xx -folders too... so chmodding the write folders is imprtant for php applications...

/J
07-16-2010 09:37 PM
Visit this user's website Find all posts by this user Quote this message in a reply
tomtom901 Offline
Junior Member
*

Posts: 20
Joined: Jul 2010
Reputation: 0
Post: #37
RE: ISPCP admin blank white page
When chowning apache:apache on /var/www/ispcp/gui it is working, domain is still running on vu2000:apache and working? Kinda strange i guess..
07-16-2010 09:48 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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