Sorry, can't help. I've never had any trouble with running scripts
from /home/*/public_html directories. I've got about 3 set up to
test various web sites.
Maybe try throwing in some debugging print lines to see where it
stops, or testing a small simple 'Hello World' type of script to see
if it's a script problem or an apache problem. (???)
-Rob.
On Thu, Jan 13, 2000 at 10:43:39AM -0800, Stephen Brenner wrote:
| Rob,
|
| Same script, same ownership, different results based on where
| it being called up from...
|
| Thanks,
|
| Steve
| At 05:02 PM 1/12/00 -0800, Rob Hudson wrote:
| >It does sound like a script problem rather than an apache problem.
| >
| >Could it be a permissions problem?
| >
| >On Wed, Jan 12, 2000 at 04:16:33PM -0800, Stephen Brenner wrote:
| >| Everything is working fine out of the root web directories,
| >| but when I try to run out of /home/*/public_html I get the
| >| following in the error log: "premature end of script headers".
| >| I've always associated that error with a cgi script attempting
| >| to write output prior to performing a "print $cgi->header('text/html');"
| >|
| >| My httpd.conf includes a section for /home/*/public_html and it does
| >| allow execcgi.
| >|
| >| Any idea what's missing here?
| >|
| >| Thanks,
| >|
| >| Steve