Server certificates

2000-09-13 Thread Mindaugas Riauba
Does Apache+mod_ssl needs stop/start to load new certificates or I am missing something here? Seems that usual SIGHUP/SIGUSR1 does not help. Apache 1.3.12, mod_ssl 2.6.6, FreeBSD 3.5, Apache compiled withouth DSOs. Mindaugas http://www.hostex.net/ _

Re: Apache cannot start automatic!

2000-09-13 Thread Tagoon Manaso
Thanks Johansen, !!! SOLVED !!! I 've installed apache v.1.3.9 from Solaris 8 (SUNWapchr, SUNWapchu, SUNWapchd) successfully. This packages 've generated apache scripts to start "httpd" automatic in /etc/rc0.d, /etc/rc1.d, /etc/rc2.d, /etc/rc3.d and /etc/rcS.d, then I renamed all of the scripts

Re: Segmentation Fault

2000-09-13 Thread Clive Hughes \(Hotmail\)
Actually I get a Bus Error (10) on my Sun Ultra 5 (dev) and a Segmentation Fault (11) on my Sun E250 (prod) Both running Solaris 7 same Apache+mod_ssl build. Both run fine without mod_ssl but this is not the solution! I have the same behaviour when trying different builds and different config s

Re:

2000-09-13 Thread Mads Toftum
On Wed, Sep 13, 2000 at 02:59:41PM -0400, Ray Miller, Jr. wrote: > How do I quit this email list? > http://www.modssl.org/support/ has all the info. vh Mads Toftum -- `Darn it, who spiked my coffee with water?!' - lwall __

rewrite-rule problem for SSL redirection

2000-09-13 Thread Kirk Benson
This is slightly off-topic, but I'm sure I'm not the first to want to do the following: I want all requests of the form http://server/ and https://server/ to be redirected to https://server/login.jsp. I have the following directives within both my VirtualHosts RewriteEngine On RewriteRule /$ h

RE:

2000-09-13 Thread Ray Miller, Jr.
Thanx for the vote of confidence! :0 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jan Dries Sent: Wednesday, September 13, 2000 4:05 PM To: [EMAIL PROTECTED] Subject: Re: > "Ray Miller, Jr." wrote: > > How do I quit this email list? > "You c

Re:

2000-09-13 Thread Jan Dries
> "Ray Miller, Jr." wrote: > > How do I quit this email list? > "You can check out any time you like, but you can never leave" :-) (The Eagles, Hotel California) __ Apache Interface to OpenSSL (mod_ssl) w

RE:

2000-09-13 Thread Ray Miller, Jr.
How do I quit this email list?  

No Subject

2000-09-13 Thread Ray Miller, Jr.
 

RE: Segmentation Fault

2000-09-13 Thread David Rees
A minor correction on my part, I don't see sig11s, I see Bus errors(10):   [Wed Jul 26 07:06:47 2000] [notice] child pid 116139 exit signal Bus error (10)   Also of note, I am unable to reproduce this while load testing the non-ssl portion of the server.   -Dave -Original Message---

RE: Segmentation Fault

2000-09-13 Thread David Rees
I see this same thing (occasional segmentation faults) on Irix 6.5.x running Apache 1.3.12 / mod_ssl 2.6.6.  I've seen this behavior since mod_ssl 2.6.4, but haven't tested earlier versions than that.   I've tried different ssl session caches (none, dbm, shm) and building mod_ssl statically

Re: Apache cannot start automatic!

2000-09-13 Thread John K. Johansen
I am not sure what utilities are available to do this on your *nix. On RedHat, I use the linuxconf utility to set up a daemon for automatic start up: 1. Install the new software (in your case apache-mod_ssl), which, for most daemons, creates /etc/rc.d/init.d/daemonname (in your case httpd) 2. Us

RE: Apache and mod_ssl on WinNT-platform

2000-09-13 Thread Kirk Benson
I have been using Apache/modssl on NT for the past year without too many problems. Configuration is pretty much the same. I did find a few bugs which I fixed myself and posted to this list. I think all my fixes have been propagated into the current release. I obtained my release from the opensa

The meaning of error

2000-09-13 Thread Mark Lo
Hi,     what is the meaning at the following error.   sysquery: findns error (NXDOMAIN) on dns2.domain.com?   Thank you   Mark Lo

[BugDB] PRIVATE: Solaris/ModSSL/Apache segmentation fault (PR#450)

2000-09-13 Thread modssl-bugdb
Full_Name: J. Rojas Version: 2.6.6-1.3.12 OS: Solaris 2.6 - SPARC Submission from: (NULL) (213.4.14.232) After configuring/compiling and installing all necesary packages on a Solaris 2.6 system, Openssl-0.9.5a, Mod_ssl-2.6.6-1.3.12 and Apache 1.3.12, starting Apache with ssl option, "apachectl s

Segmentation Fault

2000-09-13 Thread Clive Hughes
Hi,   I am running Apache 1.3.12 + mod_ssl 2.6.6 + PHP 4.0.2 + openssl 0.9.5a on Solaris 7 (Sparc).   Occasionally I see a   child pid exit signal Segmentation Fault (11)   in my error_log.   Has anyone built Apache/mod_ssl/PHP in this environment successfully; if so how?  If you've seen thi

Re: Apache and mod_ssl on WinNT-platform

2000-09-13 Thread Simon_Wilcox
My advice would have to be - move to *nix if you possibly can ;-) I've been developing a site where everything is SSL encrypted so we have heavy mod_ssl use. Initially we used NT, using Apache 1.3.12, mod_ssl 2.6.4 and OpenSSL 0.9.4 in a pre-bulit binary form. I h

Re: How to change the Default SSL Port

2000-09-13 Thread Sai Krishnan . K.
Hi Owen Boyle, Thanks for your help, i got it working after following your instruction. (I didn't change the port no. with the virtual host defn, that was the problem). My previous postings were by 4th Aug & 17th Aug. Since i didn't received any response i thought of not even as

Apache and mod_ssl on WinNT-platform

2000-09-13 Thread Hiendl Elke
Hi, thrown in a running project, I found following: Apache 1.3.12 with mod_ssl 2.6.2. and OpenSSL 0.9.5 running on NT 4.0(SP 5). Although knowing well Apache on Linux, the same on a NT-platform is completely new for me. So, is there anybody who has experience with this kind of stuff? Do I have t

Re: How to change the Default SSL Port

2000-09-13 Thread Owen Boyle
"Sai Krishnan . K." wrote: > > After starting the server i can observe that the tcp port 9443 is being > listened by some one and 8443 is not listened by some one, but iam not > able to connect to the 9443 port as i do with 8443. > > Can you please tell me is there any other changes reqd. for ma