Re: [users@httpd] How to retrieve IP address of incoming packets in text file using httpd source code

2012-12-14 Thread Eric Covener
mod_log_config writes out IP addresses to the log. You could read the same data in any hook. On Fri, Dec 14, 2012 at 12:56 AM, Bhavna Saini wrote: > Hi, > > I am working on Apache httpd web server source code i.e. "httpd-2.2.23" for > my thesis. > I want to retrieve the IP addresses of the Client

[users@httpd] Add users to groups using htdbm

2012-12-14 Thread Daniele Imbrogino
Hi all. I created a database to store passwords via "htdbm" command using `htdbm -c /path/to/pass/db username` and then writing the password. Next time I used the same command without the `-c` option. Now I'd like to add these users to groups using, possibly, the same database. Is it possible?