[olug] Apache and https
    Dave Weis 
    djweis at internetsolver.com
       
    Thu Sep 22 13:59:58 UTC 2005
    
    
  
On Thu, 22 Sep 2005, Craig Wolf wrote:
> I have a server that I need to setup an image to be sent over an https
> connection and I am having problems getting it to work.  I believe that
> SSL is enabled but...what am I missing??  Which config file do I look in
> to setup SSL access?  Do I have to have a separate directory for secure
> items access?  ie. /htdocs/secure_images vs /htdocs/images.  I have
> turned on listen on 443 and opened 443 through the firewall.
Run this:
netstat -an | grep 443
And see if you have a line like:
tcp        0      0 :::443                      :::* 
LISTEN
dave
-- 
Dave Weis
djweis at internetsolver.com
http://www.internetsolver.com/
    
    
More information about the OLUG
mailing list