Archive for the ‘sysadmin’ Category
Thursday, October 14th, 2004
And just like that - blind experimentation (i.e., one monkey banging away at a typewriter) seems to have worked. I added the following lines to my .htaccess:
Action cgi-script [path to php]
AddHandler cgi-script php5
and everything seems to work... Now if I could just figure out *why* it works.
Posted in sysadmin | No Comments »
Thursday, October 14th, 2004
I'm a little peeved. I've been trying for the last week or so to get PHP5 running as a CGI on the server that hosts this site, and I've been running into brick walls left and right.
The situation is this: I'm on a shared server (Linux-based, running Apache 2.0). ...
Posted in php, sysadmin | No Comments »