Description:
I am trying to get the FSSUI, but when I access it in browser, I got the following message:
File Download
Do you want to save this file, or find a program online to open it?
Name : smadmcgi.exe
Type : Unknown File Type, 21,2 kb
And thus I cannot access the FSSUI. How can I fix this problem? The FSSUI is installed on Apache.
Solution:
As the smadmcgi.exe is related to cgi, you need to enable the cgi module in the httpd.conf like this:
Uncomment the following line:
#LoadModule cgi_module modules/mod_cgi.so