fix: spectre fails on Admin.pm because of env_proxy

This commit is contained in:
Graham Knop 2007-05-22 19:23:35 +00:00
parent 3b578658d2
commit c4ac66ce09
3 changed files with 17 additions and 3 deletions

View file

@ -38,7 +38,15 @@
# the WebGUI Runtime Environment, 81 might be a better choice to go
# directly at the mod_perl server.
"webguiPort" : 80
"webguiPort" : 80,
# Should we ignore the proxy environment variables? If your server
# uses a proxy to connect to the internet and you are running
# Spectre on the same server as WebGUI, you should set this to 1.
# It should be safe to set this to 1 any time spectre and WebGUI
# are running on the same server.
"ignoreEnvProxy" : 0
}