Eric -
I'm not exactly sure what your last question means. However, I think
you answered my question. In short, the situation has not changed. If
we want to ensure that the password is passed from the client (browser)
to the server securely (to be further passed on to the LDAP server), we
On Thu, Mar 28, 2013 at 5:33 PM, Ken Nishimura
wrote:
> Basically, using the mod_auth_ldap module, apart from using SSL (and
> associated overhead), is it still the case that there is no way to encrypt
> just the passing of username and password from the client (browser) back to
> the server?
>
>
On Mar 28, 2013, at 12:26 PM, "Tom Evans" wrote:
> Are you including this config file multiple times? Perhaps once
> explicitly, and once as a
>That I know of, this is the only time it is being called. With that said, in
>httpd.conf I have an include statement pointing to /etc/apache2
>/conf
Hi -
I've searched the archives and it looks like this was discussed back in
2010 with a "WONTFIX". I just wanted to make sure this is still the case.
Basically, using the mod_auth_ldap module, apart from using SSL (and
associated overhead), is it still the case that there is no way to
encr
On Thu, 28 Mar 2013 16:21:56 +0100
Nicolas Daniels wrote:
> Hi,
>
> I finally solved the problem myself by modifying the source code of
> mod_proxy_http.c:
Thanks!
I started to compose a reply yesterday, then decided I should look
at it first to determine whether it's a bug. I might end up a
On Mar 28, 2013, at 12:26 PM, "Tom Evans" wrote:
> Are you including this config file multiple times? Perhaps once
> explicitly, and once as a
That I know of, this is the only time it is being called. With that said, in
httpd.conf I have an include statement pointing to /etc/apache2/conf.d. Ma
On Thu, Mar 28, 2013 at 4:20 PM, Chris Arnold
wrote:
> Apache2.12.x on SLES11 SP2.
> I am trying to get apache2 mod_jk working with apache to access a webapp. I
> have loaded the mod_jk module and configured a virtual host and
> workers.properties file like so:
>
> virtualhost:
>
> ServerNa
Apache2.12.x on SLES11 SP2.
I am trying to get apache2 mod_jk working with apache to access a webapp. I
have loaded the mod_jk module and configured a virtual host and
workers.properties file like so:
virtualhost:
ServerName share.domain.com
# The following line makes apache aware of
>Is there a way to have a script which can be allowed to enabled/disable
>workers used in a reverse proxy.
>
>Similar to what can be done using the balancer-manager page, but without
>needing to have something that can emulate a web browser to do the job.
I'd be interested to know this too.
I wou
Hi,
I finally solved the problem myself by modifying the source code of
mod_proxy_http.c:
Line 1697:
apr_table_do(addit_dammit, save_table, r->headers_out, "Set-Cookie", NULL);
-->
apr_table_do(addit_dammit, save_table, r->headers_out, "Set-Cookie",
"Authentication-Info", NULL);
Cheers
On
i dont use flv module, and the error_log not provide any clue...~
and someone also reported the problem:
http://marc.info/?l=apache-httpd-bugs&m=135712896422945
At 2013-03-28 17:19:21,"Marcin Wanat" wrote:
>What error_log says ? It looks like httpd is crashing.
>Maybe you are using some flv stre
What error_log says ? It looks like httpd is crashing.
Maybe you are using some flv streaming mod which is not thread safe ?
2013/3/28 Esmq :
> hi, guys
>
> i have come across a problem related to event mpm in apache(v2.4.3),
> that is
> connection may closed during transfer for some times. wh
12 matches
Mail list logo