Guest User

Untitled

a guest
Jul 30th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. * Trying 127.0.0.1... * connect to 127.0.0.1 port 8142 failed: Connection refused * Failed to connect to localhost port 8142: Connection refused * Closing connection 0
  2.  
  3. parsoidConfig.setMwApi({
  4. uri: 'http://localhost/api.php',
  5. domain: 'localhost',
  6. prefix: 'localhost'
  7. });
  8.  
  9. parsoidConfig.setMwApi({ prefix: 'localhost', uri: 'http://localhost/api.php' });
  10.  
  11. Status: active
  12. Logging: on (low)
  13. Default: deny (incoming), allow (outgoing), disabled (routed)
  14. New profiles: skip
  15.  
  16. To Action From
  17. -- ------ ----
  18. 22 ALLOW IN Anywhere
  19. 80 ALLOW IN Anywhere
  20. 443 ALLOW IN Anywhere
  21. 22 (v6) ALLOW IN Anywhere (v6)
  22. 80 (v6) ALLOW IN Anywhere (v6)
  23. 443 (v6) ALLOW IN Anywhere (v6)`
Add Comment
Please, Sign In to add comment