Hi Vanessa!
I'm a system administrator for the webhosting company that hosts the site
> mentioned, and I had already tried enabling register_globals and
> session.auto_start (which is what allowed his script to work on another
> server running php 5.2.5 without suPHP). Here are the phpinfo pages of
> the servers that his script does not work on, both of which run suPHP:
>
My system has a different php.ini for cgi-version than the one for
apache-module. I can't see what's the relation to suphp, should be an php
issue. Try copying a functioning php.ini for your test script to the machine
running suphp. Then tell php to use that php.ini, like in yout httpd.conf:
<Directory>
#
SetEnv PHPRC path/to/your/php.ini/
# ^ ^ ^
# (It's only the path - don't include the filename php.ini)
AddHandler x-httpd-php .php
AddType Application/x-httpd-php .php
suPHP_AddHandler x-httpd-php .php
suPHP_UserGroup abc def
suPHP_Engine on
</Directory>
I've done so some time ago with another problem I couldn't solve...
_______________________________________________
suPHP mailing list
[email protected]
http://lists.marsching.biz/mailman/listinfo/suphp