Graham Leggett wrote:
>
> > Bounding to client connection is not needed(?).
> > Since AJP can serve multiple request trough the same
> > backend connection, no need to create separate conn_rec.
> > For now comment out all the set/get module config.
>
> Is there still a reason why in pr
[EMAIL PROTECTED] wrote:
Bounding to client connection is not needed(?).
Since AJP can serve multiple request trough the same
backend connection, no need to create separate conn_rec.
For now comment out all the set/get module config.
Is there still a reason why in proxy_http the backend con
Mladen Turk wrote:
[EMAIL PROTECTED] commited
+/* read the first bloc of data */
+if (bufsiz > 0) {
+status = ajp_send_data_msg(p_conn->sock, r,
Just wondering. Can we send initial POST data together with header?
Not sure what the spec are saying abut that, but t
[EMAIL PROTECTED] commited
>
>
> +/* read the first bloc of data */
>
> +if (bufsiz > 0) {
> +status = ajp_send_data_msg(p_conn->sock, r,
Just wondering. Can we send initial POST data together with header?
Not sure what the spec are saying abut that, but thin
Graham Leggett wrote:
[EMAIL PROTECTED] wrote:
First try to get proxy using ajp (Note that is for httpd-2.1).
Couple of comments (realising this is first try code):
/*
* Canonicalise http-like URLs.
* scheme is the scheme for the URL
* urlis the URL starting with the first '/'
[EMAIL PROTECTED] wrote:
First try to get proxy using ajp (Note that is for httpd-2.1).
Couple of comments (realising this is first try code):
/*
* Canonicalise http-like URLs.
* scheme is the scheme for the URL
* urlis the URL starting with the first '/'
* def_port is the de