Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2017-08-02 14:01:23 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-08-02 14:01:23 +0300
commit4781b1c1700f20053d4629372acdfcd153563ff3 (patch)
tree76f8acc883f706556d563c731a1329fbafd98a4a
parent7027105b2f90f3d3058d120dd9bd2f73fe13b1ff (diff)
Added /opt/apache
-rw-r--r--include/tests_webservers4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index 4d90c0c5..cb12c2ee 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -38,7 +38,9 @@
#
#################################################################################
#
- sTEST_APACHE_TARGETS="${ROOTDIR}etc/apache ${ROOTDIR}etc/apache2 ${ROOTDIR}etc/httpd ${ROOTDIR}usr/local/apache ${ROOTDIR}usr/local/apache2 \
+ sTEST_APACHE_TARGETS="${ROOTDIR}etc/apache ${ROOTDIR}etc/apache2 ${ROOTDIR}etc/httpd \
+ ${ROOTDIR}opt/apache \
+ ${ROOTDIR}usr/local/apache ${ROOTDIR}usr/local/apache2 \
${ROOTDIR}usr/local/etc/apache ${ROOTDIR}usr/local/etc/apache2 ${ROOTDIR}usr/local/etc/apache22 \
${ROOTDIR}usr/pkg/etc/httpd ${ROOTDIR}etc/sysconfig/apache2"