:: whatis please take a look at this. :: installing dependency [+] please install apache httpd on your server :: installing python on apache [+] compile and install python [ root:~ ]# mkdir download [ root:~ ]# cd download/ [ root:download ]# wget http://python.org/ftp/python/2.6.2/Python-2.6.2.tar.bz2 [ root:download ]# tar -xjf Python-2.6.2.tar.bz2 [ root:download ]# cd Python-2.6.2 [ root:Python-2.6.2 ]# ./configure --enable-shared [ root:Python-2.6.2 ]# make && make install [ root:Python-2.6.2 ]# ldconfig [+] compile and install flex [ root:download ]# wget http://sourceforge.net/projects/flex/files/flex/flex-2.5.35/flex-2.5.35.tar.bz2/download [ root:download ]# tar -xjf flex-2.5.35.tar.bz2 [ root:download ]# cd flex-2.5.35 [ root:flex-2.5.35 ]# ./configure [ root:flex-2.5.35 ]# make && make install [+] compile and install mod_python [ root:download ]# wget http://apache.pesat.net.id/httpd/modpython/mod_python-3.3.1.tgz [ root:download ]# tar -xzf mod_python-3.3
~ free.your.mind :: free.your.source ~