[us...@httpd] GUI for debugging Apache

2010-07-24 Thread James Godrej
Is there any GUI for viewing Apache headers which are being served by a chain of Reverse Proxy Servers. I have a cloud which uses a few Proxy Servers in between the client and actual server which has to serve the original request. All servers are Unix Servers. And if there is a problem which I

[us...@httpd] how to make ErrorDocument apply to https:// site as well?

2010-07-24 Thread Bennett Haselton
In my httpd.conf file I added the directive (at the bottom of the file, so at the top level): ErrorDocument 403 /banned_ip.php That works when I go to a file that I've set chmod to 000: http://209.160.28.154/forbidden.txt (of course the "banned IP" message doesn't make any sense in that conte

Re: [us...@httpd] what threads and processes apache needs to run

2010-07-24 Thread Jonas Eckerman
On 2010-07-24 15:41, Tapas Mishra wrote: (Your question below seem a bit misplaced here on the *users* list. The development list might be a better place for it.) > I want to know what threads and processes apache needs to run > from Unix servers. I don't understand this question. Are you askin

[us...@httpd] Re: mod_webdav problem

2010-07-24 Thread Thorsten Steinbrenner
THX a lot! Am 24.07.10 19:00, schrieb Jonas Eckerman: > On 2010-07-23 23:08, Thorsten Steinbrenner wrote: > >> Thanks a lot for your detailed explanation!!! May I quote you on a >> discussion about the topic on zotero.org? > > Sure. If you do, please give them the complete mail I wrote and tell

Re: [us...@httpd] Re: mod_webdav problem

2010-07-24 Thread Jonas Eckerman
On 2010-07-23 23:08, Thorsten Steinbrenner wrote: > Thanks a lot for your detailed explanation!!! May I quote you on a > discussion about the topic on zotero.org? Sure. If you do, please give them the complete mail I wrote and tell them that it's just my *interpretation* of the RFCs in question.

Re: [us...@httpd] what threads and processes apache needs to run

2010-07-24 Thread Eric Covener
On Sat, Jul 24, 2010 at 10:46 AM, Tapas Mishra wrote: > Can you give me a link to begin with. http://apr.apache.org/ -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project

Re: [us...@httpd] what threads and processes apache needs to run

2010-07-24 Thread Tapas Mishra
Can you give me a link to begin with. On Sat, Jul 24, 2010 at 8:02 PM, Eric Covener wrote: > On Sat, Jul 24, 2010 at 9:41 AM, Tapas Mishra wrote: >>  I want to know what threads and processes apache needs to run >> from Unix servers.If I want to run Apache on a Cell phone then what >> things my

Re: [us...@httpd] what threads and processes apache needs to run

2010-07-24 Thread Eric Covener
On Sat, Jul 24, 2010 at 9:41 AM, Tapas Mishra wrote: >  I want to know what threads and processes apache needs to run > from Unix servers.If I want to run Apache on a Cell phone then what > things my OS needs to be able to be running. > I checked these links > http://research.nokia.com/tr/NRC-TR-2

[us...@httpd] what threads and processes apache needs to run

2010-07-24 Thread Tapas Mishra
I want to know what threads and processes apache needs to run from Unix servers.If I want to run Apache on a Cell phone then what things my OS needs to be able to be running. I checked these links http://research.nokia.com/tr/NRC-TR-2006-005.pdf http://sourceforge.net/search/?type_of_search=soft&w

[us...@httpd] Re: mod_webdav problem

2010-07-24 Thread Thorsten Steinbrenner
Hi! Thanks a lot for your help! Now it works with a file of non-zero length. Still it might not be a good idea to depend on the timestamp of a file to store the time and date of the last sync. There are many MAYs and SHOULDs in the RFC Regards, Thorsten Am 21.07.10 22:38, schrieb Thorsten