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
7017d835
Commit
7017d835
authored
Jul 19, 2011
by
Christian Ruppert
Committed by
Max Kanat-Alexander
Jul 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 643890: Use Apache's ErrorLog when using mod_perl/vhosts
r=mkanat, a=mkanat
parent
a0aab8f3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
mod_perl.pl
mod_perl.pl
+5
-0
No files found.
mod_perl.pl
View file @
7017d835
...
...
@@ -35,6 +35,7 @@ use lib Bugzilla::Constants::bz_locations()->{'ext_libpath'};
# startup, so we always specify () after using any module in this
# file.
use
Apache2::
Log
();
use
Apache2::
ServerUtil
;
use
ModPerl::
RegistryLoader
();
use
File::
Basename
();
...
...
@@ -49,6 +50,10 @@ use Bugzilla::Extension ();
use
Bugzilla::Install::
Requirements
();
use
Bugzilla::
Util
();
# Make warnings go to the virtual host's log and not the main
# server log.
BEGIN
{
*
CORE::GLOBAL::
warn
=
\&
Apache2::ServerRec::
warn
;
}
# Pre-compile the CGI.pm methods that we're going to use.
Bugzilla::
CGI
->
compile
(
qw(:cgi :push)
);
...
...
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