Useful Snippets

Welcome!


This blog is used to collect useful snippets related to Linux, PHP, MySQL and more. Feel free to post comments with improvements or questions!

Are your smart devices spying on you? Make better purchasing choices and find products that respect your privacy at Unwanted.cloud

RSS Latest posts from my personal blog


Most viewed posts


Subscribe to RSS feed


Multiple paths in open_basedir

Stanislav KhromovStanislav Khromov

It is possible to separate paths with a colon when setting open_basedir folders.

This is useful to give access to the /tmp folder, which many CMS and frameworks use per default to store temporary files such as uploads.

Example

php_admin_value     open_basedir /var/www/html/example.com/:/tmp/

Source

Web Developer at Aftonbladet (Schibsted Media Group)
Any opinions on this blog are my own and do not reflect the views of my employer.
LinkedIn
Twitter
WordPress.org Profile
Visit my other blog

Comments 1