RE: [PHP] Configuring PHP4 on pair.com

2001-02-21 Thread Jeff Oien
Just wanted to say pair.com upgraded my server today and it went so smoothly I didn't even notice it. They now have PHP4 on my server. pair.com is a great hosting service as long as you don't need hand holding or super quick tech support. Jeff Oien > > I went through this installation process

RE: [PHP] Configuring PHP4 on pair.com

2001-02-21 Thread Jeff Oien
Wow, my server is being upgraded today. I did all that for nothing. How do I undo what I just did? I checked this morning and PHP3 was still in use on my server. That's why I tried to install PHP4. Jeff Oien > Don't reference the absolute path to php4.cgi in your .htaccess it has to be > relative

[PHP] Configuring PHP4 on pair.com

2001-02-21 Thread Jeff Oien
I went through this installation process to install PHP4 on a pair server. When I try to run a PHP script I get an internal server error with this: Premature end of script headers: /usr/www/users//cgi-bin/php4.cgi What should I do from here? Thanks. Jeff Oien -- PHP General Mailing List (htt

Re: [PHP] Configuring PHP4 on pair.com

2001-02-21 Thread Michael Stearne
Don't reference the absolute path to php4.cgi in your .htaccess it has to be relative to the domain. Instead, try: Action application/x-httpd-php-xphp /cgi-bin/PHP2/php.cgi AddHandler application/x-httpd-php-xphp .phtml This is how I got PHP2 back. BUT, if you server is one of the ones that ha