News Feed
Jobs Feed
Sections




News Archive
Web Developement Blog:
Curl Location redirect while open_basedir is set
February 04, 2009 @ 12:06:09

Recently on the Web Developement Blog, Olaf showed how to do a Location redirect with cURL while open_basedir is set.

If you need to follow redirects within your php code using Curl and the open_basedir is set you came into some trouble. If you disable this directive all your directories with a 777 permission are not safe (if one or more website on the same server has some security issues). If you don't have additional protections you should NEVER disable the open_basedir directive (at least if you're using 3rd party applications).

He writes up a simple cURL-based link checker to see which of the URLs in question would throw an error. He modifies it so that it checked the HTTP response code from the server and, if its a 200/302/301, you know things are okay and a shell_exec can be called to execute the file from that location.

0 comments voice your opinion now!
curl location redirect shellexec openbasedir tutorial


blog comments powered by Disqus

Similar Posts

Brian Swan's Blog: Accessing Windows Azure Table Data as OData via PHP

NETTUTS.com: Using PayPal’s Instant Payment Notification with PHP

Richard Thomas: Solar Gets Firephp Support & a Base Controller Tip

Gonzalo Ayuso's Blog: Speed up PHP scripts with asynchronous database queries

ServerGrove Blog: Spooling emails with Symfony2 on VPS and Shared Hosting


Community Events











Don't see your event here?
Let us know!


introduction podcast functional testing release framework development interview phpunit usergroup rest zendframework2 conference community symfony2 language series opinion database unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework