Apache virtual host and php_value advise

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi.
I want to set the path for the directory that php uses "$_ENV['TMP']"
in my Apache configuration for a particular Virtual host. I have used
php_value to set a number of settings but I can't set the one for the
tmp dir what is the correct option to use.

My current config :

      <IfModule mod_php5.c>
                php_value short_open_tag on
                php_value register_globals off
                php_value safe_mode Off
                php_value memory_limit 32M
                php_value post_max_size 8M
                php_value upload_max_filesize 8M
                php_value max_execution_time 120
                php_value max_input_time 60
                php_value magic_quotes_gpc off
                php_value magic_quotes_runtime 0
                php_value date.timezone Pacific/Auckland
                php_value display_errors off
                php_value session.save_path /var/www/html/SESSION
                php_value upload_tmp_dir /var/www/html/TMP
                php_value tmp_path /var/www/html/TMP

        </IfModule>

Thanks
G
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux