Rick Sivernell wrote:
> 
> List
> 
>    I am having a small problem, I am doing a web based program.
> I think I have set up Apache server and written a binary with a ext of .cgi.
> When my html in the browser submits a post, I get a file open dialog to
> open the binary. this does not seem correct. I can give the html script out,
> nothing much. Appreciate any help here. Just do not know if Apache or my httml.

Is apache config'ed to handle cgi?  Sounds like it's trying to pass it
off as-is instead of running it.  Your "myfile.cgi" needs to be in a
directory that has the "ExecCGI" option set on it.
-- 
Linux SxS [http://sxs.homeip.net/]
_______________________________________________
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.

Reply via email to