Apache on ubuntu,python and PHP on Apache

Hi people
I have two questions
1-From where I can download the last version of apache and Mysql for linux?
2-Could someone introduce me a tutorial of it including its installing on ubuntu?
3-How can I use python in it?
thanks a lot

Comments


  • Run this command in your terminal. Enter your login password to authorize installation.

    sudo apt-get install apache2 apache2-doc mysql-client mysql-server libapache2-mod-python libapache2-mod-python-doc

    Then you can check the documentation in /usr/share/docs/apache2 and /usr/share/docs/apache2/libapache2-mod-python/

    You can try to follow this tutorial to configure a bit more your system, but it's using PHP, not python.
    http://www.howtoforge.com/ubuntu_lamp_for_newbies

    Good luck,
    Ludovic
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion