On Sun, 27 Oct 2002 at 14:10, Admin-Stress opined:

A:Is it possible to VIEW the source code of a perl cgi from a website?

sure, if your httpd server is improperly configured.

A:For example, I wrote a perl cgi like this
A:http://www.myweb.com/cgi-bin/addcustomer.pl
A:
A:The purpose of that script is to add new customer into my MySQL database.
A:
A:So, is it possible that some one can download that script? Like using
A:'web site downloader' or 'dump' or any other method?
A:
A:If yes (possible), is there any way to prevent this? or to hide the cgi
A:source code?

perldoc -q 'hide the source'


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to