[us...@httpd] CAPTURING SERVER RESPONSE

2009-01-31 Thread Solutio at Gmail
Hi Everybody, I wonder if there is a way to capture the entire Apache response, including its body, on the server side, and store it in a file, so we could check what the user actually gets by viewing the contents in a browser? We keep requests for audit purposes, but the data changes quickly,

[us...@httpd] connecting two apache http servers

2009-01-31 Thread Jake Vang
I want to connect two Apache HTTP servers in the same way that I would connect Apache to Tomcat with mod_jk. Right now I have two Apache servers, apache1 and apache2, accessed at http://apache1 and http://apache2, correspondingly. Apache1 and Apache2 each has a website, accessed by http://apache1/

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-01-31 Thread Michael Rogers
Nicholas! did you try michaelsrogers.com or .net, I have two domain names. look at this and tell me what I did wrong. I find that on my network I can also type "laptop-1" and still see the page. # ServerName gives the name and port that the server uses to identify itself. # This can often be d

Re: [us...@httpd] Help - Name Server - Maybe

2009-01-31 Thread Michael Rogers
Okay I searched for the hosts file in XP but it is not there anywhere! Here is a section of the httpd.config file that I may have wrong: # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it ex

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-01-31 Thread Michael Rogers
I just restarted Apache, try again! From: Nicholas Sherlock Sent: Saturday, January 31, 2009 8:06 PM To: users@httpd.apache.org Subject: [us...@httpd] Re: Help - Name Server - Maybe Nicholas Sherlock wrote: > Michael Rogers wrote: >> HI! >> >> For the last 6 months I have fi

[us...@httpd] Re: Help - Name Server - Maybe

2009-01-31 Thread Nicholas Sherlock
Nicholas Sherlock wrote: Michael Rogers wrote: HI! For the last 6 months I have fiddled around trying to make Apache connect to the web or the web connect to Apache. It does just fine on my home network when I type in localhost! But if I type in www.michaelsrogers.com

[us...@httpd] Re: Help - Name Server - Maybe

2009-01-31 Thread Nicholas Sherlock
Michael Rogers wrote: HI! For the last 6 months I have fiddled around trying to make Apache connect to the web or the web connect to Apache. It does just fine on my home network when I type in localhost! But if I type in www.michaelsrogers.com it doesn't wor

Re: [us...@httpd] _default_ vs *, when do they differ?

2009-01-31 Thread Eric Covener
On Mon, Jan 12, 2009 at 7:24 AM, Eric Covener wrote: > On Mon, Jan 12, 2009 at 5:51 AM, André Warnier wrote: >> Eric Covener wrote: >>> >>> Does anyone have a concrete example where the "_default_" and "*" >>> arguments to NameVirtualHost/VirtualHost behave different from >>> eachother? >>> >>> h

Re: [us...@httpd] Help - Name Server - Maybe

2009-01-31 Thread Razi Khaja
> For the last 6 months I have fiddled around trying to make Apache connect to > the web or the web connect to Apache. It does just fine on my home network > when I type in localhost! But if I type in www.michaelsrogers.com it > doesn't work. > > The address above is associated with the name serv

[us...@httpd] Help - Name Server - Maybe

2009-01-31 Thread Michael Rogers
HI! For the last 6 months I have fiddled around trying to make Apache connect to the web or the web connect to Apache. It does just fine on my home network when I type in localhost! But if I type in www.michaelsrogers.com it doesn't work. The address above is associated with the name serve

[us...@httpd] Semantics of "RewriteOptions inherit" in htaccess files needs improvement

2009-01-31 Thread Matt McCutchen
I'd like to propose two improvements to the semantics of "RewriteOptions inherit" appearing in an htaccess file. #1. Currently, "RewriteOptions inherit" works as if the parent's rules were copied and pasted into the child (after any other rules). This means that requests in the child directory ar