John Alvin wrote:
> ""everything I do.""
> I consider to write down the installation guide in FreeBSD platform.
Very good, the manual is going to have a section for this.
> but when I start apache service, show me error message.
> ---------------
> Cannot load /usr/local/apache/libexec/mod_midgard.so into server: Shared objectd
> /usr/local/apache/bin/apachectl start: httpd could not be started
> ---------------
>
> wu.... can you show me that what parameters of apache configuration I
> should set.
>
> how to exactly enable dynamic shared lib function while compiling
> apache ??
if you execute 'httpd -l' it returns the list of modules that it has
installed. If
you want to use the dynamic modules (and I'd recommend it) mod_so should
be
amonst them.
If not, you'll have to recompile apache and include '--enable-module=so'
in the
configure step, then build & install as usual.
Bye,
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]