|
|
| Author |
Message |
zarahel
Joined: 06 Feb 2008 Posts: 20
|
Posted: Mon Mar 10, 2008 8:37 am Post subject: [SOLVED] Requested URL /cacti was not found on this server |
|
|
Good afternoon
I'm having a problem installing Cacti and I was wondering if you could help me.
I've got Fedora 7 and I followed the manual to install cacti-0.8.7b and when I'm suposed to point my browser to /localhost/cacti all i get is:
Not Found
The requested URL /cacti was not found on this server.
Apache/2.2.8 (Fedora) Server at localhost Port 80
I have my httpd and mysqld services running. I've installed all the necessary and most updated packages and dependencies. I've imported the cacti.sql to the sql cacti database, but still I get the same error when pointing my browser to cacti.
Any suggestions?
(PS - What's the command to verify if cacti.sql was sucessfuly imported?)
Thkx
Last edited by zarahel on Tue Mar 11, 2008 3:26 am; edited 1 time in total |
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Tue Mar 11, 2008 2:48 am Post subject: |
|
|
Hi
did you add a file containing something like this in /etc/httpd/conf.d ?
| Code: | Alias /cacti "/home/cactiuser/cacti/"
<Directory "/home/cactiuser/cacti/">
Options Indexes FollowSymLinks Includes MultiViews
Order allow,deny
Allow from all
</Directory> |
|
|
| Back to top |
|
 |
zarahel
Joined: 06 Feb 2008 Posts: 20
|
Posted: Tue Mar 11, 2008 3:25 am Post subject: |
|
|
I tried, but it didn´t worked.
I´ve copied the installation folder to /var/www/html and renamed it to cacti.
That seemed to work fine. I´m still doing a couple of tests, but so far so good. |
|
| Back to top |
|
 |
maverickws
Joined: 12 Mar 2007 Posts: 2 Location: here
|
Posted: Wed Jul 30, 2008 12:49 pm Post subject: |
|
|
Sorry for the digging but 5* for fmangeant's reply!
TY  |
|
| Back to top |
|
 |
|