Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Modular Scripts/Apache2/configure-apache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source configure-linux.sh "being-invoked"
#name of the current script
SCRIPT_NAME=configure-apache.sh
#version of the current script
SCRIPT_VERSION=1.6
SCRIPT_VERSION=1.7

#we have not found the apache version yet at this point in the script
APP_TAG="\"apache-version\":\"\""
Expand Down Expand Up @@ -267,7 +267,7 @@ write21ApacheFileContents() {
\$ActionSendStreamDriverPermittedPeer *.loggly.com

#RsyslogGnuTLS
\$DefaultNetstreamDriverCAFile /etc/rsyslog.d/keys/ca.d/logs-01.loggly.com_sha12.crt
\$DefaultNetstreamDriverCAFile $CA_FILE_PATH

# Apache access file:
\$InputFileName $LOGGLY_APACHE_LOG_HOME/$APACHE_ACCESS_LOG_FILE
Expand Down