How do I "comment out" a stanza in EZproxy?
Symptom
- You want to remove a stanza, but you do not want to delete it, so you need to know how to "comment out" a stanza
Applies to
- EZproxy
Resolution
If you are in the config.txt and editing it, here are the steps to "comment out" a stanza:
- To "comment out" a stanza is to put a pound sign in front of each line of the stanza.
- So if a stanza has:
T ABC123 U https://www.abc123.com HJ www.abc123.com DJ abc123.com
Then put a pound sign (#) in front of each line so it looks like:
#T ABC123 #U https://www.abc123.com #HJ www.abc123.com #DJ abc123.com
EZproxy will not read the lines.