Re: I am having a heck of a time - Please help.

2002-07-15 Thread Glen Mehn
well, the LD_LIBRARY_PATH should point to all the shared libs that you'll need. Probably /usr/lib:/lib:/usr/local/lib:/usr/local/ssl/lib is a good start -g On Mon, Jul 15, 2002 at 12:07:15PM -0700, David Loesche wrote: > I did read the referred document concerning the build phase. I am intri

Re: apache_1.3.26

2002-07-08 Thread Glen Mehn
try adding /usr/local/ssl/lib to your LD_LIBRARY_PATH this is an educted guess, though... good luck. -g On Mon, Jul 08, 2002 at 11:40:37AM -0700, New Disorder Records wrote: > well, that's a lot more than I needed. I think the key is somewhere in > the > > SSL_BASE=SYSTEM thing. > > I ha

Re: potential apachectl modification

2002-04-22 Thread Glen Mehn
'restart' and 'graceful' will restart the server with -DSSL, if it's (currently)running with -DSSL. 'restart' sends a SIGHUP to apache 'graceful' sends a SIGUSR1 to apache, which httpd reads as 'finish what you're doing, then HUP yourself'. glen On Mon, Apr 22, 2002 at 12:23:35PM -0400, Aryeh

Re: How does mod_ssl work with Apache?

2002-03-19 Thread Glen Mehn
$APACHE_HOME/bin/apachectl startssl it's in the docs. On Tue, Mar 19, 2002 at 06:43:43PM +0100, S?ren Neigaard wrote: > I have Apache running on port 80, and I want to SSL enable one of my > VirtualHosts. I don't even know how to start mod_ssl properly. I found > the following command somewher

Re: Re: SSL works from localhost but not elsewhere

2002-02-28 Thread Glen Mehn
you could have a local firewall on the machine-- iptables or ipchains, perhaps? Do you have a NameVirtualHost directive? Something liek: NameVirtualHost 192.168.0.80:443 In your SSL VirtualHost directive, have you specified the IP also? glen On Thu, Feb 28, 2002 at 01:18:32PM -0500, Eric Web

Re: R?f. : RE: R?f. : Re: httpd doesn't start with own certificate

2002-02-28 Thread Glen Mehn
you can use openssl to remove the password from the key-- it's in the `openssl rsa` man page. http://www.modssl.org/docs/2.8/ssl_faq.html#ToC31 There's also SSLPassPhraseDialog, referenced here: http://www.modssl.org/docs/2.8/ssl_reference.html#ToC2 glen On Thu, Feb 28, 2002 at 09:37:06AM +

Re: Mod_SSL with Name Based Virtual Hosts

2002-02-10 Thread Glen Mehn
you can do it by using different ports, but then you'll have to construct URL's like: https://secure.domain.com:8443/path/to/resource it's a limitation of the protocol. glen On Sat, Feb 09, 2002 at 09:46:56AM +0700, Denny Suvanto wrote: > Dear guys, > > Can I use mod_ssl for separate domain

Re: ssl no response

2002-01-29 Thread Glen Mehn
I don't see SSLEngine On in your VirtualHost section. On Tue, Jan 29, 2002 at 12:36:38PM -0800, Aodhan H wrote: > > Hello, I am trying to get an ssl virtual site running. The http site > works fine, but bringing up the https site gives me 'Could not reach > remote server' error. > I can fi

Re: MOD SSL over NAT

2002-01-27 Thread Glen Mehn
you will need separate VirtualHost sections for both port 80 and port 443: example (not real): NameVirtualHost 10.10.10.10 Servername my.server.com DocumentRoot /path/to/docs ServerName my.server.com DocumentRoot /path/to/htdocs ServerAdmin [EMAIL PROTECTED] (etc...) On Sun, Jan 27

Re: Solaris + Apache

2002-01-25 Thread Glen Mehn
IIRC you have to update your LD_LIBRARY_PATH to find libssl.o. though I think what I did is below... -g On Sat, Jan 26, 2002 at 07:50:54AM +1030, Stephen Carr wrote: > Dear Simon > > A quick hack is to put a symbolic link in /usr/lib for libssl.o > > Regards > Stephen Carr > > Simon Ritchie

Re: Apache SSL redundancy

2002-01-25 Thread Glen Mehn
comments intertwined: On Fri, Jan 25, 2002 at 02:41:46PM +0100, Thierry Coopman wrote: > Hi, > > I'm trying to do this. The main problem is HTTPS session IDs I guess. This > makes load-balancing a bit more complicated since you need to forward every > request to the same server that has the ses

Re: Apache + mod_ssl bug?

2002-01-18 Thread Glen Mehn
when you recompiled apache, did you get mod_userdir installed? to httpd -l, and you should see something like: # ./httpd -l Compiled-in modules: http_core.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_status.c mod_include.c mod_autoindex.c mod_dir.c mod_cgi.c

Re: force to use SSL when accessing certain directory/url?

2002-01-14 Thread Glen Mehn
you could also setup your ssl virtualhost with an different DocumentRoot, only available by https (port 443) and leave your https pages there. On Mon, Jan 14, 2002 at 11:52:06AM -, Simon Ritchie wrote: > I guess that you want to refuse access to a page by HTTP, ftp etc, so that > it can only

Re: Single IP and need two virtual SSL servers

2001-11-03 Thread Glen Mehn
> > > Hint: https://www.inetsoft.ro:443/ > 2. https://www.inetsoft.ro who worked! > > 3. I changed 443 port in 444 for one of my websites http://xxx.aaa.ro. > https://xxx.aaa.ro/ was redirected by apache to default SSL virtual host. > > Conclusion: I don't know! :) > try https://xxx.aaa.ro

Re: segfault problem - from scratch

2001-10-30 Thread Glen Mehn
On Tue, Oct 30, 2001 at 03:39:40PM -0600, Dean Hall wrote: > > As I said, I guess I'll try that, but I have several problems with RedHat's > Apache/mod_ssl RPM. First, I have many scripts which depend on Apache being > in /usr/local/apache which is not where the RPM puts apache. Second, and I > c

Re: ServerName Problem (I think)

2001-10-03 Thread Glen Mehn
Hi Rob- wrt the -DEAPI, you might want to have a look on the apache/tomcat site-- there's an in-depth discussion on mod_jserv, mod_jk (jserv replacement) and the -DEAPI option, how it's made, etc. glen On Wed, Oct 03, 2001 at 09:13:36AM -0700, Robert Mazur wrote: > Hi friends, > > Both Owen