L.S.,
I'm putting MediaWiki behind a Reverse Proxy. All works fine:
* Reading pages. * Logging in.
BUT. Saving a page doesn't work! I've tried this with
* Apache mod_proxy (works for saving very small pages) * Squid (doesn't save at all) * pound (doesn't save at all)
Has anyone had this problem before and solved it? My config:
internet --> host at home --> via VPN link to another (internal) site --> host at other site
-- Hans Oesterholt
On 7/6/06, Hans Oesterholt semweb@elemental-programming.org wrote:
L.S.,
I'm putting MediaWiki behind a Reverse Proxy. All works fine:
- Reading pages.
- Logging in.
BUT. Saving a page doesn't work! I've tried this with
- Apache mod_proxy (works for saving very small pages)
- Squid (doesn't save at all)
- pound (doesn't save at all)
I don't know anything about Squid or pound.
What does your apache config look like?
proxy directives? rewrite directives?
You might also need to muck around with settings like $wgServer to make sure that the client sees urls that are correct for outside the proxy.
mediawiki-l@lists.wikimedia.org