How to use SSL for some pages and not for others?

Posted by solid on Server Fault See other posts from Server Fault or by solid
Published on 2010-03-24T16:25:34Z Indexed on 2010/03/24 16:33 UTC
Read the original article Hit count: 208

Filed under:

We are building an application where we want anything the following to be SSL:

secure.ourapp.com -> all pages must be SSL (can this be done with a Vhost in apache?)

www.ourapp.com/signup -> SSL www.ourapp.com/login -> SSL www.ourapp.com/information -> NOT SSL

So my question is: can you put SSL on some pages and not on others? Or does it only work on a per-subdomain basis?

thanks a lot for helping me out

© Server Fault or respective owner

Related posts about ssl