lsync_apache
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
lsync_apache [2016/01/26 12:24] – created luke7858 | lsync_apache [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Add the following to the / | ||
<sxh bash> | <sxh bash> | ||
- | vim / | ||
OPTIONS=" | OPTIONS=" | ||
+ | export MASTER_SERVER=" | ||
</ | </ | ||
+ | \\ | ||
+ | Now you add the following to the apache configuration file | ||
+ | \\ | ||
+ | Example wordpress lsync apache configuration entry: | ||
+ | <sxh bash> | ||
+ | < | ||
+ | RewriteEngine On | ||
+ | ProxyPreserveHost On | ||
+ | |||
+ | ProxyPass /wp-admin/ http:// | ||
+ | ProxyPassReverse /wp-admin/ http:// | ||
+ | |||
+ | RewriteCond %{REQUEST_METHOD} =POST | ||
+ | RewriteRule . http:// | ||
+ | </ | ||
+ | </ | ||
+ | ==Note: | ||
+ | You will need to make sure the proxy_http is enabled! |
lsync_apache.1453811045.txt.gz · Last modified: 2024/05/23 07:26 (external edit)