Hi Johannes, I actually did that already as well....I copied over the php.ini from the biz29 server to the directory of the test site, and verify via phpinfo.php that the loaded configuration file value was the copied php.ini (http://joedrolet.com/testsite/phpinfo.php)...still to no avail. I originally pinned this as a PHP problem, when when I test four servers and the session variable passes only on the two that do not run suPHP, it makes me believe that somehow this is getting lost when suPHP is factored in. I just don't know why because I've never seen this before =(
On Thu, 2008-02-14 at 00:41 +0100, Johannes Nohl wrote: > 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 Vanessa V. 888-321-4678 213-258-4422 (Int'l) NEW: 24x7 EMAIL and PHONE Technical Support Did you know? We'll Build, Update and Promote Your Site for You! Visit www.inmotionhosting.com/webdesign Answers to commonly asked questions, as well as other useful tools, can be found at http://support.inmotionhosting.com How am I doing? Please feel free to email my manager at [EMAIL PROTECTED]
_______________________________________________ suPHP mailing list [email protected] http://lists.marsching.biz/mailman/listinfo/suphp
