-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Henner Zeller wrote:
> 
> -----------------------------
> My question should be: Is it possible to utilize the mod_action stuff for
> our needs - or why do we have to make a 'special' ApJServAction ? IIRC, we
> used the original 'Action' for shtml-parsers back in the 0.9.11 days ..

The problem is that the Action directive cannot handle servlet.
Unfortunately, it seems to only works with traditionnal cgi-scripts.
Width the traditionnal Actiondirective, you can declare an action coucou
as:

Action coucou myscript.cgi

And then, within a <Location>, or a <VirtualHost>, you can set
SetHandler coucou

so that all the files in the specifieid location will be handled by the
myscript.cgi

But I may have misunderstood your problem.

Regis


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to