Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 149875 Details for
Bug 231908
Double free or corruption detected by glibc when using mem_cache_module and mod_python
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
The vhost file that triggers the bug
projects (text/plain), 789 bytes, created by
Andy Price
on 2007-03-12 22:10:55 UTC
(
hide
)
Description:
The vhost file that triggers the bug
Filename:
MIME Type:
Creator:
Andy Price
Created:
2007-03-12 22:10:55 UTC
Size:
789 bytes
patch
obsolete
><VirtualHost 137.44.10.61> > PythonOption TracLocale "en_GB.UTF-8" > ServerAdmin foo@example.com > ServerName projects.sucs.org > #default to showing the projects list > RedirectMatch ^/svn/$ / > RedirectMatch ^/svn$ / > #RedirectMatch ^/projects/(.+)$ /$1 > RedirectMatch ^/$ /projects/ > DocumentRoot /home/httpd/html > #setup /svn > <Location /svn> > DAV svn > SVNParentPath /var/projects/svn > </Location> > > #add trac files > RedirectMatch ^/trac/(.+)$ http://sucs.org/trac/$1 > Alias /trac/ /usr/share/trac/htdocs/ > > #add trac > <Location /projects> > SetHandler mod_python > PythonHandler trac.web.modpython_frontend > PythonOption TracUriRoot /projects > PythonOption TracEnvParentDir "/var/projects/trac" > SetEnv PYTHON_EGG_CACHE "/usr/local/src/python_egg_cache" > </Location> ></VirtualHost> >
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 Raw
Actions:
View
Attachments on
bug 231908
: 149875 |
149878