Re: apache-ssl and virtual hosts

2004-10-12 Thread Harland Christofferson
*snip* > >As far as I see, everything is fine. >Be aware that, whatever the port the server listens to, you have to tell >the browser what protocol to talk, and in this case it is https. > >:wq > >-- >Pedro-Ángel González >NAPSIS >http://www.napsis.com >GPG key http://www.napsis.com/pedro-angel.g

Re: apache-ssl and virtual hosts

2004-10-11 Thread Pedro-Ángel González
El lun, 11-10-2004 a las 18:18, Harland Christofferson escribió: > i'd like to have apache-ssl listen on a non-standard port 8080 as > well as port 443. in the apache-ssl/httpd.conf i've included: > > Port 8080 > Listen 8080 > > >SSLEnable >DocumentRoot /var/www/alt_dir > > > > > th

apache-ssl and virtual hosts

2004-10-11 Thread Harland Christofferson
i'd like to have apache-ssl listen on a non-standard port 8080 as well as port 443. in the apache-ssl/httpd.conf i've included: Port 8080 Listen 8080 SSLEnable DocumentRoot /var/www/alt_dir the problem I am having is that, if i use url: http://mydomain.com:8080/ the server responds

Re: apache-ssl and virtual hosts

1999-08-06 Thread Thomas Gebhardt
Hi, > > How can I use virtual hosts on the SSL port in apache? > here is a snipplet from my httpd.conf that works for me. Regards, Thomas # Port 443 Listen 137.248.9.9:443 Port 80 Listen 137.248.9.9:80 NameVirtualHost 137.248.9.9:80 SSLDisable ServerAdmin

apache-ssl and virtual hosts

1999-08-05 Thread Robert Varga
How can I use virtual hosts on the SSL port in apache? I copied the virtual host sections in httpd.conf to another piece and updated the virtualhost tag with :443, and ServerName tag with :443 and put SSLEnable in as well. I put NameVirtualHost mynumericip:443 in the file as well. However, I al