VerySimple Dev Blog

Web Servers

set php allow_call_time_pass_reference in .htaccess

I just spent about an hour trying to figure this out, but when you have a php application that requires call time pass reference to be enabled, you can set in the .htaccess file.
the trick is that you have to set it to “1″ and not “on” as is indicated on the PHP support forums. [...]

Read the rest

Installing Perl Modules on MS Windows Servers

Installing Perl Modules on MS Windows Servers (the Easy Way)
This article explains a bit about the process of installing Perl modules and why the typical instructions found in a module’s ReadMe file do not work on Windows servers. If you want to skip all of the details and just get to the installation part, [...]

Read the rest

Enabling SSL on IIS with a Self-Signed Cerfificate

If you’re a developer and you want to be able to use SSL on your development machine, or you are just doing some in-house development, you can install an SSL certificate on your IIS server without obtaining it from VeriSign, Thawte or others.
The plus side is that you can enable this right away for free. [...]

Read the rest

older posts :: newer posts