module security settings

2008-03-11 Thread Graf László
Hi all, Finally I can succesfully create custom Apache 2.2.8 modules on Windows XP using VS2005. I copy it into %APACHE_HOME%\modules folder and make the necessary conf modifications. When I start the server I get this alert: start error message The build process succeded but the security

Re: module security settings

2008-03-11 Thread Graf László
Graf László írta: Hi all, Finally I can succesfully create custom Apache 2.2.8 modules on Windows XP using VS2005. I copy it into %APACHE_HOME%\modules folder and make the necessary conf modifications. When I start the server I get this alert: start error message The build process succeded

long running background tasks

2008-03-11 Thread 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 process in the apache module? Sam