Where Do I find Apache Config files in Ubuntu..I am trying to Install Python 2.7.2 on Ubuntu now..
Asked by
venkatesha shibrekere vasudeva
on 2011-08-05
Now, setup apache to compile python files:
sudo apt-get install -y libapache2-
You'll now need to open your apache config file (default, or site/domain specific) and add the following to the vhost declarations:
AddHandler mod_python .py
PythonHandler mod_python.
PythonDebug On
From the Google search..Thanks in advance for your suggestions
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu apache2 Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2011-08-05
- Last reply:
- 2011-08-10
Mikael Löfstrand (mikaelld) said : | #1 |
/etc/apache2/
More information might be found here: https:/
Can you help with this problem?
Provide an answer of your own, or ask venkatesha shibrekere vasudeva for more information if necessary.
To post a message you must log in.