![]() |
SuExecUserGroup - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: SuExecUserGroup (/thread-554.html) |
RE: SuExecUserGroup - edony44 - 05-15-2007 12:39 AM I'm totally desapointed !!! Look php5 -> disable fastcgi -> enable : Only mydomain.com work admin.mydomain.com -> error 500 too !!! other *.mydomain.com -> error 500 php5 -> enable fastcgi -> disable: mydomain.com work admin.mydomain.com -> it's work too ; other *.mydomain.com -> work too RE: SuExecUserGroup - joximu - 05-15-2007 04:41 AM Months ago I had this php file downloads to, but since start of april (or sth. around this) there were no more problems like this. Can you describe us, what sort of installation you have. If you take the INSTALL document and do whats written there, the it's ok - in most cases.. RE: SuExecUserGroup - edony44 - 05-15-2007 05:55 AM I've just notice that : Aucune version du paquet php4 n'est disponible, mais il existe dans la base de données. Cela signifie en général que le paquet est manquant, qu'il est devenu obsolète ou qu'il n'est disponible que sur une autre source E: Aucun paquet ne correspond au paquet php4 In English it means that there is no php4 installed on my system because Ubuntu Feisty think that php4 is "obsolete" Does it cause some trouble ... I've read some article about this problem , in fact ubuntu will not give the ability to install php4 because now it's a kind of obsolete ! so i don't know what to do ... Have you notice something like that, does ispcp need php 4 ? RE: SuExecUserGroup - edony44 - 05-15-2007 06:07 AM joximu Wrote:Months ago I had this php file downloads to, but since start of april (or sth. around this) there were no more problems like this.Well it's already correct it was a matter of browser which i've quit and run again RE: SuExecUserGroup - ephigenie - 05-15-2007 06:08 AM no you can use php5 instead. You'll just have to change that in your fcgi-starter script(s) and template for that script. RE: SuExecUserGroup - edony44 - 05-15-2007 06:14 AM ephigenie Wrote:no you can use php5 instead. You'll just have to change that in your fcgi-starter script(s) and template for that script. well do you mean change fascgi.conf commented lines ? RE: SuExecUserGroup - ephigenie - 05-15-2007 06:27 AM in your fastcgi.conf change every occurence of php4 to php5 (the scripts are already there) RE: SuExecUserGroup - edony44 - 05-15-2007 06:54 AM ephigenie Wrote:in your fastcgi.conf change every occurence of php4 to php5 i've converted the fast-cgi script : Code: # i've disable php5 module in apache i've also try to change exec = ... to php 5 in .../fcgi/mydomain.com reboot apache and know for every php file, it ask me to download themù i try to change ispcp.conf in apache to change all mod_php4 and in fastcgi directory /php4/ to php5 but always the same i can get any php site to work FOUNDED !!! i have to clear my cache to make it work firefox use to keep some bad things in mind But now it work in CGI but hi hi hi i think i need some things ( or some help ) because now i've : Code: tice: Undefined index: user_def_lang in /var/www/ispcp/gui/include/i18n.php on line 35 RE: SuExecUserGroup - joximu - 05-15-2007 08:10 AM There is a FAQ in fact... PHP%: http://www.isp-control.net/component/option,com_easyfaq/Itemid,38/task,view/id,18/ missing Extensions in PHP5... http://www.isp-control.net/component/option,com_easyfaq/Itemid,38/task,view/id,19/ RE: SuExecUserGroup - edony44 - 05-15-2007 05:52 PM joximu Wrote:There is a FAQ in fact... Thks if i comment the Code: extension_dir = "./" There is a probleme again , if my php-site works now, ispcp don't !! I think it's because i've not commented his php.ini file but where is it |