Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
1ba7a2f4
Unverified
Commit
1ba7a2f4
authored
Oct 26, 2021
by
Thibault Francois
Committed by
GitHub
Oct 26, 2021
Browse files
Merge pull request #492 from thifranc/master
[fix] rather log %a [IP addr] than %h [HOSTNAME]
parents
a85ccd04
3946039c
Changes
1
Hide whitespace changes
Inline
Side-by-side
etc/alternc/templates/alternc/apache2.conf
View file @
1ba7a2f4
...
...
@@ -77,7 +77,7 @@ Include /var/lib/alternc/apache-vhost/vhosts_all.conf
# Logs:
LogFormat
"%{LOGIN}e %
h
%l %u %t \"
%
r
\
" %>s %b \"
%{
Referer
}
i
\
" \"
%{
User
-
Agent
}
i
\
" %T %{Host}i"
alternc
LogFormat
"%{LOGIN}e %
a
%l %u %t \"
%
r
\
" %>s %b \"
%{
Referer
}
i
\
" \"
%{
User
-
Agent
}
i
\
" %T %{Host}i"
alternc
CustomLog
"|| /usr/sbin/vlogger -u alterncpanel -g alterncpanel -s access.log -t \"
access
-%
Y
%
m
%
d
.
log
\
" %%ALTERNC_LOGS%%"
alternc
#Uncomment the following line to active Buffered Logs (Default: Off)
...
...
chris
@chris
mentioned in commit
05c581d2
·
Dec 15, 2021
mentioned in commit
05c581d2
mentioned in commit 05c581d2068e69764121a92e1cfd046c96a28ec5
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment