Installing stor2rrd and receiving The requested URL /stor2rrd was not found on this server.

I installed stor2rrd V2.5 on Linux Rhel 7.6 and went through the setup on the web. I am receiving 404 URL not found.
The requested URL /stor2rrd was not found on this server.

access_log
10.189.29.42 - - [05/Mar/2019:14:53:37 -0500] "GET /stor2rrd/ HTTP/1.1" 404 207 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0"

error_log
[Tue Mar 05 14:52:37.661933 2019] [suexec:notice] [pid 21325] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Mar 05 14:52:37.664646 2019] [so:warn] [pid 21325] AH01574: module cgi_module is already loaded, skipping
[Tue Mar 05 14:52:37.664982 2019] [so:warn] [pid 21325] AH01574: module alias_module is already loaded, skipping
[Tue Mar 05 14:52:37.673694 2019] [so:warn] [pid 21325] AH01574: module mpm_prefork_module is already loaded, skipping
[Tue Mar 05 14:52:37.678344 2019] [so:warn] [pid 21325] AH01574: module cgi_module is already loaded, skipping
[Tue Mar 05 14:52:37.681122 2019] [auth_digest:notice] [pid 21325] AH01757: generating secret for digest authentication ...
[Tue Mar 05 14:52:37.681953 2019] [lbmethod_heartbeat:notice] [pid 21325] AH02282: No slotmem from mod_heartmonitor
[Tue Mar 05 14:52:37.685141 2019] [mpm_prefork:notice] [pid 21325] AH00163: Apache/2.4.6 (Red Hat Enterprise Linux) configured -- resuming normal operations
[Tue Mar 05 14:52:37.685174 2019] [core:notice] [pid 21325] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'




Comments

  • Hi,

    what you have placed into httpd.conf (stor2rrd suff)?
  • AddHandler cgi-script .sh
    # DocumentRoot  "/home/lpar2rrd/lpar2rrd/www/"
    Alias /lpar2rrd  "/home/lpar2rrd/lpar2rrd/www/"
    <Directory "/home/lpar2rrd/lpar2rrd/www/">
        AllowOverride AuthConfig
        Options Indexes FollowSymLinks
        #Require all granted
    </Directory>
    # CGI-BIN
    ScriptAlias /lpar2rrd-cgi/ "/home/lpar2rrd/lpar2rrd/lpar2rrd-cgi/"
    <Directory "/home/lpar2rrd/lpar2rrd/lpar2rrd-cgi">
        AllowOverride AuthConfig
        SetHandler cgi-script
        Options ExecCGI FollowSymLinks
        #Require all granted
    </Directory>

  • oops looks like I missed stor2rrd and put in lpar2rrd. Let me try again.

  • okay looks like I have a web page no.... Just need to configure all of the storage devices.

Sign In or Register to comment.