I went back and took a look at how I had built mod_python, and it looks like it was already done the way you suggested...
wget http://mirror.csclub.uwaterloo.ca/apache/httpd/modpython/mod_python-3.3.1.tgz tar xvfz mod_python-3.3.1.tgz cd mod_python-3.3.1 ./configure --with-python=/opt/python2.6/bin/python --with-apxs=/usr/ sbin/apxs make make install Is the above wrong? Note: My site running on mod_python works fine while the one running on mod_wsgi doesn't work at all. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
