*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
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
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
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
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
5 matches
Mail list logo