Re: modules + callbacks = ap_get_module_config(r-per_dir_config,var)

2007-01-26 Thread Joe Lewis
Mike wrote: Hi, The Subject here may be completely wrong, so I will describe what I am doing. Some years ago I hacked together an authentication module which uses the c-client imap lib. I decided to take a look at porting it to 2.0 only to realize that the code is complete crap,thus I am

Re: modules + callbacks = ap_get_module_config(r-per_dir_config,var)

2007-01-26 Thread Mike
Joe Lewis wrote: Mike wrote: Hi, The Subject here may be completely wrong, so I will describe what I am doing. Some years ago I hacked together an authentication module which uses the c-client imap lib. I decided to take a look at porting it to 2.0 only to realize that the code is complete

Re: modules + callbacks = ap_get_module_config(r-per_dir_config,var)

2007-01-26 Thread Joe Lewis
Mike wrote: Joe Lewis wrote: Mike wrote: Hi, The Subject here may be completely wrong, so I will describe what I am doing. Some years ago I hacked together an authentication module which uses the c-client imap lib. I decided to take a look at porting it to 2.0 only to realize that the

Re: modules + callbacks = ap_get_module_config(r-per_dir_config,var)

2007-01-26 Thread Mike
cation in Apache 2.0 is actually very nicely engineered. If you want to store the username and the password, you can. However, you don't have to. Thanks for the reply. The problem is that I need access to this info in the callback function, and the callback does not have access to the

Re: modules + callbacks = ap_get_module_config(r-per_dir_config,var)

2007-01-26 Thread Joe Lewis
Mike wrote: cation in Apache 2.0 is actually very nicely engineered. If you want to store the username and the password, you can. However, you don't have to. Thanks for the reply. The problem is that I need access to this info in the callback function, and the callback does not have