Roberto C. Sánchez
roberto at connexer.com
Mon Mar 10 21:02:42 EDT 2008
On Tue, Mar 11, 2008 at 11:44:00AM +1100, Graham Dumpleton wrote: > > 4. Respond with your results about what works and what doesn't. > Graham, It Works For Me (TM). Basically, I configure Apache like this: ./configure --prefix=/usr/local/apache2/server --sysconfdir=/usr/local/apache2/etc --datadir=/usr/local/apache2/data --enable-modules=all --enable-mods-shared=all --with-included-apr --with-mpm=prefork --enable-ldap --enable-authnz-ldap --enable-ssl --with-ldap --with-pcre=/usr/local/pcre I configure mod_python like this: ./configure --prefix=/usr/local/apache2/server --with-apxs2=/usr/local/apache2/server/bin/apxs I use version 2.2.3 of Apache and version 3.2.10 of mod_python (my servers run Debian Etch and I try to replicate that environment as best I can on my Mac laptop). It all just works out of the box. Regards, -Roberto -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20080310/dcfc4c44/attachment.bin
|