Re: [freebsd-questions] Best way to add SSL to Apache 1.3.37

2007-06-11 Thread Patrick Baldwin
Olivier Nicole wrote: [snip] configuration? If both options are possible, is one better than the other? I'd prefer not to have to re-do my apache install, but if there's some compelling reason I should, I'm interested in knowing it. You would have to modify the httpd.conf to activate SSL

Re: [freebsd-questions] Best way to add SSL to Apache 1.3.37

2007-06-11 Thread Patrick Baldwin
Norberto Meijome wrote: On Thu, 07 Jun 2007 12:03:31 -0400 Patrick Baldwin <[EMAIL PROTECTED]> wrote: Hi, I'm running 6.2-RELEASE-p4, and Apache 1.3.37. I'd like to add SSL support, but I'm not sure of the best way to go about it. may I ask why are you using Apache 1.3.x ? I think Apache

Re: [freebsd-questions] Best way to add SSL to Apache 1.3.37

2007-06-07 Thread Olivier Nicole
> Which seems to suggest that I'd need to have installed the apache > port /usr/ports/www/apache13-modssl instead of the package apache-1.3.37_3. Right. > So, do I need to remove the apache-1.3.37_3 package (presumably with > pkg_delete, as I think that's the cleanest way, please correct me if I'

Re: [freebsd-questions] Best way to add SSL to Apache 1.3.37

2007-06-07 Thread Norberto Meijome
On Thu, 07 Jun 2007 12:03:31 -0400 Patrick Baldwin <[EMAIL PROTECTED]> wrote: > Hi, I'm running 6.2-RELEASE-p4, and Apache 1.3.37. I'd like to > add SSL support, but I'm not sure of the best way to go about it. > may I ask why are you using Apache 1.3.x ? I think Apache 2 has shown itself to be

[freebsd-questions] Best way to add SSL to Apache 1.3.37

2007-06-07 Thread Patrick Baldwin
Hi, I'm running 6.2-RELEASE-p4, and Apache 1.3.37. I'd like to add SSL support, but I'm not sure of the best way to go about it. In: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-apache.html Specifically section 27.7.5.1, it mentions you can add ssl support with mod_ssl, b