Current time: 04-26-2024, 11:17 PM Hello There, Guest! (LoginRegister)


Post Reply 
SuExecUserGroup
Author Message
edony44 Offline
Junior Member
*

Posts: 54
Joined: May 2007
Reputation: 0
Post: #11
RE: SuExecUserGroup
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
(This post was last modified: 05-15-2007 06:06 AM by edony44.)
05-15-2007 12:39 AM
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: #12
RE: SuExecUserGroup
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..
05-15-2007 04:41 AM
Visit this user's website Find all posts by this user Quote this message in a reply
edony44 Offline
Junior Member
*

Posts: 54
Joined: May 2007
Reputation: 0
Post: #13
RE: SuExecUserGroup
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 ?
(This post was last modified: 05-15-2007 06:06 AM by edony44.)
05-15-2007 05:55 AM
Find all posts by this user Quote this message in a reply
edony44 Offline
Junior Member
*

Posts: 54
Joined: May 2007
Reputation: 0
Post: #14
RE: SuExecUserGroup
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.
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..
Well it's already correct it was a matter of browser which i've quit and run again
(This post was last modified: 05-15-2007 06:08 AM by edony44.)
05-15-2007 06:07 AM
Find all posts by this user Quote this message in a reply
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #15
RE: SuExecUserGroup
no you can use php5 instead. You'll just have to change that in your fcgi-starter script(s) and template for that script.
05-15-2007 06:08 AM
Visit this user's website Find all posts by this user Quote this message in a reply
edony44 Offline
Junior Member
*

Posts: 54
Joined: May 2007
Reputation: 0
Post: #16
RE: SuExecUserGroup
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 ?
05-15-2007 06:14 AM
Find all posts by this user Quote this message in a reply
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #17
RE: SuExecUserGroup
in your fastcgi.conf change every occurence of php4 to php5
(the scripts are already there)
05-15-2007 06:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
edony44 Offline
Junior Member
*

Posts: 54
Joined: May 2007
Reputation: 0
Post: #18
RE: SuExecUserGroup
ephigenie Wrote:in your fastcgi.conf change every occurence of php4 to php5
(the scripts are already there)

i've converted the fast-cgi script :

Code:
#
#
# PHP4 SUPPORT
#

AddHandler php-fastcgi .php

<Location /php5/php5-fcgi-starter>
    SetHandler fastcgi-script
    Options +ExecCGI
</Location>

Action php-fastcgi /php5/php5-fcgi-starter
AddType application/x-httpd-php .php

#
# PHP5 SUPPORT
#

#AddHandler php5-fastcgi .php5

#<Location /php5/php5-fcgi-starter>
#    SetHandler fastcgi-script
#    Options +ExecCGI
#</Location>

#Action php5-fastcgi /php5/php5-fcgi-starter
</IfModule>

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

ERROR: The php-extension 'mcrypt' not loaded !
(This post was last modified: 05-15-2007 07:12 AM by edony44.)
05-15-2007 06:54 AM
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: #19
RE: SuExecUserGroup
There is a FAQ in fact...
PHP%:
http://www.isp-control.net/component/opt...iew/id,18/

missing Extensions in PHP5...
http://www.isp-control.net/component/opt...iew/id,19/
(This post was last modified: 05-15-2007 08:12 AM by joximu.)
05-15-2007 08:10 AM
Visit this user's website Find all posts by this user Quote this message in a reply
edony44 Offline
Junior Member
*

Posts: 54
Joined: May 2007
Reputation: 0
Post: #20
RE: SuExecUserGroup
joximu Wrote:There is a FAQ in fact...
PHP%:
http://www.isp-control.net/component/opt...iew/id,18/

missing Extensions in PHP5...
http://www.isp-control.net/component/opt...iew/id,19/

Thks if i comment the
Code:
extension_dir = "./"
it's work better, but not totally perfect, i can't use some stuff but i will try better !!

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
05-15-2007 05:52 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)