Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

phpsuexec

(originally posted on : http : //alancode.blogspot.com/)

The server I am now hosting alanwsmith.com on uses phpsuexec. This is a change of pace for me. I like it because it should offer more security but it takes a little getting used to.

One big difference is that you can't put php _ value calls inside an .htaccess file to control a directory. Doing so causes a Internal Server Error (500).

The way around this is to create a "php.ini" file inside a directory and assign the variables from there. So far, I have only tried this with "include _ path". One downside is that it doesn't recurse to children directories. Oh, well.