Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Perl CGI doesn't want to execute !!

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Virtual Domain timeout  
Author Message
anthonyperot

External


Since: Sep 09, 2003
Posts: 2



(Msg. 1) Posted: Tue Sep 09, 2003 9:49 pm
Post subject: Perl CGI doesn't want to execute !!
Archived from groups: alt>apache>configuration (more info?)

Hi,

I've set up ipaudit on my RH9 webserver, but cgi doesn't want to execute !!

Those files are chmod +x and I've put the ExecCGI flag in my apache conf.

lol

 >> Stay informed about: Perl CGI doesn't want to execute !! 
Back to top
Login to vote
anthonyperot

External


Since: Sep 09, 2003
Posts: 2



(Msg. 2) Posted: Tue Sep 09, 2003 9:51 pm
Post subject: Re: Perl CGI doesn't want to execute !! [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

For example :


#!/usr/bin/perl -T


#
# Search ipaudit LocalHost daily files for total traffic
# for particular ip and date
#

BEGIN {
#make adjust-cgi will search and replace the below from
#what the configure script has detected as the ipaudit homedir.
unshift (@INC,"/home/ipaudit/");
}

use POSIX;
use ipaudit_config;
%conf = ipa_getconf();

$IP_DIR="$conf{'IP_DIR'}";
..
..
.....

 >> Stay informed about: Perl CGI doesn't want to execute !! 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
problem with perl - [Sun Aug 31 20:42:48 2003] [error] [client 127.0.0.1] attempt to invoke directory as script: c:/foxserv/www/cgi-bin This is standing in error.log Apache. And I get: Forbidden. You don't have permission to access /cgi-bin/ on this server. Whenever i g...

Apache2 + perl - <font color=purple> ;> I have Apache 2 installed and ActivePerl.</font> <font color=purple> ;></font> <font color=purple> ;> When i go to my cgi-bin folder and try to open a .pl file it gives...

using the perl module - Hi; I have Apache 2.0 up and running after a bit of work. When I went to configure the CGI interface I ran into some problems. When I created a simple Perl script it would not run using the line #!/usr/bin/perl The problem was that the Apache 2.0 did not...

perl scripts appear as text - Ive set up a virtual host which seems to work OK, except for links that are to scripts that generate pages. the script text is appearing rather than the generated page. The bit of the virtualhost Directive <VirtualHost *> ..... DocumentRoot..

CGI Won't Run Perl Script Using Exec - I am unable to get CGI to run a script using the exec command in the html code. It does not matter if the extension for the script (counter) is .cgi or .pl. This file is just a test for later use on a production page. The following is the html code: ..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]