So this is what I have currently, and it will let me sign in and authenticate with AD, but it redirects me to http://sogo/SOGo/so/username

<Proxy http://127.0.0.1:20000/SOGo>
## Adjust the following to your configuration
## and make sure to enable the headers module
<IfModule headers_module>
  RequestHeader set "x-webobjects-server-port" "443"
  SetEnvIf Host (.*) HTTP_HOST=$1
  RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST   RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e"; env=HTTP_HOST

On 1/30/2019 8:56 AM, Odhiambo Washington wrote:
Senor Valdez,

You were told to leave the values literally :-)
There is nothing to try! Do not change the values that you changed.

No cambie los valores:

RequestHeader set "x-webobjects-server-port" "443"
SetEnvIf Host (.*) HTTP_HOST=$1
RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST
RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e"; env=HTTP_HOST

¡Déjalos como eran originalmente!

If you MUST change them, please take a look at https://lists.my.co.ke/~wash/ I have put for you two files where I have manually changed the parameters. You can copy those and replace any values related my.co.ke <http://my.co.ke>. Claro? :-)

Let me know if you are still stuck.


On Tue, 29 Jan 2019 at 22:52, Matthew Valdez <users@sogo.nu <mailto:users@sogo.nu>> wrote:

    I've tried that and tried SERVER_NAME instead of HTTP_HOST, all same
    results.

    On 1/28/2019 9:52 PM, Gordon Messmer (gordon.mess...@gmail.com
    <mailto:gordon.mess...@gmail.com>) wrote:
    > On 1/28/19 9:20 AM, Matthew Valdez" (maval...@ludlums.com
    <mailto:maval...@ludlums.com>) wrote:
    >>
    >> <IfModule headers_module>
    >> ##  RequestHeader set "x-webobjects-server-port" "80"
    >>   SetEnvIf Host (.*) HTTP_HOST=$1
    >> ##  RequestHeader set "x-webobjects-server-name" "SOGoSync"
    >> ##  RequestHeader set "x-webobjects-server-url" "http://SOGoSync";
    >>
    >
    > You should not have commented those out or modified them.  Those
    four
    > lines should be literally:
    >
    >   RequestHeader set "x-webobjects-server-port" "443"
    >   SetEnvIf Host (.*) HTTP_HOST=$1
    >   RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e"
    > env=HTTP_HOST
    >   RequestHeader set "x-webobjects-server-url"
    "https://%{HTTP_HOST}e";
    > env=HTTP_HOST
    >
-- users@sogo.nu <mailto:users@sogo.nu>
    https://inverse.ca/sogo/lists



--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", grep ^[^#] :-)
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to