>The reason I ask is that I think the mod_jk C code (the
>various modules which plug into the web servers), is actually
>extremely well-written and flexible. It's totally
>undocumented, but, if necessary, I'd be willing to remedy that
>(I don't mind writing documentation). One of the best things
>about that C code is that it allows many different web servers
>to talk to many different protocols in a very clean way. So I
>wonder if it would be possible to make it to also talk
>whatever protocol you're developing as part of mod_webapp.
>
>This would mean basically merging mod_webapp into mod_jk (or
>merging mod_jk into mod_webapp, depending on your perspective ;-).
Just a little comment.
I've builded the mod_webapp module and it fail when session are in use.
May be related to cookies support. I could tell you more later after
some capture with ethereal.
I wonder if mod_webapp will support Load Balancing and Fault Tolerance.
It's not clear in Directives.
Another point of mod_jk is for Dan and about the question of security
and or ligth crypto support. ajp12/ajp13 didn't support ACL to accept/deny
connections from a list of known host, and the protocol is in clear text.
Costin suggest using SSH tunnels which be a fast work-around but I really
like to have this ACL+CRYPTO included in mod_jk/ajp13.
Did mod_webapp will support ACL/CRYPTO ? Even if crypto is not easily
exportable
even mod_ssl is such relaxed now that it could be used in Redhat
Distributions (6.2/7.0)
>What do you think of this course of action? I'm hoping that
>you and I can align our efforts so that we can take as much
>advantage of each other's work as possible.
Count me on.