Dears,
I have installed Cacti 0.8.8f over Apache on Windows 2008/R2, everything is ok but when I tried to open the cacti interface to proceed the configuration it opened as directory browsing not webapp.
I am attaching a screenshot.
Pleas advise,
Cacti not working as webapp
Moderators: Developers, Moderators
Cacti not working as webapp
- Attachments
-
- Cacti/Apache
- Cacti.PNG (35.04 KiB) Viewed 1617 times
-
- Posts: 7
- Joined: Sun Apr 01, 2012 12:43 pm
Re: Cacti not working as webapp
@blackbrayn it is not PHP engine since it is downloaded, please find the screenshot below. however, I still believe it is a PHP issue.
- Attachments
-
- php.PNG (36.14 KiB) Viewed 1608 times
Re: Cacti not working as webapp
Is mysql running and cacti installed ?
- Using linux as example [not using Windows 2008/R2]
##running following commands:
mysql -u root < /home/cacti/01cacti-setup.sql
mysql -u cactiuser -ppassws -b cactidb < /home/cacti/02cacti-listing.sql
use mysql;
drop database if exists cactidb;
create database cactidb;
create user 'cactiuser'@'localhost' IDENTIFIED BY 'passws';
grant all on cactidb.* TO cactiuser@localhost IDENTIFIED BY 'passws';
flush privileges;
SELECT Host,User,Password FROM mysql.user;
SELECT Host,Db,User from db;
show databases;
select user,host from mysql.user;
#
show tables;
exit
#running cacti schema setup##
##finished running cacti schema setup##
#running cacti sql setup
##mysql -u cactiuser -ppassws -b cactidb < /srv/www/cacti/cacti.sql
After should be able to start cacti install.
- firefox http://127.0.0.1/cacti/install
Cheers
--Glenn
- Using linux as example [not using Windows 2008/R2]
##running following commands:
mysql -u root < /home/cacti/01cacti-setup.sql
mysql -u cactiuser -ppassws -b cactidb < /home/cacti/02cacti-listing.sql
use mysql;
drop database if exists cactidb;
create database cactidb;
create user 'cactiuser'@'localhost' IDENTIFIED BY 'passws';
grant all on cactidb.* TO cactiuser@localhost IDENTIFIED BY 'passws';
flush privileges;
SELECT Host,User,Password FROM mysql.user;
SELECT Host,Db,User from db;
show databases;
select user,host from mysql.user;
#
show tables;
exit
#running cacti schema setup##
##finished running cacti schema setup##
#running cacti sql setup
##mysql -u cactiuser -ppassws -b cactidb < /srv/www/cacti/cacti.sql
After should be able to start cacti install.
- firefox http://127.0.0.1/cacti/install
Cheers
--Glenn
Re: Cacti not working as webapp
example to install cacti on linux using mysql
[It sets up the schema-structure]
##mysql -u cactiuser -ppassws -b cactidb < /srv/www/cacti/cacti.sql
Use to complete install [example]
# firefox http://127.0.0.1/cacti/install
Cheers
--Glenn
[It sets up the schema-structure]
##mysql -u cactiuser -ppassws -b cactidb < /srv/www/cacti/cacti.sql
Use to complete install [example]
# firefox http://127.0.0.1/cacti/install
Cheers
--Glenn
Re: Cacti not working as webapp
Fresh install? should go with 0.8.8f - http://www.cacti.net/changelog.php or use the installer: http://forums.cacti.net/viewtopic.php?f=3&t=14946
if you want to go the manual route, follow the steps in the order listed: http://docs.cacti.net/manual:088:1_inst ... er_windows
if you want to go the manual route, follow the steps in the order listed: http://docs.cacti.net/manual:088:1_inst ... er_windows
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Who is online
Users browsing this forum: Rno and 2 guests