Menu

The requested URL was not found on this server.

Paul Cliff
2016-08-02
2016-08-19
  • Paul Cliff

    Paul Cliff - 2016-08-02

    Not Found

    The requested URL /usr/lib/cgi-bin/FlowViewer_4.6/FV.cgi was not found on this server.
    Apache/2.4.18 (Ubuntu) Server at 192.168.2.24 Port 80. - Using Firefox

    paul@paul-Satellite-M45:/usr/lib/cgi-bin/FlowViewer_4.6$ dir
    dscan.suppress.dst FlowMonitor_Files FlowViewer_Replay.cgi
    dscan.suppress.src FlowMonitor_Grapher FlowViewer_Save.cgi
    FG_button.png FlowMonitor_Group.cgi FlowViewer_SaveManage.cgi
    FlowGrapher_Analyze.cgi FlowMonitor_Main.cgi FlowViewer_Sort.cgi
    FlowGrapher.cgi FlowMonitor_Management.cgi FlowViewer_UI.pm
    FlowGrapher_Colors FlowMonitor_Recreate FlowViewer_Utilities.pm
    FlowGrapher_Main.cgi FlowMonitor_Replay.cgi Flow_Working
    FlowGrapher_Ports FlowMonitor_Thumbnail FM_button.png
    FlowGrapher_Replay.cgi FlowViewer.cgi FV_button.png
    FlowGrapher_Sort.cgi FlowViewer_CleanASCache FV.cgi
    FlowMonitor.cgi FlowViewer_CleanFiles FV_Relay.cgi
    FlowMonitor_Collector FlowViewer_CleanHostCache logs
    FlowMonitor_Dashboard.cgi FlowViewer_CleanSiLK NamedInterfaces_Devices
    FlowMonitor_Display.cgi FlowViewer_Configuration.pm NamedInterfaces_Exporters
    FlowMonitor_DisplayPublic.cgi FlowViewer.css README
    FlowMonitor_Dumper.cgi FlowViewer_Main.cgi tools

    paul@paul-Satellite-M45:/usr/lib/cgi-bin/FlowViewer_4.6$ sudo perl -c FlowViewer_Configuration.pm
    FlowViewer_Configuration.pm syntax OK

    paul@paul-Satellite-M45:/usr/lib/cgi-bin/FlowViewer_4.6$ sudo chmod 0775 /usr/lib/cgi-bin/FlowViewer_4.6

    Can someone Help?

     
  • Joe Loiacono

    Joe Loiacono - 2016-08-02

    Hi Paul,

    1) Make sure your Apache config has the cgi-bin directory set to /usr/lib/cgi-bin
    2) You might try 'chmod 0777' from /usr/lib/cgi-bin down and adjust apache's group if necessary and tighten back up
    3) Make sure your access matches your configured service: e.g., $FlowViewer_service = "https";

     
  • Paul Cliff

    Paul Cliff - 2016-08-03

    Hi Joe,

    Which Apache config file do I check? I have checked #2 and #3, still having the same issue.

     
    • Joe Loiacono

      Joe Loiacono - 2016-08-19

      Paul, Any luck?

       
  • Joe Loiacono

    Joe Loiacono - 2016-08-03

    Paul-

    (excuse the formatting ... might be SourceForge renderer)

    1) Make sure /etc/apache2/conf-enabled/serve-cgi-bin.conf looks like:

    <IfModule mod_alias.c="">
    <IfModule mod_cgi.c="">
    Define ENABLE_USR_LIB_CGI_BIN
    </IfModule>
    <IfModule mod_cgid.c="">
    Define ENABLE_USR_LIB_CGI_BIN
    </IfModule>

    <IfDefine ENABLE_USR_LIB_CGI_BIN>
        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        <Directory "/usr/lib/cgi-bin">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Require all granted
        </Directory>
    </IfDefine>
    

    </IfModule>

    2) Also for a test, you could move FV.cgi up into the main cgi-bin directory

    3) If you're on Ubuntu, make sure your install of Apache follows their guidelines

     

    Last edit: Joe Loiacono 2016-08-03

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.