Re: apache2 and ssl

2006-02-03 Thread Matt Zagrabelny
eric, please keep the posts on debian-user, that is, use the 'reply-to-list' feature of your mail client. thanks. also, if you could use inline posting for better readability. On Thu, 2006-02-02 at 14:11 -0700, Ed wrote: > Matt, > > The only file I have in /etc/apache2/sites-available is "def

Re: apache2 and ssl

2006-02-02 Thread Matt Zagrabelny
On Thu, 2006-02-02 at 10:00 -0700, Ed wrote: > I'm following along with a book called PHP and MySQL Web Development > (2003) and doing some sanity testing it recommends. > > The step I'm on is to check to see if ssl is working and it says to > try: > https://localhost > or > http://localhost:44

Re: apache2 and ssl

2006-02-02 Thread Clive Menzies
On (02/02/06 10:00), Ed wrote: > I'm following along with a book called PHP and MySQL Web Development (2003) > and doing some sanity testing it recommends. > > The step I'm on is to check to see if ssl is working and it says to try: > https://localhost > or > http://localhost:443 > > to see if ss

Re: apache2 and ssl

2006-02-02 Thread Don Hayward
Hi Ed, On Thu, 2 Feb 2006, Ed wrote: I'm following along with a book called PHP and MySQL Web Development (2003) and doing some sanity testing it recommends. The step I'm on is to check to see if ssl is working and it says to try: https://localhost or http://localhost:443 to see if ssl is wor

apache2 and ssl

2006-02-02 Thread Ed
I'm following along with a book called PHP and MySQL Web Development (2003) and doing some sanity testing it recommends. The step I'm on is to check to see if ssl is working and it says to try: https://localhost or http://localhost:443 to see if ssl is working. When I try either of those tw

Re: Problem with apache2 and SSL

2005-07-31 Thread Adam Aube
Bryan Arenal wrote: > On 7/30/05, Adam Aube <[EMAIL PROTECTED]> wrote: >> Is the SSL module enabled ('ls /etc/apache2/mods-enabled/ssl*')? > Yes, the ssl.conf and ssl.load modules are both symlinked over from > mods-available/. Can you post the config section for the host listening on port 443?

Re: Problem with apache2 and SSL

2005-07-30 Thread Bryan Arenal
On 7/30/05, Adam Aube <[EMAIL PROTECTED]> wrote: > > Is the SSL module enabled ('ls /etc/apache2/mods-enabled/ssl*')? Yes, the ssl.conf and ssl.load modules are both symlinked over from mods-available/.And in case it's any help, the firefox error message is: The connection to has terminat

Re: Problem with apache2 and SSL

2005-07-30 Thread Adam Aube
Bryan Arenal wrote: > I've got apache2 installed, configured for all of my virtual domains > and everything is running fine. Well, everything except for SSL. > > I've created my cert with 'apache2-ssl-certificate' as well as by > hand. Nothing I do ever seems to work, because as soon as I hitti

Problem with apache2 and SSL

2005-07-30 Thread Bryan Arenal
Hi, I've got apache2 installed, configured for all of my virtual domains and everything is running fine. Well, everything except for SSL. I've created my cert with 'apache2-ssl-certificate' as well as by hand. Nothing I do ever seems to work, because as soon as I hitting port 443, I get an erro

Re: Enabling apache2 and ssl - is there an easy way?

2005-06-27 Thread Robert S
>> 2. For some reason, my browser tries to download the output of >> "index.php" in my root directory, but not in a subdirectory ie: >> http://mysite does not work, but http://mysite/another and >> http://mysite/inded.php are OK. >I would need to see the relevant config to understand this one..

Re: Enabling apache2 and ssl - is there an easy way?

2005-06-21 Thread Robert S
"Andy Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> I think I'll stick to 1.3.xx - its worked very well for the last year. > Argh, wish I'd read to the end before bothering to reply. :) No need to despair. All a very valuable learning experience. Actually I've had a pro

Re: Enabling apache2 and ssl - is there an easy way?

2005-06-21 Thread Andy Smith
On Tue, Jun 21, 2005 at 07:18:06PM +1000, Robert S wrote: > > "Andy Smith" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Please explain exactly what you are having problems with. > > The first problem is that apache2 - ssl does not work "out of the box" like > it does in apa

Re: Enabling apache2 and ssl - is there an easy way?

2005-06-21 Thread Robert S
"Andy Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Please explain exactly what you are having problems with. The first problem is that apache2 - ssl does not work "out of the box" like it does in apache1. You need to generate certificate files etc manually, and create

Re: Enabling apache2 and ssl - is there an easy way?

2005-06-20 Thread Andy Smith
On Mon, Jun 20, 2005 at 09:10:19PM +1000, Robert S wrote: > I've just been spending a lot of time trying to enable apache2 and ssl in > sarge. I finally found a method in > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267477, but am still having > problems - like

Re: Enabling apache2 and ssl - is there an easy way?

2005-06-20 Thread kalasala
On 6/20/05, Robert S <[EMAIL PROTECTED]> wrote: I've just been spending a lot of time trying to enable apache2 and ssl insarge.  I finally found a method inhttp://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267477 , but am still havingproblems - like using a different DocumentRoot from

Enabling apache2 and ssl - is there an easy way?

2005-06-20 Thread Robert S
I've just been spending a lot of time trying to enable apache2 and ssl in sarge. I finally found a method in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267477, but am still having problems - like using a different DocumentRoot from the non-ssl apache2. There must be an easier way

Re: Virtual hosts, Apache2 and SSL

2004-07-13 Thread Ronny Aasen
On Tue, 2004-07-13 at 12:32, Michael Bernhard Sørensen wrote: > Hi there. > > Is there a howto about apache2, ssl and virtual hosts? > > I can't seem to open port 443, and I'm not sure if ssl is properly > installed on my apache2. There doesn't seem to be an ssl module for > apache2. > > I have

Virtual hosts, Apache2 and SSL

2004-07-13 Thread Michael Bernhard Sørensen
Hi there. Is there a howto about apache2, ssl and virtual hosts? I can't seem to open port 443, and I'm not sure if ssl is properly installed on my apache2. There doesn't seem to be an ssl module for apache2. I have 3 virtual hosts (name based) working on my test server on port 80. So far so goo