Re: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts

2009-03-04 Thread Brian Mearns
On Wed, Mar 4, 2009 at 9:59 AM, Steffen Tronstad wrote: > Ah, this helped alot. Excellent, glad you were able to solve the problem. > Now I have to find a way to disable entering my passphrase "every time" > (once a year) the server reboots. There's info about this in the apache docs about this

RE: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts

2009-03-04 Thread Steffen Tronstad
pache.org Emne: Re: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts On Wed, Mar 4, 2009 at 9:42 AM, Steffen Tronstad wrote: > apache2ctl -t > Syntax OK Hmm. Well, there's only two more things I can think of. First is that apachectl is looking at a different config file t

Re: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts

2009-03-04 Thread Brian Mearns
On Wed, Mar 4, 2009 at 9:42 AM, Steffen Tronstad wrote: > apache2ctl -t > Syntax OK Hmm. Well, there's only two more things I can think of. First is that apachectl is looking at a different config file than your init.d script. Second is that apache is unable to bind to port 443. If it was worki

RE: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts

2009-03-04 Thread Steffen Tronstad
/mydomain.no.crt -- EOF. -Opprinnelig melding- Fra: Brian Mearns [mailto:mearn...@gmail.com] Sendt: 4. mars 2009 15:29 Til: users@httpd.apache.org Emne: Re: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts On Wed, Mar 4, 2009 at 8:37 AM

RE: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts

2009-03-04 Thread Steffen Tronstad
5.0.0.0 ::1/128 - EOF. -Opprinnelig melding- Fra: Brian Mearns [mailto:mearn...@gmail.com] Sendt: 4. mars 2009 15:29 Til: users@httpd.apache.org Emne: Re: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts On Wed, Mar 4, 2009 at 8:37 AM, Steffen Tronstad wrote:

Re: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts

2009-03-04 Thread Brian Mearns
On Wed, Mar 4, 2009 at 8:37 AM, Steffen Tronstad wrote: > I've created the certificate and all this. > > I do not get any output from apache, other than failed!. > > /etc/init.d/apache2 start > Starting web server (apache2)... failed! > > > My error.log doesnt get updated with any errors. > > > >

RE: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts

2009-03-04 Thread Steffen Tronstad
rt 80 namevhost noje.mydomain.no (/etc/apache2/sites-enabled/noje.mydomain.no:1) Syntax OK -Opprinnelig melding- Fra: Brian Mearns [mailto:mearn...@gmail.com] Sendt: 4. mars 2009 14:32 Til: users@httpd.apache.org Emne: Re: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts O

Re: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts

2009-03-04 Thread Brian Mearns
On Wed, Mar 4, 2009 at 8:18 AM, Eric Covener wrote: > On Wed, Mar 4, 2009 at 8:13 AM, Steffen Tronstad wrote: >> Now  I have to add SSL support for one of my domains, so I add Listen 443 to >> my ports.conf, changes all to and create >> a new for my SSL site. I also change/add NameVirtualHost

Re: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts

2009-03-04 Thread Eric Covener
On Wed, Mar 4, 2009 at 8:13 AM, Steffen Tronstad wrote: > Now  I have to add SSL support for one of my domains, so I add Listen 443 to > my ports.conf, changes all to and create > a new for my SSL site. I also change/add NameVirtualHost > *:80 and *:443 in my ’default’ file. > > This doesnt wor