Hi,

I have a pretty strange problem with a webserver configuration and
instalation.
I'm trying to install apache web server with php support.
I've compiled apache with the following options:
./configure --prefix=/usr/local/httpd --enable-modules=max
(As written in PHP INSTALL.DSO)
make
make install
with no problems

PHP I compile with (mod_dav is installed, loaded and activated at
runtime):

./configure --enable-track-vars --with-mysql=/usr/local/mysql/
--with-imap --with-ftp --with-gettext --with-ldap=/usr/local/
ldap/ --with-zlib --with-xml --with-gd=/usr/local/gd1.3
--with-apxs=/usr/local/httpd/bin/apxs --with-mod-dav=/usr/local/http
make
make install
cp php3.ini-dist /usr/local/httpd/conf

with no problems

here's a part of my httpd.conf file:

<IfDefine PHP>
LoadModule php3_module /usr/lib/apache/libphp3.so
</IfDefine>
<IfDefine DAV>
LoadModule dav_module         /usr/lib/apache/libdav.so
</IfDefine>
<IfDefine PHP>
AddModule  mod_php3.c
</IfDefine>
 <IfDefine DAV>
AddModule mod_dav.c
</IfDefine>

I successfully start apache with:
/usr/local/httpd/bin/httpd -D DAV PHP

But the server doesn't parse php, instead of that I can downlad php
scripts.
Can some one tell me what I miss.
Thanks in advance

P.S. I have compiled php as build in module, but not DSO the effect is
the same.

begin:vcard 
n:Mladenov;Vesselin
tel;cell:+359 88 217165
tel;work:+359 2 9744260
x-mozilla-html:FALSE
url:http://www.netbg.com
org:NetBG Communications ltd.
adr:;;4 Andrei Liapchev blvd.	;Sofia;;1756;Bulgaria
version:2.1
email;internet:[EMAIL PROTECTED]
title:System Administrator
x-mozilla-cpt:;-23520
fn:Vesselin Mladenov
end:vcard

Reply via email to