|
| http to https redirect |
 |
Fri, 29 Sep 2006 18:00:23 GMT |
I am using OES-Linux to do eDirectory authentication and I am trying to
configure a secure location to go https only. Does any one know how to do
this using the Rewrite module?
Here is what I have been trying. It is currently commented out, but when it
isn't commented out it does load okay, it just doesn't work.
Alias /nss "/media/nss/DATA/apache-docs"
<Directory "/media/nss/DATA/apache-docs">
#RewriteEngine on
Options Indexes MultiViews
AllowOverride None
#RewriteCond % !^443$
#RewriteRule ^.*$ https://%% [L,R]
#RewriteRule ^/nss(.*)$ https://myserver.mycompany.com/nss/$1 [L,R]
Order allow,deny
Allow from all
AuthType Basic
AuthName "Protected"
require valid-user
AuthLDAPAuthoritative On
AuthLDAPURL ldaps://myserver.mycompany.com/o=novell?cn?sub
|
| Post Reply
|
| Re: http to https redirect |
 |
Fri, 29 Sep 2006 21:56:12 GMT |
This is not a developer but a support Q.
Next time, please go here for support Questions
novell.support.webserver
To answer you Q, take a peek at this TID:
http://www.novell.com/support/search.do?cmd=displayKC&docType=kc&externa
lId=10095783&sliceId=&dialogID=14809613&stateId=0%200%2014811722
or
http://tinyurl.com/zgjyp
--
Best Regards
Tommy Mikkelsen
IT Quality A/S
Denmark
Novell Developer Forums SYSOP
Please Report back any success or failure, That way we all learn
Sorry, but no support through email
"I hate bugs".......Tommy Lee Jones, MIB
|
| Post Reply
|
|
|
|
|
|
|
|
|
|