I'm still searching for a solution to use auth.wiki behind reverse proxy. 
Sites with SQLFORM are deformed.

I see three capabilities: 

- auth.wiki fix which eliminate the need of "ProxyHTMLURLMap" 
- Fix some layout or css code (temporary fix)
- wait for next web2py release


Am Mittwoch, 9. September 2015 04:48:42 UTC+2 schrieb Daniel Vogel:
>
> Hi,
>
> I use web2py 2.12.3 with auth.wiki. In development mode, no problem with 
> HTML rendering. But behind a Apache reverse proxy in need some rules to 
> change HTML URL's.
>
>     ProxyHTMLEnable On
>     ProxyHTMLLinks img    src
>     ProxyHTMLLinks a    href
>
> <Location "/eav">
>     Require all granted
>     ProxyPass http://localhost:8000/eav
>     ProxyPassReverse http://localhost:8000/
>     ProxyHTMLURLMap http://localhost:8000/eav /eav
> </Location>
>
> With this settings the grid form is deformed, the first search field is as 
> high as the display. If I remove the "ProxyHTMLURLMap", it's ok, but all 
> the img URL's has localhost:8000 in auth.wiki.
>
>
>
> <https://lh3.googleusercontent.com/-iWdmy8meog0/Ve8uWw-A80I/AAAAAAAAAC0/xY0nzFBfp_0/s1600/Grid.png>
>
>
>
> How can I fix this problem?
>
>
> Thanks
>
> <https://lh3.googleusercontent.com/-iWdmy8meog0/Ve8uWw-A80I/AAAAAAAAAC0/xY0nzFBfp_0/s1600/Grid.png>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to