Need to silence or ignore Python Deprecation Warnings? Use:
#!/usr/bin/env python -W ignore::DeprecationWarning
How would you do that in an Apache httpd.conf?
Comments
How would you do that in an
How would you do that in an Apache httpd.conf?