[EMAIL PROTECTED] config question about apache 1.3.34

2006-03-02 Thread michael young
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

Re: [EMAIL PROTECTED] Compile error on mod_auth_dbm in apache 1.3.34

2006-02-27 Thread michael young
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.

Re: [EMAIL PROTECTED] Compile error on mod_auth_dbm in apache 1.3.34

2006-02-27 Thread michael young
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

[EMAIL PROTECTED] Compile error on mod_auth_dbm in apache 1.3.34

2006-02-26 Thread michael young
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

Re: [EMAIL PROTECTED] SSL problem

2005-08-08 Thread michael young
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.

Re: [EMAIL PROTECTED] SSL problem

2005-08-05 Thread michael young
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

Re: [EMAIL PROTECTED] SSL problem

2005-08-05 Thread michael young
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

[EMAIL PROTECTED] SSL problem

2005-08-05 Thread michael young
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

[EMAIL PROTECTED] apache2 - compile all modules as DSO

2005-07-21 Thread michael young
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