Skip to content

Instantly share code, notes, and snippets.

@kaznovac
Last active October 9, 2017 13:05
Show Gist options
  • Save kaznovac/f521b26acd79956365101503342a36fd to your computer and use it in GitHub Desktop.
Save kaznovac/f521b26acd79956365101503342a36fd to your computer and use it in GitHub Desktop.
set apache timeout to 7200
#!/bin/bash
# set apache timeout to 2h (7200s) to enable *long* debugging sessions :)
sed -i 's/^\(Timeout\s*\).*$/\17200/' /etc/apache2/apache2.conf
sudo apachectl graceful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment