Hi,
I try to build apache with everything, DSO style, except mod
auth_dbm. my current config looks like this.
./configure --prefix=/opt/apache --with-layout=GNU --enable-shared=max
--enable-module=most --disable-shared=auth_dbm
This does not work. Is there a way to make this work?
than
Nick Kew wrote:
On Monday 27 February 2006 17:35, michael young wrote:
This used to be an FAQ: DBM on Linux has always been a mess.
Google for my replies on the subject back in the 1990s.
Thanks, I'll look for them.
Hmmm, I think I was a bit terse this morning.
Nick Kew wrote:
On Monday 27 February 2006 05:22, michael young wrote:
Hi,
I get this error in compiling apache 1.3.34.
Why are you compiling a version that's four years obsolete?
I want to upgrade my existing server without having to create a new
http.conf file, as th
Hi,
I get this error in compiling apache 1.3.34.
# error start ###
gcc -c -I../../os/unix -I../../include -DLINUX=22 -DHAVE_SET_DUMPABLE
-DNO_DBM_REWRITEMAP -DUSE_HSREGEX `../../apaci` -fpic -DSHARED_MODULE
mod_auth_anon.c && mv mod_auth_anon.o mod_auth_anon.lo
gcc -shared
Joshua Slive wrote:
On 8/5/05, michael young <[EMAIL PROTECTED]> wrote:
Sorry. I only gave the whole file for completeness. Should I do a diff
and send the results next time?
No. You should extract by hand the parts of the config that you think
are relevant to the problem.
Joshua Slive wrote:
On 8/5/05, michael young <[EMAIL PROTECTED]> wrote:
Hi,
Im trying to make 1 website. I want it to be accessed using SSL. When
I start apache with "apachectl sslstart" I get no messages saying that
it did or did not start properly. 'ps ax' say
I tryed your suggestion but it did not work.
Thank you for trying
Mike
Lyndon Tiu wrote:
On Fri, 05 Aug 2005 12:33:08 -0400 users@httpd.apache.org wrote:
Hi,
Im trying to make 1 website. I want it to be accessed using SSL. When
I start apache with "apachectl sslstart" I get no messages sa
Hi,
Im trying to make 1 website. I want it to be accessed using SSL. When
I start apache with "apachectl sslstart" I get no messages saying that
it did or did not start properly. 'ps ax' says apache is running. I can
connect using http:// but when i try https:// i get this message "The
conne
hi all,
i'm working on getting apache2 compiled a box, and was curious as to the
method to compile in all included modules as DSOs instead of static
modules. I tried the following command, which compiled them as static
modules...
./configure --enable-modules=most --enable-mods-shared=max
t