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 s...@nextgentel.com wrote: Now  I have to add SSL support for one of my domains, so I add Listen 443 to my ports.conf, changes all VirtualHost * to VirtualHost *:80 and create a new VirtualHost *:443 for my SSL site. I also change/add

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 cove...@gmail.com wrote: On Wed, Mar 4, 2009 at 8:13 AM, Steffen Tronstad s...@nextgentel.com wrote: Now  I have to add SSL support for one of my domains, so I add Listen 443 to my ports.conf, changes all VirtualHost * to VirtualHost *:80 and create

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

2009-03-04 Thread Steffen Tronstad
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 On Wed

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 s...@nextgentel.com 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

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

2009-03-04 Thread Steffen Tronstad
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 s...@nextgentel.com wrote: I've created the certificate and all this. I do not get any output from apache, other than failed!. /etc

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

2009-03-04 Thread Steffen Tronstad
: 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 s...@nextgentel.com wrote: I've created the certificate and all this. I do not get any output from apache, other than failed!. /etc/init.d/apache2

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 s...@nextgentel.com wrote: apache2ctl -t Syntax OK clip 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

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

2009-03-04 Thread Steffen Tronstad
. - Steffen From Andres Morey: Hi Steffen, Please turn your LogLevel to info to see if there are any messages in the logs. -Andres -Opprinnelig melding- Fra: Brian Mearns [mailto:mearn...@gmail.com] Sendt: 4. mars 2009 15:58 Til: users@httpd.apache.org Emne: Re: [us...@httpd] Help configuring

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 s...@nextgentel.com 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