Ask a Question related to PERL Miscellaneous, Design and Development.
-
Shane Freeman #1
Perl/IIS Permission Problem
I am having a horrible time getting the permissions set correctly
using ActivePerl and IIS 5.0. Any help would be greatly appreciated!
I currently have a site set up that has a test.cgi and a test.pl file
in the root directly. Both of them work just fine. This root
directory is accessible by anonymous internet acccount.
Inside of the root directory I have a CMS folder that contains the
same test.cgi and test.pl files. I have removed the anonymous user
account from having permission to the CMS and all sub-folders and
added another user that requires a login. When I browse to either of
these two files it prompts me for a userID and password (working
correctly). When I try and run test.pl it work correctly. When I try
to run test.cgi I receive the following error.
---
CGI Error
The specified CGI application misbehaved by not returning a complete
set of HTTP headers. The headers it did return are:
Can't open perl script "c:\websites\www.mysite.com\cms\test.cgi":
Permission denied
---
Can anybody shed any light on this problem?
Thanks in advance,
Shane
Shane Freeman Guest
-
permission problem
hi there I have a problem with director file . Basically i have a director file name "menu", the menu consist of three option which can go to... -
Permission Problem
I'm sorry i don't remember if i resolved the issue somehow or if it cleared up by itself. I do remember making some changes to the settings for the... -
Permission Problem
I too am receiving the same problem, I was hoping that a Macromedia team member is able to resolve this issue. It is driving me crazy. Have you... -
RDS permission problem
Hi everyone, I am trying to create a RDS in Dreamweaver to connect to CFMX on Linux. The RDS was created and I was able to view the directory and... -
IIS 5 XML Permission Problem
Hi, Has anybody had a problem with IIS permissions where it successfully uses a third-party DLL (developed in VB6) called from ASP, successfully... -
Helgi Briem #2
Re: Perl/IIS Permission Problem
On 9 Sep 2003 14:46:29 -0700, [email]freemans@intellicominc.com[/email] (Shane
Freeman) wrote:
Your Question is Frequently Asked. Answers to Freqently>I am having a horrible time getting the permissions set correctly
>using ActivePerl and IIS 5.0. Any help would be greatly appreciated!
Asked Questions are to be found in the perlFAQ documentation
that comes bundled with every distribution of Perl. It can
be browsed and searched using the perldoc program that
also comes with every distribution of Perl. The command
perldoc perldoc for more info. The Activeperl distro also
comes with the docs in HTML format in C:\Perl\html\index.html
perldoc -q 500
"My CGI script runs from the command line but not the browser.
(500 Server Error)
>Can't open perl script "c:\websites\www.mysite.com\cms\test.cgi":
>Permission deniedThe most likely reason is that the IIS webserver runs>Can anybody shed any light on this problem?
as an anonymous user with less rights than a normal
user such as yourself. This is good. You have to
explicitly permit this user (used to be called IUSR_servername)
to read and execute the CGI program.
Further, this question is off-topic in this newsgroup
and should be addressed to a group about web server
configuration or CGI such as:
comp.infosystems.[url]www.servers.ms-windows[/url]
comp.infosystems.[url]www.authoring.cgi[/url]
Helgi Briem Guest



Reply With Quote

