I have compiled apache 1.3.22 on a cobalt raq2 and then tried to compile
php 4.0.6.  both ran through the configure make make install with no
problems.  but when i try to server a .php file with apache i get
"document contained no data" error message.  here is the ./configure for
apache and php

./configure --prefix=/usr/local/apache --server-uid=httpd
--server-gid=httpd --with-port=8080 --enable-module=speling
--enable-module=cgi --enable-module=userdir --enable-module=so
--logfiledir=/home/log/apache

and

./configure --prefix=/usr/local/apache/php --with-mysql
--with-apxs=/usr/local/apache/bin/apxs --enable-track-vars

i have used this syntax before and never had problems, but that was always
on x86 hardware so im wondering if something different is required for a
mips proc.

oh, and in /usr/local/apache/conf/httpd.conf i have
LoadModule php4_module        libexec/libphp4.so
AddModule mod_php4.c
and
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps

any suggestions?

Chad Whitten
Network/Systems Administrator
neXband Communications
[EMAIL PROTECTED]



-- 
PHP Install 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