There is no need to create a separate virtual host. You can configure the
existing virtual host to work over both HTTP and HTTPS (SSL). The
publication would be accessed as: http://csite.com and the admin interface: https://site.com/admin/
You should also modify the admin.php script to check if running under SSL
and if not to display an error message or redirect to HTTPS.
Mugur
On Feb 6, 2008 9:22 AM, wrote:
> Author: linuxpyro
> Link: http://code.campware.org/phorum/read.php?8,6190,6190#msg-6190
>
> --------------------------------------------------------------------------------
>
> Is it possible to set the admin page to run in a separate virtual host
> under Apache? (So you could access it by, say, going to
> admin.mycampsitepage.com.) I want to do this because I'd like to use SSL
> for this vhost and thus encrypt the username/password data my authors would
> be sending.
>
> --
> Sent from Campware Forums
> http://code.campware.org/phorum
>