hi
but what is the  problem ?

if you are running normal cgi script, then the first line of the file script
called must contain

#!path_path_to_perl

and this is just a comment to remind you in httpd.conf :

# Apache parses all CGI scripts for the shebang line by default.
# This comment line, the first line of the script, consists of the symbols
# pound (#) and exclamation (!) followed by the path of the program that
# can execute this specific script.  For a perl script, with perl.exe in
# the C:\Program Files\Perl directory, the shebang line should be:

#!F:/Perl/bin/perl.exe


if you are running modperl there should a loadmodule perlmodule... somewhere
pascal


----- Original Message -----
From: "Tran Van Quan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 03, 2002 10:54 AM
Subject: please help me.


> Dear Mr/Mrs.
> Please help me I have trouble with perl configuration in
> apache config file (httpd.conf) I had install
> "ActivePerl-5.6.1.631-MSWin32-x86" and my computer's win2k.
> Please help me how to config in order I can run perl page.
> Your help will be appreciated. Thanks you very much.
> ps: please look at my config file.
>

Reply via email to