DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8431>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8431

AddHandler/Action not-found when file does not exist

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |REMIND



------- Additional Comments From [EMAIL PROTECTED]  2002-04-30 16:36 -------
Thanks, Joshua!

now instead "ScriptAlias" and "Action" I use:

ScriptAliasMatch (.*)(\.fwx|\.prg) "C:/.../Apache2/cgi-bin/foxweb.exe$1.$2"

it's working (I'm only not sure about situaion, when ".fwx" or ".prg" can be 
part of parameters - it will be also replaced?)

but for some reson line
ScriptAliasMatch (.*)(\.fwx|\.prg) "/cgi-bin/foxweb.exe$1.$2"
is not working regardles alias "/cgi-bin/" is defined


> AddHandler is *not* the correct way to accomplish that.
I disagree
I think the AddHandler *is* the best solution for process files with specialy 
defined extensions


thanks again

vadim

Reply via email to