How can I install php with mod_python and mysql on ubuntu 9 64bit if I have ALREADY apache2 installed?

Best Regards,

link|improve this question

67% accept rate
1  
FWIW, be very careful running PHP and mod_python within same Apache. Read 'blog.dscpl.com.au/2009/03/…;. – Graham Dumpleton Mar 7 '10 at 22:07
feedback

1 Answer

up vote 3 down vote accepted
$ apt-get install php5 mysql-server libapache2-mod-python
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.