LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Help wanted to complete software install part. (https://www.linuxquestions.org/questions/linux-software-2/help-wanted-to-complete-software-install-part-4175504546/)

Glenn D. 05-10-2014 02:02 AM

Help wanted to complete software install part.
 
Hello,
What directory and url call can be used to do first initial setup of cati software ?

I get this error[1]
Using this as a reference - http://en.opensuse.org/Cacti
Using opensuse 13.1x

Thanks for your time and help.
--Glenn

[1]
Currently the error I get is:
# firefox 127.0.0.1/cacti/install

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
127.0.0.1
Apache/2.4.6 (Linux/SUSE)

This is the current setup:

# httpd2 -S
VirtualHost configuration:
*:80 is a NameVirtualHost
default server 127.0.0.1 (/etc/apache2/vhosts.d/cacti.conf:1)
port 80 namevhost 127.0.0.1 (/etc/apache2/vhosts.d/cacti.conf:1)
port 80 namevhost 127.0.0.1 (/etc/apache2/vhosts.d/cacti.conf:1)
ServerRoot: "/srv/www"
Main DocumentRoot: "/srv/www/htdocs"
Main ErrorLog: "/var/log/apache2/error_log"
Mutex mpm-accept: using_defaults
Mutex ssl-stapling: using_defaults
Mutex ssl-cache: using_defaults
Mutex default: dir="/run/" mechanism=default
PidFile: "/run/httpd.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name="wwwrun" id=30
Group: name="www" id=8

# cat /etc/apache2/vhosts.d/cacti.conf
<VirtualHost *:80>
ServerAdmin test@localhost.org
ServerName 127.0.0.1
DocumentRoot /srv/www/cacti/
ErrorLog /var/log/apache2/cacti-error_log
CustomLog /var/log/apache2/cacti-access_log combined
HostnameLookups Off
UseCanonicalName Off
ServerSignature On
<IfModule mod_userdir.c>
UserDir public_html
Include /etc/apache2/mod_userdir.conf
</IfModule>
<Directory "/srv/www/cacti">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>


# cat /etc/apache2/default-server.conf
Include /etc/apache2/uid.conf
Include /etc/apache2/server-tuning.conf
ErrorLog /var/log/apache2/error_log
Include /etc/apache2/sysconfig.d/loadmodule.conf
Include /etc/apache2/listen.conf
Include /etc/apache2/mod_log_config.conf
Include /etc/apache2/sysconfig.d/global.conf
Include /etc/apache2/mod_status.conf
Include /etc/apache2/mod_info.conf
Include /etc/apache2/mod_usertrack.conf
Include /etc/apache2/mod_autoindex-defaults.conf
TypesConfig /etc/apache2/mime.types
Include /etc/apache2/mod_mime-defaults.conf
Include /etc/apache2/errors.conf
Include /etc/apache2/ssl-global.conf
<Directory />
Options None
AllowOverride None
Require all granted
</Directory>
AccessFileName .htaccess
<Files ~ "^\.ht">
Require all granted
</Files>
DirectoryIndex index.html index.html.var
Include /etc/apache2/default-server.conf
Include /etc/apache2/sysconfig.d/include.conf
IncludeOptional /etc/apache2/vhosts.d/*.conf

- file list
# ll /srv/www/cacti/
total 1202
-rw-r--r-- 1 wwwrun www 5945 Apr 14 16:59 about.php
-rw-r--r-- 1 wwwrun www 5348 Apr 14 16:59 auth_changepassword.php
-rw-r--r-- 1 wwwrun www 14288 Apr 14 16:59 auth_login.php
-rw-r--r-- 1 wwwrun www 178349 Apr 21 12:58 cacti-fixed.sql
-rw-r--r-- 1 wwwrun www 178349 Apr 14 16:59 cacti.sql
-rw-r--r-- 1 wwwrun www 21676 Apr 14 16:59 cdef.php
drwxr-xr-x 2 wwwrun www 920 Apr 23 20:48 cli
-rw-r--r-- 1 wwwrun www 26620 Apr 14 16:59 cmd.php
-rw-r--r-- 1 wwwrun www 6974 Apr 14 16:59 color.php
-rw-r--r-- 1 wwwrun www 25068 Apr 14 16:59 data_input.php
-rw-r--r-- 1 wwwrun www 35505 Apr 14 16:59 data_queries.php
-rw-r--r-- 1 wwwrun www 60117 Apr 14 16:59 data_sources.php
-rw-r--r-- 1 wwwrun www 32920 Apr 14 16:59 data_templates.php
-rw-r--r-- 1 wwwrun www 6107 Apr 14 16:59 gprint_presets.php
-rw-r--r-- 1 wwwrun www 13469 Apr 14 16:59 graph.php
-rw-r--r-- 1 wwwrun www 3657 Apr 14 16:59 graph_image.php
-rw-r--r-- 1 wwwrun www 9208 Apr 14 16:59 graph_settings.php
-rw-r--r-- 1 wwwrun www 26703 Apr 14 16:59 graph_templates.php
-rw-r--r-- 1 wwwrun www 10006 Apr 14 16:59 graph_templates_inputs.php
-rw-r--r-- 1 wwwrun www 18542 Apr 14 16:59 graph_templates_items.php
-rw-r--r-- 1 wwwrun www 40313 Apr 14 16:59 graph_view.php
-rw-r--r-- 1 wwwrun www 6480 Apr 14 16:59 graph_xport.php
-rw-r--r-- 1 wwwrun www 60571 Apr 14 16:59 graphs.php
-rw-r--r-- 1 wwwrun www 17426 Apr 14 16:59 graphs_items.php
-rw-r--r-- 1 wwwrun www 40166 Apr 14 16:59 graphs_new.php
-rw-r--r-- 1 wwwrun www 60226 Apr 14 16:59 host.php
-rw-r--r-- 1 wwwrun www 20031 Apr 14 16:59 host_templates.php
drwxr-xr-x 2 wwwrun www 2464 Apr 23 20:48 images
drwxr-xr-x 4 wwwrun www 608 May 3 21:44 include
-rw-r--r-- 1 wwwrun www 2313 Apr 14 16:59 index.php
drwxr-xr-x 2 wwwrun www 1184 Apr 23 20:48 install
drwxr-xr-x 3 wwwrun www 1152 Apr 23 20:48 lib
-rw-r--r-- 1 wwwrun www 2838 Apr 14 16:59 logout.php
-rw-r--r-- 1 wwwrun www 27362 Apr 14 16:59 plugins.php
-rw-r--r-- 1 wwwrun www 18056 Apr 14 16:59 poller.php
-rw-r--r-- 1 wwwrun www 4310 Apr 14 16:59 poller_commands.php
-rw-r--r-- 1 wwwrun www 2243 Apr 14 16:59 poller_export.php
drwxr-xr-x 5 wwwrun www 144 Apr 23 20:48 resource
drwxr-xr-x 2 wwwrun www 80 Apr 23 20:48 rra
-rw-r--r-- 1 wwwrun www 7394 Apr 14 16:59 rra.php
-rw-r--r-- 1 wwwrun www 10820 Apr 14 16:59 script_server.php
drwxr-xr-x 2 wwwrun www 728 Apr 23 20:48 scripts
-rw-r--r-- 1 wwwrun www 5761 Apr 14 16:59 settings.php
-rw-r--r-- 1 wwwrun www 6345 Apr 14 16:59 templates_export.php
-rw-r--r-- 1 wwwrun www 5835 Apr 14 16:59 templates_import.php
-rw-r--r-- 1 wwwrun www 19529 Apr 14 16:59 tree.php
-rw-r--r-- 1 wwwrun www 44997 Apr 14 16:59 user_admin.php
-rw-r--r-- 1 wwwrun www 65647 Apr 14 16:59 utilities.php

jdkaye 05-10-2014 05:21 AM

Quote:

Originally Posted by Glenn D. (Post 5168284)
Hello,
What directory and url call can be used to do first initial setup of cati software ?

I get this error[1]
Using this as a reference - http://en.opensuse.org/Cacti
Using opensuse 13.1x

Thanks for your time and help.
--Glenn

[1]
Currently the error I get is:
# firefox 127.0.0.1/cacti/install

Object not found!

Is that command correct? I'm not sure what url you're looking for but wouldn't it be found around here?
/srv/www/cacti/install/<name of url>?
And isn't "install" a folder?
jdk


All times are GMT -5. The time now is 02:42 PM.