Im trying to excute few perl script but it just spit the code .. I know perl script should be in cgi-bin but my host is www.something.com:8080 which consist of my website (mostly jsp) .. do i have to create another cgi-bin in 8080 !!?
help!!
Im trying to excute few perl script but it just spit the code .. I know perl script should be in cgi-bin but my host is www.something.com:8080 which consist of my website (mostly jsp) .. do i have to create another cgi-bin in 8080 !!?
help!!
IIRC, 80 is the default port for web servers. 8080 is one your system admin set up. The problems could be: 1) the web server is not configured to run on that port; 2) the server is not running on that port; 3) the server is not configured to handle CGIs on that port.