If I use perl as CGI in my apache server PHP works fine for me.If I use
mod_perl
instead of pure CGI I always got an 'Internal Server Error'.And in the log
it said:

Bareword found where operator expected at (eval 18) line 3, near "#line 1
e:/my documents/my webs/a.php
<h1>hello"
 (Missing operator before hello?)
[Sat Oct 13 13:42:23 2001] [error] Search pattern not terminated at (eval
18) line 3.

my test php file is like this

<h1>hello</h1>
<?php  phpinfo(); ?>

Could somebody give me a hand?

Derek



-- 
PHP Windows 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]

Reply via email to