LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > External Applications > CGI/Perl/Python > lscgid: execve(): Permission denied

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-04-2008, 11:30 AM
kule kule is offline
Member
 
Join Date: Oct 2008
Posts: 20
Default lscgid: execve(): Permission denied

Hi There,

I'm trying to setup a site that uses a simple perl script:

Code:
#!/usr/bin/perl

use LWP::Simple;

print "Content-type: text/html\n\n";

@content=get('http://some_url');

foreach$line(@content) {
	$line=~s/<HEAD>/<HEAD>\n<BASE target=\"_top\">\n/;
	print $line;
}
Other perl scripts work fine however this one gives a permission denied error? Can you tell me what I've missed?

Thanks
Luke
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:59 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.