387
edits
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
This might be due to the proxy being set wrong. For example on [[Installing Wordpress on Redbrick|Installing Wordpress]] the proxy must be set manually in one of the files. | This might be due to the proxy being set wrong. For example on [[Installing Wordpress on Redbrick|Installing Wordpress]] the proxy must be set manually in one of the files. | ||
The proxy on Redbrick is | The proxy on Redbrick is available [http://proxy.dcu.ie:8080 here]. This is normally set via enviromental variables that your script can pick up. This variables are case-sensitive. | ||
HTTP_PROXY=proxy.dcu.ie:8080 | HTTP_PROXY=proxy.dcu.ie:8080 | ||
| Line 20: | Line 20: | ||
(or both) near the top of the Python script (at least after 'import os'). | (or both) near the top of the Python script (at least after 'import os'). | ||
[[Category: | [[Category:Archive]] | ||