News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso:
How to use environ variables to create different environments with PHP
August 27, 2012 @ 07:49:29

Gonzalo Ayuso has a new post to his site showing how you can set up and use environment variables to make different environments for your applications.

If you use a framework such as Symfony2 this problem is solved for you, but if you aren't using any framework you probably need to solve it in one way or another. [...] The solution that I like for this kind of problem [with having different environments] is to use apache's environ variables. We inject the environ variables in the virtual host configuration.

He shows how to add a variable to the VirtualHost section of your Apache config, how to use the getenv function to retrieve its value and how to use it to select a configuration set. This method can also be applied to other kinds of information including settings you may not want to hard-code directly in you app (like possible database credentials).

0 comments voice your opinion now!
environment variable apache configuration tutorial


blog comments powered by Disqus

Similar Posts

Pascal Opitz's Blog: An example of how to use Pimple DI with ZF 1.x

RandomBugs.com: Apache Dynamic Virtual Hosting and PHP security

Codewalkers.com: The PAVISE of Security

John Walsh's Blog: PHP Benchmark - For vs While

PHPMaster.com: Zend Job Queue


Community Events











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


opinion example testing zendframework2 community unittest development application series introduction release phpunit functional podcast tool framework code interview language conference

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