EHCP-Force-Edition/ehcp/checkapacheconfig.sh

10 lines
288 B
Bash
Raw Normal View History

2018-04-02 22:26:17 +00:00
#!/bin/bash
#checks for common apache problems
cd /etc/apache2
echo "Below are some apache Include and DocumentRoot lines. If you see some non-related data, you need to delete them in apache config files... So that ehcp can function normally."
grep Include * -R
grep DocumentRoot * -R