Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B1FF10459 for ; Tue, 3 Dec 2013 21:24:44 +0000 (UTC) Received: (qmail 88139 invoked by uid 500); 3 Dec 2013 21:24:41 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 88115 invoked by uid 500); 3 Dec 2013 21:24:41 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 88107 invoked by uid 99); 3 Dec 2013 21:24:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 21:24:40 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [132.252.185.19] (HELO mailout.uni-due.de) (132.252.185.19) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 21:24:34 +0000 Received: from [192.168.2.100] (p5B26FB1A.dip0.t-ipconnect.de [91.38.251.26]) (authenticated bits=0) by mailout.uni-due.de (8.13.1/8.13.1) with ESMTP id rB3LOAAp010324 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 3 Dec 2013 22:24:11 +0100 Message-ID: <529E4BFA.408@uni-duisburg-essen.de> Date: Tue, 03 Dec 2013 22:24:10 +0100 From: Oscar Knorn User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130828 Icedove/17.0.8 MIME-Version: 1.0 To: users@httpd.apache.org References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------010106090509070304030103" X-Virus-Scanned: Clam Anti Virus - http://www.clamav.net X-Spam-Scanned: SpamAssassin: 3.002004 - http://www.spamassassin.org X-Scanned-By: MIMEDefang 2.57 on 132.252.185.19 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] How to solve "The requested URL /.../..../ was not found on this server." --------------010106090509070304030103 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Vishnu, Am 03.12.2013 16:30, schrieb Vishnu Prasad: > 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. A) To enable communication's effectiveness, please post full */etc/apache2/sites-available/default* 's contents. B) Please be sure to have done "*sudo e2ensite default*" after initially eventually having disabled it. > > 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. > How to solve this. > > Regards, > Vishnu looking forward to hearing from you, Oscar --------------010106090509070304030103 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
Hi Vishnu,

Am 03.12.2013 16:30, schrieb Vishnu Prasad:
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. 
A) To enable communication's effectiveness, please post full /etc/apache2/sites-available/default 's contents.

B) Please be sure to have done "sudo e2ensite default" after initially eventually having disabled it.

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.
How to solve this.

Regards,
Vishnu
looking forward to hearing from you,
Oscar
--------------010106090509070304030103--