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
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";
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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";
Hi Joe,
Which Apache config file do I check? I have checked #2 and #3, still having the same issue.
Paul, Any luck?
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>
</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