Author |
|
buntyray
Joined: 23 May 2013 Posts: 9 Location: Australia,Melbourne
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Thu 18 Jul '13 17:10 Post subject: |
|
|
You can put the urls into quotes (") so that you can use white space in the url. I think it should work that way. Plase give it a trial. |
|
Back to top |
|
buntyray
Joined: 23 May 2013 Posts: 9 Location: Australia,Melbourne
|
Posted: Thu 18 Jul '13 17:31 Post subject: |
|
|
ProxyPass /Shared Documents/Forms/ "http://<actual-url>/SharedDocuments/Forms/"
ProxyPassReverse /Shared Documents/Forms/ "http://<actual-url>/SharedDocuments/Forms/"
Is this correct way. |
|
Back to top |
|
buntyray
Joined: 23 May 2013 Posts: 9 Location: Australia,Melbourne
|
Posted: Fri 19 Jul '13 4:06 Post subject: |
|
|
I tried using the following syntax, but this resulted in recursive authentication demand and even after giving correct credentials it did not work.
ProxyPass "/Shared Documents/Forms/" "http://<actual-url>/Shared Documents/Forms/"
ProxyPassReverse "/Shared Documents/Forms/" "http://<actual-url>/Shared Documents/Forms/" |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Fri 19 Jul '13 17:30 Post subject: |
|
|
In IIS you need to set the Auth method to from the share point page to Standard auth and not the integraded Windows Auth, unless you use mod_sspi (apache 2.2 on windows) or mod_authn_ntlm (apache 2.4 on windows) or mod_auth_kerb (apache 2.2 on linux). All these 3 modules work only with Internet Explorer.
So I think the basic auth is the best choise. |
|
Back to top |
|
buntyray
Joined: 23 May 2013 Posts: 9 Location: Australia,Melbourne
|
|
Back to top |
|
comert
Joined: 13 Feb 2013 Posts: 11
|
Posted: Thu 19 Sep '13 16:48 Post subject: |
|
|
Did you ever get this resolved I have the same issue. |
|
Back to top |
|