php save mode
php save mode
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
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
found it
php_admin_flag register_globals On
php_admin_flag register_globals On
Re: php save mode
Thats not for safe_mode!mahel wrote:found it
php_admin_flag register_globals On
php_admin_flag safe_mode Off
Re: php save mode
ow........
Danke dir fur die hilfe :)
Jets muss ich noch suchen wie ich den server restarten solte.
[sorry bad german, but i try :)]
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
"/etc/init.d/apache reload" or if you use SuSE "rcapache reload".
Re: php save mode
Vielen dank fur deine hilfe!
:)
:)
Re: php save mode
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
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
no, you can't - confixx is going to overwrite it....
is your confixx licence acitvated ?
is your confixx licence acitvated ?
Re: php save mode
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
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
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 ?
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
i check it out now........
thank you
thank you