Last active
July 19, 2016 00:17
-
-
Save IanSimpson/4f418f78df11033ac1442dc900ae938d to your computer and use it in GitHub Desktop.
httpoxy fix for Apache (Ubuntu + others)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "RequestHeader unset Proxy early" | sudo dd of=/etc/apache2/conf-available/httpoxy.conf | |
sudo a2enconf httpoxy | |
sudo service apache2 reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also
sudo a2enmod headers