Page 1 of 1
php save mode
Posted: 2003-12-03 10:32
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
Re: php save mode
Posted: 2003-12-03 12:02
by mahel
found it
php_admin_flag register_globals On
Re: php save mode
Posted: 2003-12-03 14:33
by wneth
mahel wrote:found it
php_admin_flag register_globals On
Thats not for safe_mode!
php_admin_flag safe_mode Off
Re: php save mode
Posted: 2003-12-03 16:22
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 :)]
Re: php save mode
Posted: 2003-12-03 17:59
by darkspirit
"/etc/init.d/apache reload" or if you use SuSE "rcapache reload".
Re: php save mode
Posted: 2003-12-03 21:44
by mahel
Vielen dank fur deine hilfe!
:)
Re: php save mode
Posted: 2004-01-15 09:23
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
Re: php save mode
Posted: 2004-01-15 09:41
by r00ty
no, you can't - confixx is going to overwrite it....
is your confixx licence acitvated ?
Re: php save mode
Posted: 2004-01-15 10:02
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
Re: php save mode
Posted: 2004-01-15 10:24
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 ?
Re: php save mode
Posted: 2004-01-15 10:31
by mahel
i check it out now........
thank you