For Programmers: Free Programming Magazines  


Home > Archive > PHP Installation > April 2004 > Multiple SAPI modules at once









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Multiple SAPI modules at once
Tod A. Sandman

2004-04-30, 2:30 am

Can php-4.3.6 be built with multiple SAPI modules at once?

I've always built PHP as a dynamic apache module, but now I need to
include thttpd support. Running configure with both
--with-apxs=/usr/site/apache/sbin/apxs
and
--with-thttpd=/build/thttpd-2.21b/src/dist
seems to work fine:
checking for apache 1.x module support via DSO through APXS... yes
...........
checking for thttpd... yes, using /build/thttpd-2.21b/src/dist
but then make and "make install" only handle thttpd. Running
"make distclean", removing --with-thttpd, and re-building works
fine for the apache side of things, but now I'm left wondering
if I will run into trouble down the line.

Tod
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com