Hello,
I want to do "yum install mod_python" but it says that i need to install also httpd but i have httpd already compiled by myself (so don't need another copy of this).
My question is how to install mod_python with yum without installing httpd and telling him where my apache apxs file is placed (to compile mod_python from source it needs to know where apxs is).
Any ideas?
Yes i know what alternatives i have: install both with yum or compile both from source.