24
Quote:
Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.6b PHP-CGI/0.1b
Since you are running PHP in CGI mode, the php settings in .htaccess will be ignored, even you are not getting any error messsages.
You may want to check with your web host and ask for how to customize your own php.ini. You should be able to copy a server php.ini file to your cgi-bin directory where your php binary resides.
Once you have copied the file, then you would need to edit the file to secure your PHP. Good luck.