MediaWiki Visual Editor Parsoid 404 Error: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<div class="mw-parser-output"><div class="mw-parser-output">(and Curl Error 7, related to STUNNEL and HTTPS) | <div class="mw-parser-output"><div class="mw-parser-output">(and Curl Error 7, related to STUNNEL and HTTPS) | ||
...OK, | ...OK, there are times one can get so wrapped up in the complexities of an issue the simple basic things are missed. And in this instance, among all the really good technical suggestions I read for correcting the issue, no one ever broached the below simple idea idea. | ||
==The Issue== | ==The Issue== | ||
Line 92: | Line 92: | ||
If it doesn't work, also check Parsoid by going to: http://WhatEverURL:8000 (8000 is the default) (Make sure HTTPD doesn't automatically redirect to HTTPS for this test) | If it doesn't work, also check Parsoid by going to: http://WhatEverURL:8000 (8000 is the default) (Make sure HTTPD doesn't automatically redirect to HTTPS for this test) | ||
== Sample FirewallD Configuration == | ==Sample FirewallD Configuration== | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
ipv4 nat POSTROUTING 100 -s W.X.Y.Z/24 -d WhatEverIP -p tcp --dport 8001 -j SNAT --to-source WhatEverIP | ipv4 nat POSTROUTING 100 -s W.X.Y.Z/24 -d WhatEverIP -p tcp --dport 8001 -j SNAT --to-source WhatEverIP |