Distributed Session Cache

2002-07-13 Thread John Milton
We are in the process of switching from round-robin DNS (clients tend to stay on one web server) to IBM Network Dispatcher (client connections are spread across all web servers). It looks like this is going to defeat the current lift we're getting with the per-server session cache. I found a blur

Problems when compiling as DSO module (and workaround)

2002-07-13 Thread Guillaume Filion
Hi all, I'm trying to compile mod_ssl-2.8.10-1.3.26 as a DSO (APXS) module on my Debian box, but I got two problems: First, when doing make, I got: mod_ssl.h:349:18: ndbm.h: No such file or directory This is the same problem as described at http://www.mail-archive.com/modssl-users@modssl.org/ms

Re: Distributed Session Cache

2002-07-13 Thread Daniel Lopez
> How far along is the mod_ssl port to Apache 2? It is basically done, already bundled with Apache itself as a regular module > Has anyone hacked up a distributed session cache? The closest I know of is for Apache-SSL, which Ben Laurie mentioned at one of the Apachecons: http://anoncvs.aldig

Re: Distributed Session Cache

2002-07-13 Thread Cliff Woolley
On Fri, 12 Jul 2002, John Milton wrote: > How far along is the mod_ssl port to Apache 2? Done, for all intents and purposes. AFAIK, the only big still-missing functionality is the per-directory POST renegotiations. > Has anyone hacked up a distributed session cache? Not that I'm aware of. Bu

Re: Distributed Session Cache

2002-07-13 Thread Geoff Thorpe
On Sat, 13 Jul 2002, Daniel Lopez wrote: > > How far along is the mod_ssl port to Apache 2? > > It is basically done, already bundled with Apache itself as a regular module > > > Has anyone hacked up a distributed session cache? > > The closest I know of is for Apache-SSL, which Ben Laurie mentio

URGENT: need mod_ssl rpm to work with RedHat's apache_1.3.22 rpm on RH6.2

2002-07-13 Thread Shaun T. Erickson
I upgraded a 6.2 Red Hat system, from apache 1.2.12 to 1.3.22, using their rpms. In the process, the ssl module disappeared, and I cannot find a new one. Since the apache is installed from an rpm, there is no way for me to build the module from the mod_ssl-2.8.5-1.3.22.tar.gz source file I do

Directory based virtual host

2002-07-13 Thread aesquivel
Is it posible to setup the functionality of ServerPath whithout NamedVirtualHost, what I want to do is to have a virtual secure host using a directory suffix eg: secure.example.com<- main server secure.example.com/vhost1/ secure.example.com/vhost2/ secure.example.com/vhost3/ Any ideas? T

Directory based virtual host

2002-07-13 Thread aesquivel
Is it posible to setup the functionality of ServerPath whithout NamedVirtualHost, what I want to do is to have a virtual secure host using a directory suffix eg: secure.example.com<- main server secure.example.com/vhost1/ secure.example.com/vhost2/ secure.example.com/vhost3/ Any ideas? Tha

Re: URGENT: need mod_ssl rpm to work with RedHat's apache_1.3.22 rpm on RH6.2

2002-07-13 Thread Shaun T. Erickson
Shaun T. Erickson wrote: > I upgraded a 6.2 Red Hat system, from apache 1.2.12 to 1.3.22, using > their rpms. In the process, the ssl module disappeared I have investigated further and discovered it's actually a different problem. when I installed red hat's 1.3.22 apache rpm, it does in fact

Re: URGENT: need mod_ssl rpm to work with RedHat's apache_1.3.22 rpm on RH6.2

2002-07-13 Thread Shaun T. Erickson
Shaun T. Erickson wrote: > I have investigated further and discovered it's actually a different > problem. > > when I installed red hat's 1.3.22 apache rpm, it does in fact include > a libssl.so module, which does get loaded in the httpd.conf.ssl file > on the system. (I was looking for mod_ss

Re: URGENT: need mod_ssl rpm to work with RedHat's apache_1.3.22rpm on RH6.2

2002-07-13 Thread Cliff Woolley
On Sat, 13 Jul 2002, Shaun T. Erickson wrote: > The problem is that this causes all the httpd processes to seg fault, > which they don't, if the module isn't loaded. It would be helpful if you could tell us *where* it was segfaulting. Please see http://httpd.apache.org/dev/debugging.html for inf