Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80552 Details for
Bug 123852
new mod_python-3.2.8 ebuild (works with apache-2.2)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/3.2.8/16_mod_python.conf
16_mod_python.conf (text/plain), 1.08 KB, created by
Sam D. Chuparkoff
on 2006-02-23 13:26:30 UTC
(
hide
)
Description:
files/3.2.8/16_mod_python.conf
Filename:
MIME Type:
Creator:
Sam D. Chuparkoff
Created:
2006-02-23 13:26:30 UTC
Size:
1.08 KB
patch
obsolete
><IfDefine PYTHON> > <IfModule !mod_python.c> > LoadModule python_module modules/mod_python.so > </IfModule> ></IfDefine> > ><IfModule mod_python.c> ># ># Mod_python is a module that embeds the Python language interpreter ># within the server, allowing Apache handlers to be written in Python. ># > ># This will cause files beneath /home/httpd/htdocs with the extension .spam ># to be handled by the Python script /home/httpd/htdocs/eggs.py ># >#<Directory /home/httpd/htdocs> ># <IfModule mod_mime.c> ># AddHandler python-program .spam ># </IfModule> ># PythonHandler eggs >#</Directory> > ># This will cause all requests to the /python heirachy of your ># webserver to be handled by the python script /path/to/myhandler.py ># >#<Location /python> ># SetHandler python-program ># PythonPath "sys.path + ['/path/to']" ># PythonHandler myhandler >#</Location> > ># This will cause all requests to the /python heirachy of your ># webserver to be handled by mod_python's Publisher handler ># >#<Location /python> ># SetHandler python-program ># PythonHandler mod_python.publisher >#</Location> > ></IfModule>
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 123852
:
80551
| 80552 |
80553
|
80554
|
80555
|
80671
|
80672
|
80673
|
80674
|
94616
|
98105