Re: [us...@httpd] Want more info about logging works

2010-12-03 Thread Rainer Jung
On 04.12.2010 00:49, Igor Galić wrote: - "Jeroen Geilman" wrote: On 12/01/2010 07:38 PM, ma...@manfbraun.de wrote: Because the timestamp does not contain milliseconds, how can I determine, which request was the first? Would it help me, just to subtract the processing-time? Probably no

Re: [us...@httpd] Use -finstrument-functions in module

2010-12-03 Thread Igor Galić
- "Michael Powe" wrote: > Hello, > > I would like to use the gcc option -finstrument-functions to add some > profiling to my module. I can implement the functions and compile > with the option successfully; however, I don't get any log output. > > Documentation is a bit slender. > > Th

Re: [us...@httpd] Keepalive and Rewrite rules in Apache 2.2

2010-12-03 Thread Igor Galić
- "Igor Galić" wrote: > - "Kiran saligrama" wrote: > > > Hi > > > > We have been using Rewrite rules with Apache 2.0 to expose multiple > > back-end servers. We have had very good success and when we > upgraded > > to Apache 2.2, the Rewrite connections do not honor keepalive > > dire

Re: [us...@httpd] Keepalive and Rewrite rules in Apache 2.2

2010-12-03 Thread Igor Galić
- "Kiran saligrama" wrote: > Hi > > We have been using Rewrite rules with Apache 2.0 to expose multiple > back-end servers. We have had very good success and when we upgraded > to Apache 2.2, the Rewrite connections do not honor keepalive > directive anymore. The documentation does say that

Re: [us...@httpd] Request for Log samples

2010-12-03 Thread Nathan Belk
Thanks for the reply. The rule sets are not for our environment per se. We create the rules and signatures that go onto the NitroSecurity SIEM products. These products then are placed on customers' networks which helps keep their systems secure. All the apache installations that we have i

Re: [us...@httpd] Question on module development

2010-12-03 Thread Igor Galić
- "Jeffrey E Burgoyne" wrote: > This may not be the right group, and if so can someone point me to an > appropriate list. http://httpd.apache.org/lists.html#modules-dev or: http://httpd.apache.org/lists.html#http-dev > I am looking at the development of a system (either CGI or custom in >

Re: [us...@httpd] Want more info about logging works

2010-12-03 Thread Igor Galić
- "Jeroen Geilman" wrote: > On 12/01/2010 07:38 PM, ma...@manfbraun.de wrote: > > Hello ! > > > > I am just using this to log: > > > > LogFormat \ > > "%{%F %T}t\t%v\t%p\t%h\t%{User-Agent} ... \ > > vhost_combined2 > > > > CustomLog "|/usr/bin/mono /test/eco.exe /var/log/apache2/extr

Re: [us...@httpd] Apache won't start on Windows Vista Ultimate

2010-12-03 Thread Igor Galić
- "Julio Burroughs" wrote: > I've just installed Apache 2.2.17 on a Windows Vista Ultimate machine > (with sp2), 32bit or 64bit Version? > using install file httpd-2.2.17-win32-x86-no_ssl. The one provided by the ASF? Or some third-party distribution like http://www.apachelounge.com/ ? >

Re: [us...@httpd] Request for Log samples

2010-12-03 Thread Igor Galić
Hi Nathan, > I am currently working on creating signatures and rules to collect > events from the Apache web server. I am doing this so that > NitroSecurity can support the Apache web server with the Nitroview > SIEM > product line. > > To accomplish this, I need as many log samples that I c

Re: [us...@httpd] Problem with DNS lookup caching in reverse proxy

2010-12-03 Thread Igor Galić
> Thank you very much, Igor. > Indeed, your suggestion solves most of the cases where I encounter > the > switch-over of the backend hosts. > However, this does *not* help in all cases, as this works only if the > backend is no more reachable and thus an error condition occurs. > Sometimes > I jus

