Bogdan wrote:

> Is anybody here who knows how can I do to make my Apache to run a CGI
> "simple.cgi" when is invoked by a web browser? ("simple.cgi" is set as
> executable with   chmod 755 simple.cgi)

Add

        AddHandler cgi-script .cgi

to srm.conf, and ensure that the `Options' setting includes `ExecCGI'.

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to