DokuWiki needs to connect to the Internet for some features like RSS inclusion or caching of external images. If your wiki server is behind a firewall it may be necessary to use a HTTP proxy. You can configure a proxy through the config file.
The following option may be set in the proxy array:
host | The IP or hostname of the proxy server to use |
port | The port number of your proxy server eg. 8080 |
user | If you need to authenticate on your Proxy set your username here |
pass | If you need to authenticate on your Proxy set your password here |
ssl | If your Proxy uses SSL set this to 1 (very unlikely) |