mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added /opt/apache
This commit is contained in:
parent
7027105b2f
commit
4781b1c170
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue