I have a test server running apache1.3 / unix with php and a test
certificate. I
want to configure the server to serve my pages under /htdocs/secure/ dir
using SSL only and allow the remainder of the web tree to be served without using
SSL. My normal port listens to 52950 and my ssl port listens to 42950.
 
Is this close
 
SSLDisable
 
 <VirtualHost ../secure>  *****should the ssl  port be mentioned here 
   SSLenable
   SSl RequireSSl
</virtualhost>               

Any help would be appreciated



Reply via email to