ispCP - Board - Support
ISPCP admin blank white page - 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: ISPCP admin blank white page (/thread-11160.html)

Pages: 1 2 3 4


RE: ISPCP admin blank white page - tomtom901 - 07-16-2010 08:42 PM

(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)


RE: ISPCP admin blank white page - joximu - 07-16-2010 08:48 PM

then try to disable the php5_module...


RE: ISPCP admin blank white page - tomtom901 - 07-16-2010 09:02 PM

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?


RE: ISPCP admin blank white page - joximu - 07-16-2010 09:08 PM

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


RE: ISPCP admin blank white page - tomtom901 - 07-16-2010 09:34 PM

But it isn't possible just to use mod_php with some fixes for the admin? Or would that be too much work?


RE: ISPCP admin blank white page - joximu - 07-16-2010 09:37 PM

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


RE: ISPCP admin blank white page - tomtom901 - 07-16-2010 09:48 PM

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..