..exe files are win32 binaries. I am not a perl guru but I am C/C++;) I think you would need to compile it as under linux the OS does not care what a file extension is(Most the time) But windows considers things like .exe and .com to be compiled binaries.
Regards, Andre` C. Technical Support ԿԬ ---------------------------------------------------------------------------- - Visit our support manual at http://supportmanual.com/ ----- Original Message ----- From: "Cloro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 17, 2001 8:35 PM Subject: scripts help > Hello > > Im new to the list so may be that this question has already been answered in > the past. > anyway: > > I run apache under Win2K. im trying to run a script which extension is ..exe. > this is a script made as a defense for IIS infected machines by nimda and > code red. > > the scripts runs fine when its called by its pl extension (you can see on > www.voloch.net/scripts/root.pl), however the script is designed for running > as "root.exe", which is the file that the nimda tries to get on its httpd > request. > > anyway, when the root.exe is accessed (www.voloch.net/scripts/root.exe) i > have a "server internal error" which i believe is that the server is not > able to handle .exe extensions as scripts. > > im sorry if this is off-topic, but i appreciate any help. > > many thanks. > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
