Please guide me how can I quickly install Apache2 and mod_python on Ubuntu.

Use this command
sudo apt-get install apache2 libapache2-mod-python

To restart apache2, use:
sudo /etc/init.d/apache2 -k restart

Leave a Reply