Re: [CentOS] The requested URL was not found on this server

2012-04-19 Thread William Hooper
On Thu, Apr 19, 2012 at 9:26 AM, William Hooper wrote: > On Thu, Apr 19, 2012 at 9:18 AM, John Doe wrote: >> From: Prabhpal S. Mavi >>> sorry to inform that following solutions did not solve the error "The >>> requested URL was not found on this server" >>> $url_path = "/cacti/"; >>> or >>> Alia

Re: [CentOS] The requested URL was not found on this server

2012-04-19 Thread William Hooper
On Thu, Apr 19, 2012 at 9:18 AM, John Doe wrote: > From: Prabhpal S. Mavi >> sorry to inform that following solutions did not solve the error "The >> requested URL was not found on this server" >> $url_path = "/cacti/"; >> or >> Alias /cacti /var/www/html/cacti/ > > Why the /html/ in the middle?

Re: [CentOS] The requested URL was not found on this server - Solved!

2012-04-19 Thread William Hooper
On Thu, Apr 19, 2012 at 8:28 AM, Prabhpal S. Mavi wrote: > Dear Community Friends, > > sorry to inform that following solutions did not solve the error "The > requested URL was not found on this server" > > $url_path = "/cacti/"; > or > Alias /cacti /var/www/html/cacti/ You actually need both. D

Re: [CentOS] The requested URL was not found on this server

2012-04-19 Thread John Doe
From: Prabhpal S. Mavi > sorry to inform that following solutions did not solve the error "The > requested URL was not found on this server" > $url_path = "/cacti/"; > or > Alias /cacti /var/www/html/cacti/ Why the /html/ in the middle? This works without a vhost:   # grep cacti /etc/httpd/conf

Re: [CentOS] The requested URL was not found on this server

2012-04-19 Thread Prabhpal S. Mavi
> On 18/04/12 10:04, Prabhpal S. Mavi wrote: >> where as this URL (graph_view.php) exist on the server, that is under >> Cacti folder "/var/www/html/cacti/graph_view.php". >> >> But Apache is looking under DocumentRoot that is >> "/var/www/html/graph_view.php". > > You need to tell Cacti where the

Re: [CentOS] The requested URL was not found on this server - Solved!

2012-04-19 Thread Prabhpal S. Mavi
Dear Community Friends, sorry to inform that following solutions did not solve the error "The requested URL was not found on this server" $url_path = "/cacti/"; or Alias /cacti /var/www/html/cacti/ in the end to make it work, i have to leave the default DocumetRoot in httpd.conf to "/var/www/htm

Re: [CentOS] The requested URL was not found on this server

2012-04-19 Thread Prabhpal S. Mavi
Dear All, Thank you very much for your assistance. yesterday, i sudden have to go out from the office. i will try the solution and update you. Thanks You. Prabhpal > On 18/04/12 10:04, Prabhpal S. Mavi wrote: >> where as this URL (graph_view.php) exist on the server, that is under >> Cacti fold

Re: [CentOS] The requested URL was not found on this server

2012-04-18 Thread Les Mikesell
On Wed, Apr 18, 2012 at 7:21 AM, William Hooper wrote: > On Wed, Apr 18, 2012 at 5:04 AM, Prabhpal S. Mavi > wrote: > [snip] >> if i try browsing cacti, i can login without problem. But if i try to >> follow other links on the page. For example i have clicked on Graphs icon. >> i see the followin

Re: [CentOS] The requested URL was not found on this server

2012-04-18 Thread William Hooper
On Wed, Apr 18, 2012 at 5:04 AM, Prabhpal S. Mavi wrote: [snip] > if i try browsing cacti, i can login without problem. But if i try to > follow other links on the page. For example i have clicked on Graphs icon. > i see the following error. > > The requested URL /graph_view.php was not found on t

Re: [CentOS] The requested URL was not found on this server

2012-04-18 Thread John Doe
From: Prabhpal S. Mavi > The requested URL /graph_view.php was not found on this server > where as this URL (graph_view.php) exist on the server, that is under > Cacti folder "/var/www/html/cacti/graph_view.php". > But Apache is looking under DocumentRoot that is > "/var/www/html/graph_view.php".

Re: [CentOS] The requested URL was not found on this server

2012-04-18 Thread Tom Grace
On 18/04/12 10:04, Prabhpal S. Mavi wrote: > where as this URL (graph_view.php) exist on the server, that is under > Cacti folder "/var/www/html/cacti/graph_view.php". > > But Apache is looking under DocumentRoot that is > "/var/www/html/graph_view.php". You need to tell Cacti where the root of t