Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
b6729163
Commit
b6729163
authored
Aug 15, 2014
by
Vishant Gautam
Committed by
Simon Green
Aug 15, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1019290 - Add instructions to remove query strings from Apache log
r=sgreen, a=glob
parent
7e1bdaae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
installation.rst
docs/en/rst/installation.rst
+23
-0
No files found.
docs/en/rst/installation.rst
View file @
b6729163
...
...
@@ -748,6 +748,29 @@ Without this directive, Apache will not follow symbolic links
to places outside its own directory structure, and you will be
unable to run Bugzilla.
Apache *httpd * log files with bugzilla
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For security reasons it is recommended to prevent Apache from logging
query strings.
For example:
When external systems interact with Bugzilla via webservices (REST/XMLRPC/JSONRPC)
they include the user'
s
credentials
as
part
of
the
URL
(
query
-
string
).
For
security
reasons
we
recommend
configuring
Apache
to
not
include
the
query
-
string
in
its
log
files
to
avoid
storing
passwords
in
clear
text
on
the
server
.
#.
Load
:
file
:`
httpd
.
conf
`
or
:
file
:`
apache2
.
conf
`
in
your
editor
.
In
most
of
the
Linux
distributions
this
file
is
found
in
:
folder
:`/
etc
/
httpd
/
conf
/
httpd
.
conf
`
or
in
:
folder
:`/
etc
/
apache2
/
apache2
.
conf
`.
#.
Find
the
following
line
in
the
above
mentioned
file
.
LogFormat
"%v:%p %h %l %u %t
\"
%r
\"
%>s %O
\"
%{Referer}i
\"
\"
%{User-Agent}i
\"
"
vhost_combined
.
#.
Replace
\
"%r
\"
with
\"
%m %U
\"
.
#. Now restart Apache.
.. _http-apache-mod_perl:
Apache *httpd* with mod_perl
...
...
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