N
NoAgendas
Guest
phpsuexec enabled
centos 4 / php 5.1.4
I need to add a session save path a cleint's php.ini (for Joomla).
Where should I place the below in the php.ini file? Seems like I must have it wrong location.
session.save_path = "/tmp/www"
I made a test file that checks the sesion save path and register globals:
http://www.domain.org/mike.php
In the same folder the php.ini is in place to set the session save path to /tmp and turn register globals off:
http://www.domain.org/php.ini
When the mike.php file is run, it does not show the session save path and register globals is on, opposite of the settings in the php.ini file.
Went through the golden rules:
1) Files and folders are 755 or less
2) All files and folders are dtjones:nosmoking
3) Reuploaded files with ASCII and confirmed it in the log
4) No .htaccess in the public_html folder and created the php.ini file above.
5) Using a .php not a .html file
x-httpd-php is set for php in the control panel
I need to set the session save path. Thank you for your help
centos 4 / php 5.1.4
I need to add a session save path a cleint's php.ini (for Joomla).
Where should I place the below in the php.ini file? Seems like I must have it wrong location.
session.save_path = "/tmp/www"
I made a test file that checks the sesion save path and register globals:
http://www.domain.org/mike.php
In the same folder the php.ini is in place to set the session save path to /tmp and turn register globals off:
http://www.domain.org/php.ini
When the mike.php file is run, it does not show the session save path and register globals is on, opposite of the settings in the php.ini file.
Went through the golden rules:
1) Files and folders are 755 or less
2) All files and folders are dtjones:nosmoking
3) Reuploaded files with ASCII and confirmed it in the log
4) No .htaccess in the public_html folder and created the php.ini file above.
5) Using a .php not a .html file
x-httpd-php is set for php in the control panel
I need to set the session save path. Thank you for your help