Add configuration for custom log format file: 000-logformat.conf
This commit is contained in:
parent
1d713d024d
commit
ce49653e21
@ -3374,6 +3374,34 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
## - Add configuration for custom log format file: 000-logformat.conf
|
||||||
|
## -
|
||||||
|
echo "## - Add configuration for custom log format file: 000-logformat.conf.." >> ${_logdir}/main.log
|
||||||
|
echo "## -" >> ${_logdir}/main.log
|
||||||
|
echo ""
|
||||||
|
echononl "\tAdd configuration for custom log format file: 000-logformat.conf.."
|
||||||
|
cat << EOF > ${PREFIX}/conf/vhosts/000-logformat.conf
|
||||||
|
|
||||||
|
## - %a remote IP-address
|
||||||
|
## - %v ServerName of requested site
|
||||||
|
## - %{%T %Y-%m-%d}t date time - custom
|
||||||
|
## - %t date time - apache default
|
||||||
|
## - %{User-Agent}i user agent
|
||||||
|
## - %U requested URL
|
||||||
|
## - %r First line of request.
|
||||||
|
## - %>s real status code
|
||||||
|
## - \$T The time taken to serve the request, in seconds
|
||||||
|
## -
|
||||||
|
LogFormat "%a %v %p %t %r %>s \"%{User-Agent}i\" %T" base_requests
|
||||||
|
EOF
|
||||||
|
if [ "$?" = "0" ]; then
|
||||||
|
echo_ok
|
||||||
|
else
|
||||||
|
echo_failed
|
||||||
|
warn "Adding config file 000-logformat.conf failed."
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
echo "" >> ${_logdir}/main.log
|
echo "" >> ${_logdir}/main.log
|
||||||
echo "## - Create directory ${GLOBAL_DOC_ROOT}.." >> ${_logdir}/main.log
|
echo "## - Create directory ${GLOBAL_DOC_ROOT}.." >> ${_logdir}/main.log
|
||||||
echo "## -" >> ${_logdir}/main.log
|
echo "## -" >> ${_logdir}/main.log
|
||||||
|
Loading…
Reference in New Issue
Block a user