lord icon wrote:
> 
> I'm using an Mandrake 6.5 on a small computer. The problem that I am having
> with the apache config file is that I can't get apache to reconize CGI files
> as a exicutable program. If anyone has any ideas. Perl is exicutable, and
> PHP is reconized as plain text, not exicutable either. Thank you

In your httpd.conf file, make sure that you have the proper entries to
parse these files, e.g.

AddType application/x-httpd-php .php .php3   for PHP

AddHandler cgi-script .cgi  for .cgi files

and so forth.  It is pretty well documented in the httpd.conf file that
comes with apache.

-- 
Craig Sprout
Network Administrator
Crown Parts and Machine, Inc.
http://www.crownpartsandmachine.com/


Reply via email to