[us...@httpd] Request for Log samples

2010-12-03 Thread Nathan Belk
I am currently working on creating signatures and rules to collect events from the Apache web server. I am doing this so that NitroSecurity can support the Apache web server with the Nitroview SIEM product line. To accomplish this, I need as many log samples that I can find of both the error

Re: [us...@httpd] Problem with DNS lookup caching in reverse proxy

2010-12-03 Thread Slawomir R. Janotta
> > Would it be a viable option for you to not use the DNS method, and > instead do something like: > > > BalanceMember https://backend1.mydomain.com:8080/ > BalanceMember https://backend1.mydomain.com:8080/ status=+H > > > ProxyPass / balancer://notsohotcluster > ProxyPassReverse / balancer:

Re: [us...@httpd] httpd on Windows -- can access UNC paths from service but not mapped drives

2010-12-03 Thread Jeff Trawick
Thanks, all! Does this look reasonable? Index: platform/windows.xml === --- platform/windows.xml(revision 1041847) +++ platform/windows.xml(working copy) @@ -757,4 +757,33 @@ 80 to attempt to bypass firewall iss

Re: [us...@httpd] httpd on Windows -- can access UNC paths from service but not mapped drives

2010-12-03 Thread Joost de Heer
On Fri, December 3, 2010 14:53, Jeff Trawick wrote: > e.g., this works: > > Alias /something //machinename/directory > > and this doesn't: > > Alias /else z:/foo Does the Z-drive exist in the context of the user running httpd? > I see this question raised a number of times, but I don't see any >

Re: [us...@httpd] httpd on Windows -- can access UNC paths from service but not mapped drives

2010-12-03 Thread Eric Covener
On Fri, Dec 3, 2010 at 8:53 AM, Jeff Trawick wrote: > e.g., this works: > > Alias /something //machinename/directory > > and this doesn't: > > Alias /else z:/foo > > > I see this question raised a number of times, but I don't see any > definitive steps to resolve.  Any hints? I believed it to be

[us...@httpd] httpd on Windows -- can access UNC paths from service but not mapped drives

2010-12-03 Thread Jeff Trawick
e.g., this works: Alias /something //machinename/directory and this doesn't: Alias /else z:/foo I see this question raised a number of times, but I don't see any definitive steps to resolve. Any hints? - The official User-To

Re: [us...@httpd] problem setting https:// in local server

2010-12-03 Thread Eric Covener
On Fri, Dec 3, 2010 at 7:12 AM, J. Bakshi wrote: > Hello list, > > I have no issue making virtual domain in a local-server with apache vhost > technique, so users within the intranet can access those  virtual domains, > once they have the proper entry in their  own /etc/hosts file.  But the > p

[us...@httpd] problem setting https:// in local server

2010-12-03 Thread J. Bakshi
Hello list, I have no issue making virtual domain in a local-server with apache vhost technique, so users within the intranet can access those virtual domains, once they have the proper entry in their own /etc/hosts file. But the problem is with virtual domains having SSL support. Visiting

Re: [us...@httpd] Change MIME-type in Apache 2.2 on depence of full get-query (with characters after "?")

2010-12-03 Thread Igor Galić
- "Сергей Реймеров" wrote: > Good time of the day. I spent a lot of time and decided to ask my > question on the mailing list. > So, there is a program 1C Enterprize that has an Apache module and > generates some http-responses by urls like this: > http://localhost/InfoBase/RU_ru/e1cib/files

[us...@httpd] Change MIME-type in Apache 2.2 on depence of full get-query (with characters after "?")

2010-12-03 Thread Сергей Реймеров
Good time of the day. I spent a lot of time and decided to ask my question on the mailing list. So, there is a program 1C Enterprize that has an Apache module and generates some http-responses by urls like this: http://localhost/InfoBase/RU_ru/e1cib/files?url=e1cib/data/A.B.C.D?ref="b61b0800279350f