in reply to Re: PERL CGI HTML JAVASCRIPT APACHE PROBLEM
in thread PERL CGI HTML JAVASCRIPT APACHE PROBLEM

To elaborate, cgi-bin is for cgis not htmls or .jss -- this is how your webserver is configured (everything in cgi-bin is cgi not html ) -- this is not related to perl -- its kind of a FAQ (apache)

So examine your server configuration and compare to https://httpd.apache.org/docs/2.2/howto/public_html.html#cgi / Apache Tutorial: Dynamic Content with CGI

  • Comment on Re^2: PERL CGI HTML JAVASCRIPT APACHE PROBLEM