ERROR: Gateway Timeout with proxy
Posted: Sat Sep 13, 2008 9:57 am
Hello,
I can't find out why I'm getting this error:
I get this error only when I enable web proxy. With disabled proxy there's no problem... everything's going perfectly.
Here are my settings:
"Allow remote requests" is in DNS settings checked.
What's wrong?
I can't find out why I'm getting this error:
Code: Select all
ERROR: Gateway Timeout
Your cache administrator is webmaster.
Generated Sat, 13 Sep 2008 08:31:24 GMT by 10.8.15.99 (Mikrotik HttpProxy)
Here are my settings:
Code: Select all
/proxy settings
enabled: yes
src-address: 0.0.0.0
port: 8080
parent-proxy: 0.0.0.0
parent-proxy-port: 0
cache-drive: system
cache-administrator: "webmaster"
max-cache-size: none
cache-on-disk: no
max-client-connections: 600
max-server-connections: 600
max-fresh-time: 3d
serialize-connections: no
always-from-cache: no
cache-hit-dscp: 4
/nat settings
action=masquerade chain=srcnat comment="" disabled=no out-interface=local \
src-address-list=users
action=redirect chain=dstnat comment="" disabled=yes dst-port=80 \
protocol=tcp src-address-list=users to-ports=8080
What's wrong?