Overview for 'apache'
Written by Cal Evans
/ Original link
on Feb. 22, 2016
Dear Reader, WARNING: Here there be techy-stuff. Mere mortals, tread lightly. Translation: I am not responsible if you hose your website trying to implement what I describe here. The web has been given a wonderful gift by the name of Let’s Encrypt. A free way to get an SSL certificate for your webs…
Written by DragonBe's PHP blog
/ Original link
on Dec. 8, 2015
In my previous blog post "Installing PHP 7 on OS X Yosemite" I gave some insights on how to get quicly started with PHP7 on your Mac, specifically on your commandline. But before I continue on how to make it work with your installed Apache and MySQL I would like to address a subject many people fou…
Written by everzet's blog
/ Original link
on Oct. 18, 2012
We all know, that web development is not as easy as it sounds and that it involves lot of different...
Written by Cal Evans
/ Original link
on Feb. 14, 2008
Dear Reader, The title of this post will confuse most of you but I chose it on purpose. I hit a wall last night and couldn’t find anything on the web to help me over it. The Problem <?PHP var_dump(set_include_path('./')); Drop this little piece of code into a file and place it on your web […] Th…
Written by Cal Evans
/ Original link
on Jan. 26, 2008
Learn how to use mod_env and mod_headers to insert custom headers into an HTTP request that contain environment variables. The post Battling with Apache and PassEnv appeared first on Postcards From My Life.