View Full Version : PHP and last DA update
pilpelet
11-16-2003, 01:07 PM
Hello to all ,
I just noticed that after the last DA update
the floowing lines added
php_flag engine on
php_admin_value safe_mode 1
</Directory>
php_admin_value open_basedir /home/username/:/tmp/:/var/www/:/usr/lib/php/
___________
I had obiumiu webmail mail installed that was using the root
tmp folder as the temporary folder .
After the last DA update the webmail produce this line :
folder "/tmp/" is not writtable or does not exist!!!
Any idea on how to fix it ?
DirectAdmin Support
11-16-2003, 11:24 PM
Hello,
Are you saying you installed your own copy of Uebimiau? I'm pretty sure that it needs safemode to be off. The copy we include is outside of the <Directory> mentioned in the httpd.conf, so the safe_mode flag shouldn't apply. If you've set it up inside your home directory, you'd need to use the one we've included, or turn off safemode by editing the templates...
Could you clarify if you're using our copy of Uebimiau or your own?
(ours should be installed through /var/www/html/webmail)
John
pilpelet
11-17-2003, 01:13 AM
Hi john ,
Yes , i installed few Uebimiau's for few mail servers on a stan alone account , iv noticed the built in Uebimiau but its not this Uebimiau .
So i guess ill need to tune PHP flag on in httpd.conf or something ,
can you please write the syntax e.g <directtory>......
Thnaks in advance .
DirectAdmin Support
11-17-2003, 12:40 PM
Hello,
<Directory /your/path/to/uebimiau>
php_admin_value safe_mode 0
</Directory>
instead of 1...
John
pilpelet
11-17-2003, 01:04 PM
Hi John ,
I added the code but it didint help , same error message .
And if you think abaot it , it make sance cause i added the
line
php_admin_value safe_mode 0
and the line
php_admin_value safe_mode 1
apears again later on again , and its not possible only
to change the 1 to 0 from DA textarea box , so i think the
only way it would work will be to change the 1 to 0 directly
in the config file rather then adding the new lines that
located befor the other lines with the 1 .
But i dont know wich httpd.conf i have to ajust .
Thanks ,
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.