[EMAIL PROTECTED] Apache log analyzer

2007-03-22 Thread cyberarian
Dear All Is there any software or online tool available free for analyzing apache error and access logs? I have heard about Nihuo Web Log Analyzer but that is a commercial software. I am looking for some free or free and open-source. I am using apache 2.2 on windows 2003 server. Regards

Re: [EMAIL PROTECTED] Reverse Proxy Timeout (http/https)

2007-03-22 Thread Sim
i have implemented the following on my apache server for the proxytimeout ProxyTimeout 120 And also set the following to catch the 502 error that mod_proxy gives when it times out to the server being proxied to. This allows you to produce a branded page to give to the client rather than the st

Re: [EMAIL PROTECTED] Apache log analyzer

2007-03-22 Thread Robert F Hall
cyberarian wrote, on 3/22/2007 1:00 AM: Is there any software or online tool available free for analyzing apache error and access logs?I am looking for some free or free and open-source. I am using apache 2.2 on windows 2003 server. Couldn't pull the name out of gray matter, but with less than

RE: [EMAIL PROTECTED] Apache log analyzer

2007-03-22 Thread Jan van den Berg
Look at webalizer or awstats. Jan -Oorspronkelijk bericht- Van: Robert F Hall [mailto:[EMAIL PROTECTED] Verzonden: donderdag 22 maart 2007 9:10 Aan: users@httpd.apache.org Onderwerp: Re: [EMAIL PROTECTED] Apache log analyzer cyberarian wrote, on 3/22/2007 1:00 AM: > Is there any softwar

[EMAIL PROTECTED] logging error-notes of Apache - is it advisable?

2007-03-22 Thread Sai Jai Ganesh Gurubaran
Hi All, Recently we noticed that Apache (2.0.59) on RHEL 3 as a forward proxy stops responding for a few minutes and then recovers on its own. We have MaxRequestsPerChild to 9000 and the occurrence is random (fortunately over weeks) In the error log we get the lines for the time period where Apache

RE: [EMAIL PROTECTED] make install does not complete.

2007-03-22 Thread Jan van den Berg
1. What is the user when you do the make install? 2. Which user owns the files in: /usr/users/sapcs/include/apr.h 3. What is your exact configure line? Jan Van: Murali Gadiraju [mailto:[EMAIL PROTECTED] Verzonden: donderdag 22 maart 2007 6:2

Re: [EMAIL PROTECTED] Is it possible to use SSLRequire to give differentially access to a directory and asubdirectory?

2007-03-22 Thread Seth Chaiklin
On Wed, 21 Mar 2007, Serge Dubrouski wrote: > On 3/20/07, Seth Chaiklin <[EMAIL PROTECTED]> wrote: > > On Tue, 20 Mar 2007, Serge Dubrouski wrote: > > > > > I'm affraid you are mixing up 2 different things: control of user > > > access to the site and control type of access to your site. > > > SS

Re: [EMAIL PROTECTED] RewriteCond: cannot compile regular expression

2007-03-22 Thread Norman Khine
Thank you, thats great Huesser Peter wrote: > I guess something like > >[a-zA-Z][0-9][0-9][0-9]\.rewrite\.dev > > or > >[a-zA-Z][0-9]{3}\.rewrite\.dev > > or > >\D\d\d\d\.rewrite\.dev > > or > >\D\d{3}\.rewrite\.dev > > should work. > > Pedro > >> -Original Message---

RE: [EMAIL PROTECTED] Sticky sessions with proxy_balancer

2007-03-22 Thread Ryan Murray
Ryan- The logic of the balancer requires a "route" to be defined in the balancer. Basically the balancer code gets your sessionid via the "stickysession" param then uses this value to find the right worker. If the sessionid contains a "." then only the part after the "." is considered as the rout

[EMAIL PROTECTED] file uploading under win os

2007-03-22 Thread ????? ?????????
Dear Sirs, Have trouble with transferring symbol 0x0d trough standart input/output under os windows. It happens when cgi-script (C++ - fgetc or fread - same result) reads data from standart input when multipart/form-data enctype is used and file content is transferred. So, symbols 0x0d simply

[EMAIL PROTECTED] mod_proxy reverse roblem

2007-03-22 Thread Akila Amarathunga
Hi All, I have configured mod_proxy in one of my servers.. and the configuration is like below... DocumentRoot ProxyRequests Off Order Deny,Allow Allow from all AuthName "PATH1" AuthType Basic

[EMAIL PROTECTED] Advice on Migrating from Netscape to Apache

2007-03-22 Thread Mik F
Hi, we're (finally) looking to migrate from Netscape to Apache but there are a couple of areas that I'm having problems with that I'm hoping someone can give me some gentle guidance on. We use Netscape Proxy Server 3.5 to manage requests from client applications (rather than client browser) to e

RE: [EMAIL PROTECTED] Re: Question about mod_rewrite

2007-03-22 Thread Chirouze Olivier
Hi Jean-Philippe, Took me time to answer as well... It becomes pretty weird if this is working on another machine. If your browser queries for cookies this is not because of Apache but related to your web application. Do you use mod_usertrack? Can you provide a full log? If it logs 20 attempts it

RE: [EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-22 Thread Chirouze Olivier
Hi Issac, thanks for the info. I'll read the RFC carefully. Regarding mod_ssl, a quick look at the FAQ doesn't seem to prove it's supported: http://www.modssl.org/docs/2.8/ssl_faq.html#vhosts http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts Could you give more information about potential m

[EMAIL PROTECTED] Problems passing form data outside the root

2007-03-22 Thread Mark Crosby
Hi Folks! I've hunted high and low for a solution for this, to no avail. I have a standard http form on a page on my website which passes data to a php script to add data to mysql. The problem is it doesn't get the data. I'm having the same problems with scripts that need authentication such

Re: [EMAIL PROTECTED] Advice on Migrating from Netscape to Apache

2007-03-22 Thread Nick Kew
On Thu, 22 Mar 2007 12:44:04 + "Mik F" <[EMAIL PROTECTED]> wrote: > Netscape Proxy Server has a simple interface for managing URL mappings > so that, for instance, URL Prefix (from client) http://foo maps to > (proxy will use this) https://prefix.foo.suffix As does Apache. But that's connect

Re: [EMAIL PROTECTED] Configure and make 2.2.4

2007-03-22 Thread Jonathan Mangin
- Original Message - From: Thias To: users@httpd.apache.org Sent: Wednesday, March 21, 2007 6:32 PM Subject: [EMAIL PROTECTED] Configure and make 2.2.4 I am trying to configure, make and make install Apache 2.2.4 and I am not getting any modules ( the .so files) during the p

Re: [EMAIL PROTECTED] Advice on Migrating from Netscape to Apache

2007-03-22 Thread Mik F
On 22/03/07, Nick Kew <[EMAIL PROTECTED]> wrote: On Thu, 22 Mar 2007 12:44:04 + "Mik F" <[EMAIL PROTECTED]> wrote: > Netscape Proxy Server has a simple interface for managing URL mappings > so that, for instance, URL Prefix (from client) http://foo maps to > (proxy will use this) https://pre

Re: [EMAIL PROTECTED] Where is libphp5.so?

2007-03-22 Thread Sander Temme
Hey Jeff, On Mar 21, 2007, at 4:58 PM, jekillen wrote: I was hoping for someone with enough knowledge of the development side of php that they could give me some specific suggestions about what to look for in scripts used in the configure, build and install process. This is not a PHP list..

Re: [EMAIL PROTECTED] Do I Need Reverse Proxy?

2007-03-22 Thread Tod Thomas
Robin-David Hammond wrote: Mod_rewrite might do this. It can cause the user to enter one uri, but apache to rewrite the uri BEFORE parsing it. Thanks for the feedback. I got it working with two virutal host directives, mod_rewrite and mod_proxy: NameVirtualHost *:80 <- This is importan

Re: [EMAIL PROTECTED] Advice on Migrating from Netscape to Apache

2007-03-22 Thread Nick Kew
On Thu, 22 Mar 2007 14:31:21 + "Mik F" <[EMAIL PROTECTED]> wrote: > Any ideas? I'm sure you could harness the reverse proxying capabilities. But I'm not going to think through how just now. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.or

[EMAIL PROTECTED] Displaying wrong time

2007-03-22 Thread Leah Newmark
Hi, Ever since we changed the clocks here in America for DST, Apache is showing the PHP date off by an hour. I believe it's an Apache issue since 1)running the command date on the server outputs correctly 2)running a PHP script through CLI outputs the PHP date correctly 3)running the same PHP scr

Re: [EMAIL PROTECTED] Displaying wrong time

2007-03-22 Thread Dragon
Leah Newmark wrote: Hi, Ever since we changed the clocks here in America for DST, Apache is showing the PHP date off by an hour. I believe it's an Apache issue since 1)running the command date on the server outputs correctly 2)running a PHP script through CLI outputs the PHP date correctly 3)ru

RE: [EMAIL PROTECTED] Apache log analyzer

2007-03-22 Thread Flowering Weeds
From: cyberarian <[EMAIL PROTECTED]> Is there any software or online tool available free for analyzing apache error and access logs? I am using apache 2.2 on windows 2003 server. Perhaps Microsoft's free Log Parser 2.2 From a Windows PowerShell's window: PS> LogParser -h Microsof

RE: [EMAIL PROTECTED] Reverse Proxy Timeout (http/https)

2007-03-22 Thread Steve Gums
I have a problem related to this, maybe I could get some help with. My configuration is a follows ServerAdmin [EMAIL PROTECTED] ServerName go.domain.com ProxyPass / http://go.domain.com/ ProxyPassReverse / httpd://go.domain.com/ Options all +includes This setup works about 70% of

[EMAIL PROTECTED] probed, response 200

2007-03-22 Thread Bruce Hyatt
2 days in a row I get a message in my log that there are "7 possible successful probes." there are then 7 lines like; /msadc/..?..?..?../winnt/system32/cmd.exe?/c+dir HTTP Response 200 The server is running on linux and these all appear to be probes for MS files. It's safe to ignore them, righ

Re: [EMAIL PROTECTED] Where is libphp5.so?

2007-03-22 Thread jekillen
On Mar 22, 2007, at 6:40 AM, Sander Temme wrote: Hey Jeff, On Mar 21, 2007, at 4:58 PM, jekillen wrote: I was hoping for someone with enough knowledge of the development side of php that they could give me some specific suggestions about what to look for in scripts used in the configure, bui

Re: [EMAIL PROTECTED] Restrict access to folders

2007-03-22 Thread Bruce Hyatt
So I tried solution 3... > 3) Place your PersonalSite and ProfesionalSite directories outside > of the webserver root directory, and use Alias directives to point > /PersonalSite and /ProfessionalSite to them. That way even if you > can list the root level directory, neither site will show up

RE: [EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-22 Thread Boyle Owen
> -Original Message- > From: Chirouze Olivier [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 22, 2007 2:39 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Request for Input: ApacheCon SSL Training > > Hi Issac, thanks for the info. > I'll read the RFC carefully. > Rega