[Bug 638362] Review Request: python26-mod_python - An embedded Python interpreter for the Apache HTTP Server

bugzilla at redhat.com bugzilla at redhat.com
Fri Oct 8 18:41:09 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=638362

--- Comment #8 from BJ Dierkes <wdierkes at rackspace.com> 2010-10-08 14:41:09 EDT ---
Per the new spec, I am no longer doing a hard 'Conflicts: mod_python'.  In the
apache config it has:

<IfModule !python_module>
    ....
</IfModule>


Regarding how it would be possible to allow mod_python and python26-mod_python
to run simultaneously... I can't see how it could work.  When you load the
python_module it enabled all the symbols and Apache directives provided by that
module.  For example, 'PythonOption'.  If both mod_python and
python26-mod_python were loaded...  what would happen when I reference the
apache directive 'PythonOption'...  being that both modules provide it?

I just don't think its possible... or it it is... not easily possible.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list