You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Browse to http://192.168.67.128:8080 (where my Ocsigen lives)
2. Observe how I'm taken to http://localhost:8080 (wrong!)
What is the expected output? What do you see instead?
Expected output is to be taken to http://192.168.67.128:8080/view?
p=WikiStart.
Instead, I'm redirected to http://localhost:8080/view?p=WikiStart. I think
the localhost comes in from <host defaulthostname>. Specifying
192.168.67.128 to defaulthostname is NOT the right solution as this should
work the right way by default.
I imagine the cause is this:
8< services.ml:
let wiki_start = Eliom_predefmod.String_redirection.register_new_service []
unit
(fun sp _ _ -> return (make_full_uri wiki_view_page sp
(Config.site.cfg_homepage, (None, (None, None)))))
Original issue reported on code.google.com by [email protected] on 1 Oct 2008 at 7:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 Oct 2008 at 7:24The text was updated successfully, but these errors were encountered: