Re: [PHP3] - Document contains no data error - no matter what From: Mike Apted (apted <email protected>)
Date: 09/28/98

At 06:21 PM 9/28/98 , you wrote: >At 14:52 28/09/98 -0400, Mike Apted wrote:
>>Hi, >> >>We have recently complied PHP3 into Apache 1.2.4 as a module, and
are >>having some difficulty. Basically, the re-compliation of Apache went
>>smoothly with no errors, and the web server is running without a problem as
>>well. PHP3 has been added as a MIME type. .php3 files seems to be being
>>parsed, but not correctly, as they all return "Document Contains No Data"
>>errors in Netscape. >> >>Just wondering if anyone has experienced a similar
problem in the Solaris >>2.6 / Apache 1.2.x environment? Feel free to reply to
me directly to save >>the list from this basic stuff... thanks. > >Do you use
regular expressions on your pages? If you do, there's a good >chance you
compiled Apache and PHP with different regexp libraries, which >would cause
this problem exactly. See the FAQ for further details. > >If you don't, does a
simple, HTML-only .php3 files crash as well? If it >does, can you generate a
gdb backtrace of the crash? > Hi Zeev, Actually, the server isn't crashing,
just returning no data, even for plain html page that end in .php3. Here are
the lines in the Apache Configuration file we have: EXTRA_LIBS= -L. -lphp3
-L/usr/local/mysql/lib -lmysqlclient -lgd -lm -lresolv -ldl Module php3_module
mod_php3.o If they are of any help. The sample page can be found at:
http://209.207.179.82/test.php3 The contents of test.php3 are: Testing...
Any ideas are much appreciated.

Mike Apted
Systems Admin
Dynamic Web Internet Services
http://support.dynamicweb.net/

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3