PDA

View Full Version : Using SSL and non SSL from httpdocs folder


rchurch
06-25-2005, 03:26 PM
The current Plesk setup does SSL by having the documents im the httpsdocs folder.

Is it possible to run them both from the httpdocs folder, and letting the user decide?

What I think I really need is to make some folders SSL enabled and some non SSL in an arbitrary fashion, I don't want to have to create new certifcates etc. Just switch it on and off. Can using symbolic links and some Directory and Location settings in the vhosts.conf easily achieve this?

charles
06-25-2005, 09:24 PM
The typical solution is to symlink httpsdocs to httpdocs and control whats http and whats https in your app.

charles