[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: php for apache as a non-dso
i havent done much with mod_dav, but the idea of asking for participation
of users strikes me as humorous. i've actually managed to recompile apache
with DSO support and it seems to load mod_frontpage appropriately. i'm
using the following as my config.status:
./configure \
"--with-layout=Apache" \
"--enable-module=ssl" \
"--add-module=mod_frontpage.c" \
"--enable-shared=max" \
"--enable-module=most" \
"--disable-module=auth_dbm" \
"$@"
pretty, basic. however now, when i load up apache using startssl, the
SSLEngine command isnt understood aside from its intial instance in the
_default_:443 virtual host. the docs on mod_ssl:
http://httpd.apache.org/docs-2.0/ssl/ssl_reference.html#ToC7
show that it should be supported in server config as well as vhosts. any
thoughts right offhand on why that would be happening?
thanks -c
On Thu, 28 Mar 2002, Steven Pritchard wrote:
> On Thu, Mar 28, 2002 at 06:33:43PM -0600, Charles Menzes wrote:
> > i can sum it up by saying "frontpage extensions".
>
> Ick. Can't you make your l^Husers upgrade to a recent version of
> Frontpage and use mod_dav?
>
> Steve
>
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.