Am 17. Oct, 2006 schwätzte
alex@crackpot.org so:
> Quoting alex@crackpot.org:
>
>> You need 2 virtual hosts. One for normal http, and the other for
>> https. I just wrote these samples off the top of my head, so you
>> might need to check the syntax in the docs, but this setup will work.
>>
>> NameVirtualHost 0.0.0.0
>>
>> <VirtualHost 0.0.0.0:80>
>> ServerName cms.tobyhouse.com
>> Redirect / https://cms.tobyhouse.com/
>> </VirtualHost>
>>
>> <VirtualHost 0.0.0.0:443>
>> ServerName cms.tobyhouse.com
>> SSLRequireSSL
>> # other directives
>> </VirtualHost>
>
> Sorry, Craig, I should have read your post a little closer.
> SSLRequireSSL need to be in a <Directory> like you have it, not in the
> <VirtualHost>. How to relax the SSLRequireSSL in a subdirectory? I
> don't know that one, but I'll keep looking.
I read something on that on the apache site.
I thought it was in the SSL FAQ, but I'm not seeing it.
http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html
Got to that from
http://httpd.apache.org/docs/2.2/ssl/, maybe the "how to
exclude a file" part is in the how-to or something.
ciao,
der.hans
--
# https://www.LuftHans.com/ http://www.CiscoLearning.org/
# Join the League of Professional System Administrators! https://LOPSA.org/
# Science is magic explained. - der.hans
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss