RE: need execute perms?

2002-06-24 Thread Kokarski, Anton
Sent: June 24, 2002 1:02 PM > To: John Day > Cc: DBI-Users > Subject: Re: need execute perms? > > > Are you certain that you have the correct path to the perl executable? > > Try changing your shebang line to: > #!perl > and see if they are then executable. >

RE: need execute perms?

2002-06-24 Thread Vorce, Tim (T.)
Doesn't there have to be an entry in the mime type to specify that .pl is executable. All my scripts are .cgi. -Original Message- From: Nick Hoffman [HWA-Inc] [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 2:21 PM To: DBI-Users Subject: RE: need execute perms? Actuall

RE: need execute perms?

2002-06-24 Thread Nick Hoffman [HWA-Inc]
Sent: June 24, 2002 1:02 PM > To: John Day > Cc: DBI-Users > Subject: Re: need execute perms? > > > Are you certain that you have the correct path to the perl executable? > > Try changing your shebang line to: > #!perl > and see if they are then executable. >

Re: need execute perms?

2002-06-24 Thread John Day
Jeff, I think there are two questions here, 1.. What version of PERL is installed 2.. What web server is being used? Apache? IIS? or something else? normally NT/W2K does not even read the shebang, but the file extension .pl is registered to the perl executable and so if the script is invoked

Re: need execute perms?

2002-06-24 Thread Jeff Seger
Are you certain that you have the correct path to the perl executable? Try changing your shebang line to: #!perl and see if they are then executable. On Mon, 2002-06-24 at 11:52, John Day wrote: > 1.. Have you made the scripts executable? by using CHMOD 755 or something similar. >You can ofte

RE: need execute perms?

2002-06-24 Thread Nick Hoffman [UWO]
s > Subject: Re: need execute perms? > > > 1.. Have you made the scripts executable? by using CHMOD 755 or > something similar. You can often do this in your ftp client. > > 2.. Who is your provider, so we may all studiously avoid them in > the future? > > > John

Re: need execute perms?

2002-06-24 Thread John Day
1.. Have you made the scripts executable? by using CHMOD 755 or something similar. You can often do this in your ftp client. 2.. Who is your provider, so we may all studiously avoid them in the future? John Day Words & Images Toronto, Canada At 11:07 AM 6/24/2002 -0400, Nick Hoffman [UWO] w

need execute perms?

2002-06-24 Thread Nick Hoffman [UWO]
Hi. The hosting company that I am with says that you only need "execute for scripts" permissions to run Perl scripts in my cgi-bin directory. However, I'm unable to run *any* of my scripts. Might anyone know why that may be? Whenever I try to, I get a 403.1 Forbidden: Execute Access Forbidden. The