Hello,
Currently, I'm working on a Ubuntu 10.04 server, on which I installed PHP 5.3, Apache 2 2.2.9.
I followed the below steps to do the installation :
1. I installed apache2 using
sudo apt-get install apache2
2. I also installed libapache2 and php using the below commands
sudo apt-get install php5 libapache2-mod-php5
sudo apt-get install php5-core
3. I did redirection to port by configuring the default file in /etc/apache2/sites-available. Redirection happened successfully.
4. PHP5-curl was installed using
sudo apt-get install php5-curl
5. Rewrite mod was enabled in apache2 using
sudo a2enmod rewrite and apache2 was restarted.
Now, after following this if I try to access the URL, I get the following message -
The requested URL /.../..../ was not found on this server. But, the same URL is accessed from another system with the same configuration , it works fine.