Re: [EMAIL PROTECTED] Logging question

2007-12-03 Thread Christian Folini
On Mon, Dec 03, 2007 at 09:01:41AM +0100, Boyle Owen wrote: > > Is it possible to log incoming connections that don't send any data? > > Don't think so... HTTP is an application that sits on top of TCP/IP. So > the session is established at the TCP/IP layer and the server is ready > to pipe any in

[EMAIL PROTECTED] Re: mod_info loads on one server but not on the other

2007-12-03 Thread j k
On Nov 30, 2007 10:45 PM, j k wrote: > running apache 2.0.59-r5 on two almost identical servers (both dual core > intel cpus but not same speed) with identical config files on both. > > The only other difference between the two servers is that I have an extra > kernel network driver module built

RE: [EMAIL PROTECTED] Rewriting URL inside a 'proxyed' page (SOLVED)

2007-12-03 Thread Rocco Scappatura
> > > > I have a Tomcat webapp which is surfed from Internet using > > > a reverse > > > > proxy (or better, my idea is). > > > > > > > > To be practical, say that: > > > > > > > > http://www.exaple.com/site/ --> > > > > http://localhost:8081/webapp/app/site/ > > > > > > > > Unfortunately, when

RE: [EMAIL PROTECTED] Rewriting URL inside a 'proxyed' page (SOLVED)

2007-12-03 Thread Boyle Owen
> -Original Message- > From: Rocco Scappatura [mailto:[EMAIL PROTECTED] > Sent: Monday, December 03, 2007 12:38 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Rewriting URL inside a 'proxyed' > page (SOLVED) > > > > I have a Tomcat webapp which is surfed from Internet u

RE: [EMAIL PROTECTED] Rewriting URL inside a 'proxyed' page (SOLVED)

2007-12-03 Thread Rocco Scappatura
> > I have a Tomcat webapp which is surfed from Internet using > a reverse > > proxy (or better, my idea is). > > > > To be practical, say that: > > > > http://www.exaple.com/site/ --> > > http://localhost:8081/webapp/app/site/ > > > > Unfortunately, when I get the home page > > (http://www.e

RE: [EMAIL PROTECTED] Rewriting URL inside a 'proxyed' page

2007-12-03 Thread Boyle Owen
> -Original Message- > From: Rocco Scappatura [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 01, 2007 10:38 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Rewriting URL inside a 'proxyed' page > > > > Hello, > > I have a Tomcat webapp which is surfed from Internet u

RE: [EMAIL PROTECTED] Prevent new page

2007-12-03 Thread Boyle Owen
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of User 1001 > Sent: Saturday, December 01, 2007 7:06 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Prevent new page > > One web page with a form invokes a PHP script which in turn invokes a > Javascript p

RE: [EMAIL PROTECTED] Logging question

2007-12-03 Thread Boyle Owen
> -Original Message- > From: David Robinson [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 02, 2007 12:15 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Logging question > > Is it possible to log incoming connections that don't send any data? Don't think so... HTTP is a