Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60651 Details for
Bug 95125
mod_perl-2.0.0 configuration script is badly broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
apache2-mod_perl-startup.pl patch
apache2-mod_perl-startup.pl.diff (text/plain), 780 bytes, created by
Jakub Moc (RETIRED)
on 2005-06-05 07:10:40 UTC
(
hide
)
Description:
apache2-mod_perl-startup.pl patch
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2005-06-05 07:10:40 UTC
Size:
780 bytes
patch
obsolete
>--- apache2-mod_perl-startup.pl.orig 2005-06-05 15:04:27.000000000 +0200 >+++ apache2-mod_perl-startup.pl 2005-06-05 15:56:46.000000000 +0200 >@@ -7,20 +7,20 @@ > > use ModPerl::Util (); #for CORE::GLOBAL::exit > >-use Apache::RequestRec (); >-use Apache::RequestIO (); >-use Apache::RequestUtil (); >- >-use Apache::ServerRec (); >-use Apache::ServerUtil (); >-use Apache::Connection (); >-use Apache::Log (); >+use Apache2::RequestRec (); >+use Apache2::RequestIO (); >+use Apache2::RequestUtil (); >+ >+use Apache2::ServerRec (); >+use Apache2::ServerUtil (); >+use Apache2::Connection (); >+use Apache2::Log (); > > use APR::Table (); > > use ModPerl::Registry (); > >-use Apache::Const -compile => ':common'; >+use Apache2::Const -compile => ':common'; > use APR::Const -compile => ':common'; > > 1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 95125
: 60651 |
63669
|
64102
|
64103
|
64226