Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-26 Thread Norman Khine
pat wrote: PingBad wrote: On Wednesday 20 February 2008 00:10, pat wrote: > Hello > > I have a problem with the apache2 configuration if I want to combine > vhost and ssl settings. > My apache opts: APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D > SSL -D SSL_DEFAULT_VHOST -D PH

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread pat
ay, February 20, 2008 9:15 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem I searched my config files for that line, but there was obviously none. I added it to the default_ssl_vhost.conf after "Listen 443". If I know connect to https:4

RE: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread Boyle Owen
> -Original Message- > From: pat [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 20, 2008 9:15 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem > > I searched my config files for that line, but th

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread pat
PROTECTED] Sent: Tuesday, February 19, 2008 1:19 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem Hello Boyle Just the default ssl vhost is on port 443: Listen 443 ServerName company.com Include /etc/apache2/vhos

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread pat
I searched my config files for that line, but there was obviously none. I added it to the default_ssl_vhost.conf after "Listen 443". If I know connect to https:443 it works correctly and the right content is shown :) But if I connect to http:80 is shows the default DocumentRoot. Can you give me

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread pat
PingBad wrote: On Wednesday 20 February 2008 00:10, pat wrote: > Hello > > I have a problem with the apache2 configuration if I want to combine > vhost and ssl settings. > My apache opts: APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D > SSL -D SSL_DEFAULT_VHOST -D PHP5 -D PERL -D

RE: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-20 Thread Boyle Owen
> -Original Message- > From: pat [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 19, 2008 1:19 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem > > Hello Boyle > > Just the default ssl vhost i

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-19 Thread Dan_Mitton
hen 1) with SSL. Please respond to users@httpd.apache.org To: users@httpd.apache.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem LSN: Not Relevant User Filed as: Not a Record Do you have a line like this outside your vir

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-19 Thread [EMAIL PROTECTED]
Do you have a line like this outside your virtual host scope NameVirtualHost *:443 On Wed, 2008-02-20 at 08:09 +1300, PingBad wrote: > On Wednesday 20 February 2008 00:10, pat wrote: > > > Hello > > > > > > I have a problem with the apache2 configuration if I want to combine > > > vhost and ss

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-19 Thread PingBad
On Wednesday 20 February 2008 00:10, pat wrote: > Hello > > I have a problem with the apache2 configuration if I want to combine > vhost and ssl settings. > My apache opts: APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D > SSL -D SSL_DEFAULT_VHOST -D PHP5 -D PERL -D PYTHON -D SUEXEC" > > This

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-19 Thread pat
: users@httpd.apache.org Subject: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem Hello I have a problem with the apache2 configuration if I want to combine vhost and ssl settings. My apache opts: APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D SSL -D SSL_DEFAULT_VHOST -

RE: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-19 Thread Boyle Owen
> -Original Message- > From: pat [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 19, 2008 12:11 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem > > Hello > > I have a problem with the apache2 con

[EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-19 Thread pat
Hello I have a problem with the apache2 configuration if I want to combine vhost and ssl settings. My apache opts: APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D SSL -D SSL_DEFAULT_VHOST -D PHP5 -D PERL -D PYTHON -D SUEXEC" This is my vhost config: ServerName host.company.com