Hi,

On Thu, 5 Jun 2003 [EMAIL PROTECTED] wrote:

> I'm running redhat 9 and trying to execute a perl script through a web 
> browser 
> 
> http://host/file.pl 
> 
> and the file displays as text, how do i get my apache to recognize this 
> extension? 

You should run those scripts in /cgi-bin directory of you web server. This 
is /var/www/cgi-bin in default.

Move your script to that directory and type

http://host/cgi-bin/file.pl

in your browser.

Regards,
-- 
Devrim GUNDUZ
[EMAIL PROTECTED]                               [EMAIL PROTECTED] 
                        http://www.tdmsoft.com
                        http://www.gunduz.org



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to