php save mode

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
mahel
Posts: 7
Joined: 2003-12-03 10:22
Location: Meppel [Holland]
 

php save mode

Post by mahel »

Hello all :)
I am not really good in german, so i post in english .

How do i set the php save mode to off for one client in confixx?
Is this the same as register globals on / off ?

A little help with this is more then welcome :)

Many thanks

mahel
mahel
Posts: 7
Joined: 2003-12-03 10:22
Location: Meppel [Holland]
 

Re: php save mode

Post by mahel »

found it

php_admin_flag register_globals On
wneth
Posts: 38
Joined: 2003-07-12 22:05
 

Re: php save mode

Post by wneth »

mahel wrote:found it

php_admin_flag register_globals On
Thats not for safe_mode!

php_admin_flag safe_mode Off
mahel
Posts: 7
Joined: 2003-12-03 10:22
Location: Meppel [Holland]
 

Re: php save mode

Post by mahel »

ow........

Danke dir fur die hilfe :)
Jets muss ich noch suchen wie ich den server restarten solte.

[sorry bad german, but i try :)]
darkspirit
Posts: 553
Joined: 2002-10-05 16:39
Location: D'dorf
Contact:
 

Re: php save mode

Post by darkspirit »

"/etc/init.d/apache reload" or if you use SuSE "rcapache reload".
mahel
Posts: 7
Joined: 2003-12-03 10:22
Location: Meppel [Holland]
 

Re: php save mode

Post by mahel »

Vielen dank fur deine hilfe!

:)
mahel
Posts: 7
Joined: 2003-12-03 10:22
Location: Meppel [Holland]
 

Re: php save mode

Post by mahel »

I have a new question, but is somewhat the same.

I have a second dedicated server now, and also here i must have the register globals on.
When i change it in confixx httpd feature the server doesnt change it.

Can i do this also with SSH ? eventhough i it should be done with the httpd special.

Some sugestions are welcome

Thank you for reading
r00ty
Posts: 747
Joined: 2003-03-17 15:32
 

Re: php save mode

Post by r00ty »

no, you can't - confixx is going to overwrite it....
is your confixx licence acitvated ?
mahel
Posts: 7
Joined: 2003-12-03 10:22
Location: Meppel [Holland]
 

Re: php save mode

Post by mahel »

yes i think everything is the way it should be. It is a legal copy of confixx.

When i try to get the register globals on, it just doesnt change it.

This is the correct command right?

php_admin_flag register_globals On
r00ty
Posts: 747
Joined: 2003-03-17 15:32
 

Re: php save mode

Post by r00ty »

have a look at your
confixx_vhost.conf (Suse: /etc/httpd/)
there confixx should change it...

if you add something to httpd-special - confixx adds this entry to his mysql-db

confixx_counterscript.pl updates your confixx_vhost.conf file and restarts the webserver

is the confixx_counterscript running ? cron-job ? /var/log/messages ?
mahel
Posts: 7
Joined: 2003-12-03 10:22
Location: Meppel [Holland]
 

Re: php save mode

Post by mahel »

i check it out now........

thank you
Post Reply