[us...@httpd] Re: hitting apache across home network with hosts file

2010-01-28 Thread LuKreme
On 28-Jan-2010, at 13:08, Matthew Smith wrote: > > I have modified the windows 7 machine host file to the following: > 192.168.1.2 mysite_com Is that the correct format for the hosts file in Windos? I seem to recall the Windows host file was 'different' Did you verify that the hosts file is in

Re: [us...@httpd] Re: Runaway Apache Process

2010-01-28 Thread Dan Bunyard
Here's another, but I think it did the same thing. I just ran "ps auxww > ps2.txt" then attached the file to this email. Did I miss something? -- Dan http://www.moonlightrpg.com http://www.linkedin.com/in/danbunyard http://www.danodemano.com http://www.dansrandomness.com http://www.danandshelley

Re: [us...@httpd] Re: Runaway Apache Process

2010-01-28 Thread Daniel Reinhardt
-- From: "Dan Bunyard" Sent: 28 January, 2010 21:21 To: Subject: Re: [us...@httpd] Re: Runaway Apache Process Here is a screen shot of top. The server is currently running just fine. Load average is good a low. The other two commands produced

Re: [us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Programmer In Training
On 1/28/2010 2:29 PM, Matthew Smith wrote: > I understand that. I am only trying to access the server from the > windows 7 machine. Sorry, it sounded like you were trying to access from another machine. > To clarify: > server, 192.168.1.2, running apache > > Windows 7 machine, hosts file modifi

Re: [us...@httpd] Re: Runaway Apache Process

2010-01-28 Thread Daniel Reinhardt
-- From: "Dan Bunyard" Sent: 28 January, 2010 19:28 To: Subject: Re: [us...@httpd] Re: Runaway Apache Process @Peter Is there database access during this? I'm not sure, a few people mentioned checking this the next time it happened, so I will ch

RE: [us...@httpd] Re: mod_log_config issue

2010-01-28 Thread Joe Hammerman
Justin - the wrapper script (in its original form) that I provided in my previous email has been tested in this manner against sample data. You are correct about my sed syntax - I have replaced those commands with s/antelope// in the formats provided below, and verified that there is no output

Re: [us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Matthew Smith
I understand that. I am only trying to access the server from the windows 7 machine. To clarify: server, 192.168.1.2, running apache Windows 7 machine, hosts file modified to: 192.168.1.2 mysite_com Windows 7 machine unable to load http://mysite_com/ in browser. On Thu, Jan 28, 2010 at 2:12 PM,

Re: [us...@httpd] Re: mod_log_config issue

2010-01-28 Thread Justin Pasher
Joe Hammerman wrote: Hi Dan, When the sed command is replaced with /bin/cat, logs are generated. Using a sed command that does nothing results in no log output; e.g. CustomLog "| /bin/sed s/// |/usr/bin/cronolog..." CustomLog "| /bin/sed 's///' | /usr/bin/cronolog..." CustomLog "| /bin/sed -e

Re: [us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Programmer In Training
On 1/28/2010 2:08 PM, Matthew Smith wrote: > I understand that. I should have made myself more clear. > > I have modified the windows 7 machine host file to the following: > 192.168.1.2 mysite_com Only requests from the Windows 7 machine will resolve mysite_com to 192.168.1.2 Any other machine

Re: [us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Matthew Smith
I understand that. I should have made myself more clear. I have modified the windows 7 machine host file to the following: 192.168.1.2 mysite_com On Thu, Jan 28, 2010 at 1:26 PM, Programmer In Training < p...@joseph-a-nagy-jr.us> wrote: > On 1/28/2010 1:15 PM, Matthew Smith wrote: > > In the pa

Re: [us...@httpd] manipulate POST- / GET-variables sent to server

2010-01-28 Thread Mirko Vogt
Hey Sachin, thanks for your reply! My idea was to do that for specific combinations of urls and form-elements - e.g. specified in a configuration file. I'll take a look at documents you suggested - thanks a lot! mirko On Thu, 2010-01-28 at 14:54 -0500, Jain Sachinkumar wrote: > Hello Mirko, >

[us...@httpd] Apache HTTP Server 2.3.5-alpha Released

2010-01-28 Thread Paul Querna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Apache HTTP Server 2.3.5-alpha Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.3.5-alpha of the Apache HTTP Server ("Apache"). This version of Apache is principal

Re: [us...@httpd] manipulate POST- / GET-variables sent to server

2010-01-28 Thread Jain Sachinkumar
Hello Mirko, Do you want to do this to very url or some specific ones. There are few methods to do this like writing apache modules in C or PERL. If you look at Writing Apache modules with Perl and C / Lincoln Stein and Doug MacEachern book, this give you very good idea as what you described. -

RE: [us...@httpd] Re: mod_log_config issue

2010-01-28 Thread Joe Hammerman
Hi Dan, When the sed command is replaced with /bin/cat, logs are generated. Using a sed command that does nothing results in no log output; e.g. CustomLog "| /bin/sed s/// |/usr/bin/cronolog..." Or CustomLog "| /bin/sed 's///' | /usr/bin/cronolog..." Or CustomLog "| /bin/sed -e 's///' | /usr

Re: [us...@httpd] Re: Runaway Apache Process

2010-01-28 Thread Dan Bunyard
@Peter Is there database access during this? I'm not sure, a few people mentioned checking this the next time it happened, so I will check -What external dependencies are there (if any)? - Databases? There are some LOCAL database calls to MySQL running on the same server, that it all - E

Re: [us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Programmer In Training
On 1/28/2010 1:15 PM, Matthew Smith wrote: > In the past I just had one machine. I ran apache on it. I modified the > hosts file to point aliases to the local box. > > 127.0.0.1 mysite_com So in my browser, I could type in: mysite_com > (underscore instead of dot) and bring up the site. Now I ha

[us...@httpd] hitting apache across home network with hosts file

2010-01-28 Thread Matthew Smith
In the past I just had one machine. I ran apache on it. I modified the hosts file to point aliases to the local box. 127.0.0.1 mysite_com So in my browser, I could type in: mysite_com (underscore instead of dot) and bring up the site. Now I have a new box running windows 7 that will be the machi

[us...@httpd] manipulate POST- / GET-variables sent to server

2010-01-28 Thread Mirko Vogt
Hey! Is there a way to manipulate POST- / GET-variables sent from the web-browser to the http-server before they're getting passed to the interpreter (php, python, whatever)? My final goal is to "search and replace" values for specified tuples of url, name and value of form elements - web-applica

Re: [us...@httpd] apache weblogic plugin issue

2010-01-28 Thread Eric Covener
On Thu, Jan 28, 2010 at 1:41 PM, Nayak, Usha wrote: > Hi, > I’m looking for resolution for this. Is there a way I can configure Apache > plugin to send 2 cookies or configure it to send cookies with deliminator You might have better luck asking the vendor, or whatever community support they have.

[us...@httpd] apache weblogic plugin issue

2010-01-28 Thread Nayak, Usha
Hi, Configuration: Apache 2.0.63 as the front end to weblogic (9.1). Our client application sends the Cookies to the Apache: Cookie: Server_session_id= Cookie: JSESSIONID=LhTTZ2Cs1JSlRMPgGTx4BxmG67ML3ryv0PlPbYkhp4s72dpngsJl!-912570241 But Apache weblogic plugin when sends the request to

Re: [us...@httpd] Apache Server status page shows uneven number of requests across load balanced web servers

2010-01-28 Thread Arunkumar Janarthanan
Hi Peter, The load balancer set for round robin minumweight based, that the request transferred to the Apache instace has minimum connections. Best Regards, Arun J On Thu, Jan 28, 2010 at 12:54 PM, wrote: > What is the persistence setting on the Load Balancers? Is it different if > persistence

Re: [us...@httpd] Apache Server status page shows uneven number of requests across load balanced web servers

2010-01-28 Thread PMilanese
What is the persistence setting on the Load Balancers? Is it different if persistence is turned off competely? Weighting servers will throw this off completely. Thanks- Peter J. Milanese, Senior Systems Engineer Information Technology Group The New York Public Library pet...@nypl.org - 212.621.0

Re: [us...@httpd] Apache Server status page shows uneven number of requests across load balanced web servers

2010-01-28 Thread Arunkumar Janarthanan
Could anyone help me with this issue ? I still see the number of workes differing to each Apache though it configured for well load balancing ? On Wed, Jan 27, 2010 at 3:50 PM, Arunkumar Janarthanan < arunkumar.webad...@gmail.com> wrote: > Gary, > > Here is the netstat output attached from one of

Re: [us...@httpd] mod_proxy (rev proxy): Don't set Content-Type if remote server doesn't set it

2010-01-28 Thread Ray Van Dolson
On Thu, Jan 28, 2010 at 03:38:52AM -0800, Nick Kew wrote: > > On 28 Jan 2010, at 01:57, Ray Van Dolson wrote: > > > I'd like to tell Apache to *not* insert the extra headers if they're > > not in the packet coming from the IIS server... I don't care so much > > about the Date header, but I really

Re: [us...@httpd] Re: Runaway Apache Process

2010-01-28 Thread PMilanese
> > > > > Obviously not in this case as this person wouldn't ne here complaining about > > apache and its processes.  The issue here is the CPU is too weak even if it > > is a 2.4Ghz processor.  The E2220 isn't suitable for a server processor. > >  Its strictly for home computing.  I help remote a

Re: [us...@httpd] Re: Runaway Apache Process

2010-01-28 Thread Eric Covener
On Thu, Jan 28, 2010 at 11:30 AM, Daniel Reinhardt wrote: > > Obviously not in this case as this person wouldn't ne here complaining about > apache and its processes.  The issue here is the CPU is too weak even if it > is a 2.4Ghz processor.  The E2220 isn't suitable for a server processor. >  It

Re: [us...@httpd] Runaway Apache Process

2010-01-28 Thread Justin Pasher
Daniel Reinhardt wrote: Dan, For one thing I would get a beefier CPU. Your CPU isn't fit to be a serving machine it is rather slow. You need to be running a workstation grade CPU Like a Intel Q6600 or a E6400. You need to get 6Gigs of RAM for Dual Channel Mode, and verify that your linux

Re: [us...@httpd] Re: Runaway Apache Process

2010-01-28 Thread Daniel Reinhardt
-- From: "Nicholas Sherlock" Sent: 28 January, 2010 9:51 To: Subject: [us...@httpd] Re: Runaway Apache Process On 28/01/2010 8:30 p.m., Daniel Reinhardt wrote: From: "Dan Bunyard" @Daniel Reinhardt Here are the full specs: CPU: Pentium Dual C

Re: [us...@httpd] virtual hosts help please

2010-01-28 Thread Justin Pasher
I didn't see any replies, so I figured I say something... Chris Hall wrote: Hello, I run a cpanel machine with the following versions: cPanel 11.25.0-R42404 WHM 11.25.0 - X 3.9 CENTOS 4.7 i686 Apache 2.0.63 We have a client that is running a real estate website using a product from Transpar

[us...@httpd] Re: mod_log_config issue

2010-01-28 Thread Dan Poirier
Joe Hammerman writes: > If we replaced Sed with Cat, I'm a little confused as to what we would > be catting; there's a stream coming in, right? > > To your second question - yes, logging is fully functional with sudo > > To your final question - no, even with a sed command that performs no

Re: [us...@httpd] website response sudeenly becomes slow

2010-01-28 Thread Nilesh Govindarajan
On 01/28/2010 01:35 PM, Nasir Zia wrote: Hi, My website response suddenly becomes slow, I have running apache and tomcat with apache at the front integrating tomcat with modjk. My Server specs are [r...@mail conf]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family

Re: [us...@httpd] Application links doesnt not point to apache url

2010-01-28 Thread Nick Kew
On 28 Jan 2010, at 10:55, Jaigates wrote: > Basically the links or any url should always point to proxy server. > > Can any one help http://www.apachetutor.org/admin/reverseproxies -- Nick Kew - The official User-To-User sup

Re: [us...@httpd] mod_proxy (rev proxy): Don't set Content-Type if remote server doesn't set it

2010-01-28 Thread Nick Kew
On 28 Jan 2010, at 01:57, Ray Van Dolson wrote: > I'd like to tell Apache to *not* insert the extra headers if they're > not in the packet coming from the IIS server... I don't care so much > about the Date header, but I really want to strip out the Content-Type > header See the DefaultType

[us...@httpd] Application links doesnt not point to apache url

2010-01-28 Thread Jaigates
hi i want to set up apache http server to work like below when user enter http://localhost/XYZ(proxy server) it should route to http://10.x.x.x:8080/XYX(proxy server) If the page returned from the application server contains /XYZ/viewUsers.do and when i click this link it directs to http://10.

Re: [us...@httpd] Client certificate authentication on tunneling proxy

2010-01-28 Thread Matus UHLAR - fantomas
>> On 21.01.10 18:33, Andrei T wrote: >>> I am trying to connect to apache through SSL (port 443) and tell it >>> to create a tunnel to some other server listening on port 80. > Matus UHLAR - fantomas wrote: >> why a tunnel? Who would create the tunnel? While It's possible, I don't >> know of an

Re: [us...@httpd] SSL Reverse Proxy

2010-01-28 Thread Matus UHLAR - fantomas
On 26.01.10 15:28, Brian Mearns wrote: > I'm looking for some clarification on how to setup a reverse proxy > that supports SSL/TLS. My understanding is as follows (please correct > me if I'm wrong): > 1. Client connects with SSL, mod_ssl handles this > 2. mod_proxy handles generating a proxy-reque

[us...@httpd] Re: Stability problems with Apache on OS X 10.6 Server

2010-01-28 Thread Thomas Schneider
Hi Michael, Thank you for the pointers. I have used you suggestions to try a out (quite) a few things. Not that I have solved my problems. I'll try to summarize my findings. When I start apache, it launched a few worker threads. As I start using the server, it launched new threads. The first ti

[us...@httpd] Re: Runaway Apache Process

2010-01-28 Thread Nicholas Sherlock
On 28/01/2010 8:30 p.m., Daniel Reinhardt wrote: From: "Dan Bunyard" @Daniel Reinhardt Here are the full specs: CPU: Pentium Dual Core E2220 @ 2.40GHz RAM: 5GB DDR2 PC2-6400 @ 800MHz Hard Drive: Western Digital SATA II 500GB I'm running Fedora 12 (Constantine) on it currently and Apache version

Re: [us...@httpd] Client certificate authentication on tunneling proxy

2010-01-28 Thread Andrei T
Andrei T wrote: I tried configuring apache as a tunneling proxy through https, but in this scenario apache would not recognize the CONNECT request and would not establish a tunnel to the target server. I actually found that this is a known issue with apache: https://issues.apache.org/bugzill

Re: [us...@httpd] Client certificate authentication on tunneling proxy

2010-01-28 Thread Andrei T
Matus UHLAR - fantomas wrote: On 21.01.10 18:33, Andrei T wrote: I am trying to connect to apache through SSL (port 443) and tell it to create a tunnel to some other server listening on port 80. why a tunnel? Who would create the tunnel? While It's possible, I don't know of any browser that c

[us...@httpd] website response sudeenly becomes slow

2010-01-28 Thread Nasir Zia
Hi, My website response suddenly becomes slow, I have running apache and tomcat with apache at the front integrating tomcat with modjk. My Server specs are [r...@mail conf]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name