Hello Jonathan,
On Friday, May 21, 2004, Jonathan Nichols wrote...
>>> Someone on the Gentoo list ran into this as well - the
>>> secure_login plugin settings! It wasn't set to keep the whole
>>> session as HTTPS. Sigh. So simple. :(
>> Would have been nice if you included info about the fact tha
Someone on the Gentoo list ran into this as well - the secure_login
plugin settings! It wasn't set to keep the whole session as HTTPS.
Sigh. So simple. :(
Would have been nice if you included info about the fact that you were
using that plugin for your http access and maybe we could have point
# General setup for the virtual host
DocumentRoot "/var/www/localhost/htdocs/webmail/"
ServerName postal..com
ServerAdmin [EMAIL PROTECTED]
ErrorLog logs/ssl-error_log
TransferLog logs/ssl-access_log
Someone on the Gentoo list ran into this as well - the secure_login
plugin settings! It wasn
Louis Li wrote:
> Try removing the slash after the DocumentRoot
>
>>
>>
>># General setup for the virtual host
>>DocumentRoot "/var/www/localhost/htdocs/webmail/"
>>ServerName postal..com
>>ServerAdmin [EMAIL PROTECTED]
>>ErrorLog logs/ssl-error_log
>>TransferLog logs/ssl-access_log
>>
I tr
Try removing the slash after the DocumentRoot
Jonathan Nichols 提到:
> Yes, I've Googled. Yes, I've checked the FAQ. I even searched gmane
> for a while.
>
> I'm having trouble containing SM within https. What I'm trying to do
> should be fairly simple.
>
> Here's the relevant portions of ssl.defau
Yes, I've Googled. Yes, I've checked the FAQ. I even searched gmane for
a while.
I'm having trouble containing SM within https. What I'm trying to do
should be fairly simple.
Here's the relevant portions of ssl.default-vhost.conf:
SSLEngine off
##
## SSL Virtual Host Context
##
# General