Re: [PHP] development to ISP migration headache

2001-08-09 Thread duirfire

thanks, but it's not a csoft issue - it's webaxxs

i guess i'm trying to figure out if this could be a php configuration issue, and how i 
would track it down...

cheers,
s


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] development to ISP migration headache

2001-08-09 Thread duirfire

Okay...some valid info!

the error logs are showing:

[Thu Aug  9 15:23:20 2001] [error] [client my_ip_address] Premature end of
script headers: /www/docued/cgi-bin/php

any ideas, oh gurus?

cheers,
a


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 09, 2001 4:09 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [PHP] development to ISP migration headache


 thanks, but it's not a csoft issue - it's webaxxs

 i guess i'm trying to figure out if this could be a php
 configuration issue, and how i would track it down...

 cheers,
 s


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] development to ISP migration headache

2001-08-09 Thread KLL

any ideas, oh gurus?

While I'm not a guru, here is some info that may help.

On webaxxs / olm standard account machines, this can't be done (at least
that's the conclusion I have come to after many hours).  Even using the
files directive in the htaccess file won't the trick on their servers with
php as a cgi.

You can get an RSE account from OLM.com - same company.  PHP is set up as a
module on their rse account and you can edit your httpd.conf file.  Stick
the location directive in there and you are good to go.  It's a bit more
expensive but you get a ton of options an flexability.

Another option is to find a flexable isp who offers php_mod and is willing
to edit your virtual server settings in the .conf file. :)

Kevin


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]