Re: [users@httpd] unescape urlencoded

2018-11-02 Thread Simon Walter
ined, and enhancement > requests are always welcome. > > > On Thu, Oct 25, 2018 at 8:37 PM Simon Walter <mailto:si...@gikaku.com>> wrote: > > I see apr_escape_urlencoded, but not apr_unescape_urlencoded. Perhaps it > is apr_unescape_url and there is some fun w

[users@httpd] unescape urlencoded

2018-10-25 Thread Simon Walter
I see apr_escape_urlencoded, but not apr_unescape_urlencoded. Perhaps it is apr_unescape_url and there is some fun with the naming. Looking at the tests, they do not seem as rigorous. A brief look at encoding/apr_escape.c and I see x2c and c2x. I want to ask you all as the docs mention http://www.w

Re: [users@httpd] APR Table vs. Hash & Array vs. Skip List vs. Ring

2018-05-27 Thread Simon Walter
On 05/27/2018 05:49 PM, Nick Kew wrote: >> On 27 May 2018, at 03:40, Simon Walter wrote: >> >> Hi everyone, >> >> First of all, I am not sure if this is the right place to ask this. >> Please send me to the appropriate mailing list. Thanks. > > What&#

[users@httpd] APR Table vs. Hash & Array vs. Skip List vs. Ring

2018-05-26 Thread Simon Walter
Hi everyone, First of all, I am not sure if this is the right place to ask this. Please send me to the appropriate mailing list. Thanks. I want to know basically what the difference is between a table and a hash table - regarding the APR implementation. The one difference that stands out to me i

Re: [users@httpd] dumb apr_pool question

2018-01-16 Thread Simon Walter
Thanks guys. Interesting info. It really helped. On 01/12/2018 12:12 AM, Yann Ylavic wrote: > On Thu, Jan 11, 2018 at 3:05 PM, Eric Covener wrote: >> On Thu, Jan 11, 2018 at 3:55 AM, Simon Walter wrote: >>> >>> I suppose that the pool is keeping track of

[users@httpd] dumb apr_pool question

2018-01-11 Thread Simon Walter
Hi everyone, Am I correct to assume that a pool cannot be forcibly (prematurely) freed? I was trying to understand apr_hash and wanted to free the memory allocated for the keys and then try a apr_hash_get. You know, put it through it's paces ;) I read about apr_pool_clear: "This does not actually

Re: [users@httpd] apr_bucket_split data remains

2018-01-02 Thread Simon Walter
On 01/02/2018 09:10 PM, Yann Ylavic wrote: > printf("%.*s", (int)len, str) Now I understand that part of the man page. Very nice of you, Yann. Thank you. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional

Re: [users@httpd] Reverse proxy not working

2018-01-02 Thread Simon Walter
On 01/02/2018 06:06 PM, Luca Toscano wrote: > Hi, > > 2017-12-31 10:25 GMT+01:00 Noor Mohammad >: > > I have an application correctly working on locahost:8080 and I am > setting up a reverse proxy as follows but on a remote browser, when > using the prox

Re: [users@httpd] apr_bucket_split data remains

2018-01-02 Thread Simon Walter
Yes, thanks for looking at it, Eric. It is correct after I flatten it: output: _ASCII_String0_!__ASCII_String4_!ASCII_String1_!_ASCII_String2_!_ASCII_String3_! but not when reading the bucket with apr_bucket_read(Index, &TestBuffer, &Length, APR_BLOCK_READ): Marker: 1 CurrBucket: _ASCII_String1_

Re: [users@httpd] apr_bucket_split data remains

2018-01-01 Thread Simon Walter
On 01/01/2018 10:44 PM, Eric Covener wrote: > On Mon, Jan 1, 2018 at 8:37 AM, Simon Walter wrote: >> I am interested in how apr_bucket_split(e, point) works. >> >> It seems that after splitting e, it still contains everything after >> point. Only when flattened is

[users@httpd] apr_bucket_split data remains

2018-01-01 Thread Simon Walter
I am interested in how apr_bucket_split(e, point) works. It seems that after splitting e, it still contains everything after point. Only when flattened is this data "removed" from e. If that is correct, then is it also correct to assume that I would need to use apr_bucket_read with snprintf and m

Re: [us...@httpd] Apache/2.2.8 authenticate LDAP AD SSL or TLS - ubuntu(debian)

2009-11-23 Thread Simon Walter
daniel.goul...@and.co.uk wrote: If you have managed to get things working over plain LDAP (port 389) then you are nearly there... All you have to do is change the protocol and port and Apache should do the rest I guess my problem is not with Apache. I'll post on the ldap mailing list to se

Re: [us...@httpd] htpasswd ui question

2009-11-22 Thread Simon Walter
Evuraan wrote: Is there some sort of ui for htpasswd|htaccesss which wud let users sign up, the admin approves the correct and denies the other, also providing simpler user management capabilities? You can configure Apache to authenticate against a DB. You can use the user table from some oth

Re: [us...@httpd] authentication against active directory.

2009-11-22 Thread Simon Walter
Ramesh wrote: Hi, I have a web site which I would want to allow only users after authenticating them against our Active Directory. I wanted to place .htaccess file in the main web folder 1. Do I need to install "mod_authz_ldap" module ? And is there any other module which I would need to in

Re: [us...@httpd] Apache/2.2.8 authenticate LDAP AD SSL or TLS - ubuntu(debian)

2009-11-22 Thread Simon Walter
Hi André and thanks for your reply. My reply is below yours. Cheers! André Warnier wrote: Simon Walter wrote: ... My questions is: Does anyone know of a document that describes what I need to make Apache authenticate via LDAP over SSL or TLS connecting to a MS AD server? Greetings

[us...@httpd] Apache/2.2.8 authenticate LDAP AD SSL or TLS - ubuntu(debian)

2009-11-19 Thread Simon Walter
Hi all, This is my first message to the list. Greetings. First off I'll start by saying that I've scoured the search engines and searched this list and found only bits and pieces. I'm not going to report any problems right away. My questions is: Does anyone know of a document that describes