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 > > <VirtualHost *:8080> > SSLEnable > DocumentRoot /var/www/alt_dir > </VirtualHost> > > > > the problem I am having is that, if i use url: > > http://mydomain.com:8080/ > > the server responds "document contains no data" > > if i use the url: > > https://mydomain.com:8080/ > > i am directed to the correct page. i wish to use ssl on the non standard > port 8080 not 443 for this case. > > suggestions?
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.gpg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]