problem with link a external library

2008-03-16 Thread mohamed nadir belkhelfa
hello every body finally I resolve my problem. Dynamic library was perfectly linked but But I was using the r + b to read of a file. This option is necessary for compatibility with older compilers but unfortunately apache not recognize this option, That is why I have replaced it by rb. Thanks

which function(s) for what?

2008-03-16 Thread Maik Fuss
Hi List, I'm going to wrote a modul to get the complete config from a sql-backend and cache this configs. But i dont know which funtions are needed to get the cached configs into apache2 as normal configfiles. Finaly the configfiles should be used as normal files in /etc/apache/site-enabled

Re: Need help on memory related issues

2008-03-16 Thread Arnab Ganguly
Hi , Thanks for the email.Yes the same behavior is observerd without my module.Also the webserver is handling heavy traffic and it remains busy through out. Just to update you on the statistics it gets 1000 hits per minute. How do I give time to stabilize Apache as it is always heavily loaded and

Re: which function(s) for what?

2008-03-16 Thread ed
Maik Fuss wrote: Hi List, I'm going to wrote a modul to get the complete config from a sql-backend and cache this configs. But i dont know which funtions are needed to get the cached configs into apache2 as normal configfiles. Finaly the configfiles should be used as normal files in

Re: long running background tasks

2008-03-16 Thread Joachim Zobel
Am Dienstag, den 11.03.2008, 23:59 -0400 schrieb Sam Carleton: When a user logs out of my web application, the application needs to do a somewhat time consuming cleanup. I need Apache to respond in a timely fashion to the log out request. Is there any way to start this as a background

Re: probleme with the Location tag

2008-03-16 Thread Joe Lewis
mohamed nadir belkhelfa wrote: Location /compressed!gzip/home/myusr/file.gz Ensure that you don't have a space between the less-than sign and location, and you may want to remove the exclamation point from the filename. If that doesn't work, try adding ap_log* lines to your location