Re: [us...@httpd] Apache 2.3 source?

2009-06-18 Thread Devraj Mukherjee
On Fri, Jun 19, 2009 at 3:59 PM, Prasanna Ram Venkatachalam wrote: >> >> Is it possible to get a copy of the Apache 2.3 source? Looked around >> on the source distribution site and can't find anything. > > > Might help. This is an automated snapshot system. Not sure if it completely > works!! :( >

Re: [us...@httpd] Apache 2.3 source?

2009-06-18 Thread Prasanna Ram Venkatachalam
> > > Is it possible to get a copy of the Apache 2.3 source? Looked around > on the source distribution site and can't find anything. > Might help. This is an automated snapshot system. Not sure if it completely works!! :( http://httpd.apache.org/dev/ http://cvs.apache.org/snapshots/httpd/ Regard

[us...@httpd] Apache 2.3 source?

2009-06-18 Thread Devraj Mukherjee
Hi all, Is it possible to get a copy of the Apache 2.3 source? Looked around on the source distribution site and can't find anything. Thanks. -- "The secret impresses no-one, the trick you use it for is everything" - Alfred Borden (The Prestiege) ---

Re: [us...@httpd] Unable to access http pages

2009-06-18 Thread Madhav Ancha
I found the cause. Iptables was blocking the http requests on machine A. Thanks for your help Evan. -Madhav Ancha. On Thu, Jun 18, 2009 at 2:34 PM, Madhav Ancha wrote: > Machine B is a win box Evan. I did a "putty -raw 10.1.10.110 80" and got > back nothing. The connection was probably closed at

Re: [us...@httpd] how to do http PUT inside the output filter

2009-06-18 Thread Nick Kew
On Thu, 18 Jun 2009 11:13:00 -0600 (MDT) "Lyudmila L. Balakireva" wrote: > > > > > > On 17 Jun 2009, at 18:52, Lyudmila L. Balakireva wrote: > > > >> Hello, > >> I am new to apache and c and > > > > Then you're probably being over-ambitious :-) > > > > One thing that immediately stands out: you

Re: [us...@httpd] Unable to access http pages

2009-06-18 Thread Madhav Ancha
Machine B is a win box Evan. I did a "putty -raw 10.1.10.110 80" and got back nothing. The connection was probably closed at the kernel and putty quit. On Thu, Jun 18, 2009 at 2:11 PM, Evan Platt wrote: > At 12:08 PM 6/18/2009, you wrote: > >> Hi, >> >> I started an apache server on a local ma

Re: [us...@httpd] Unable to access http pages

2009-06-18 Thread Evan Platt
At 12:08 PM 6/18/2009, you wrote: Hi, I started an apache server on a local machine(A) on linux. I can ping this machine from another host(B) on the same network but I can't browse to it using http://. I get the error saying "IE cannot display this page". I verified that the server i

[us...@httpd] Unable to access http pages

2009-06-18 Thread Madhav Ancha
Hi, I started an apache server on a local machine(A) on linux. I can ping this machine from another host(B) on the same network but I can't browse to it using http://. I get the error saying "IE cannot display this page". I verified that the server is running on (A) by using http://localhos

Re: [us...@httpd] how to do http PUT inside the output filter

2009-06-18 Thread Lyudmila L. Balakireva
> > On 17 Jun 2009, at 18:52, Lyudmila L. Balakireva wrote: > >> Hello, >> I am new to apache and c and > > Then you're probably being over-ambitious :-) > > One thing that immediately stands out: you're using the request pool, > but you defined your filter to run outside the protocol level, wher

[us...@httpd] ProxyBlock

2009-06-18 Thread David Vaughan
Hi there. I have been experimenting with the ProxyBlock directive when running Apache 2.2 as a forward proxy. When Apache is the final proxy in a chain, everything works as expected. However if I configure Apache to chain requests to another proxy (using ProxyRemote * http://next_proxy.com:8080),

[us...@httpd] How to detect a non-graceful restart of Apache

2009-06-18 Thread SAILESH KRISHNAMURTI, BLOOMBERG/ 731 LEXIN
Hi, I have a requirement wherin application owners would like to be notified if apache is restarted non-gracefully, since there might be impact to user sessions etc... Is there any way to detect and report this, hopefully without compiling additional modules? thanks

Re: [us...@httpd] trouble using environment variables in rewriterules

2009-06-18 Thread Eric Covener
On Thu, Jun 18, 2009 at 7:51 AM, Jeremy Jones wrote: > Hi, > I'm trying to set an environment variable in httpd.conf and then have it > available to the URL-portion of a RewriteRule in a .htaccess file. Please > could someone assist: > > > In httpd.conf I have this line setting the environment vari

[us...@httpd] trouble using environment variables in rewriterules

2009-06-18 Thread Jeremy Jones
Hi, I'm trying to set an environment variable in httpd.conf and then have it available to the URL-portion of a RewriteRule in a .htaccess file. Please could someone assist: In httpd.conf I have this line setting the environment variable: SetEnv MODPERLPORT 81 and in .htaccess I

[us...@httpd] How to tunnel tcp through apache 2.2 reverse proxy

2009-06-18 Thread Holger Weissboeck
Good day everyone, i am in desperate need for your help with a problem tunneling a custom tcp protocol through a chain of apache servers configured as proxies. The necessary setup looks like this: Client -> [Apache 2.2 Reverse Proxy] -> [Apache 2.2 Forward Proxy] -> Server and unfortunately it ca

[us...@httpd] trouble using environment variables in rewriterules

2009-06-18 Thread Jeremy Jones
Hi, I'm trying to set an environment variable in httpd.conf and then have it available to the URL-portion of a RewriteRule in a .htaccess file. Please could someone assist: In httpd.conf I have this line setting the environment variable: SetEnv MODPERLPORT 81 and in .htaccess I

RE: [us...@httpd] throgh https accesing struts2 application

2009-06-18 Thread ravindra
Thanks for the reply André, Sorry for the insufficient information. At present apache httpd and apache tomcat are running on the same machine. Under htdocs folder of apache httpd we have our static (html) wesite content. Under apache tomcat6.0 we have Struts2 application deployed.

Re: [us...@httpd] throgh https accesing struts2 application

2009-06-18 Thread André Warnier
ravindra wrote: In your description, it is not very clear - if you use Apache httpd /and/ Apache Tomcat - if yes, are these separate hosts, and if yes, are they at the same physical location ? - how they are connected (mod_proxy, mod_proxy_ajp, mod_jk,..) - which things you handle with httpd, wh

[us...@httpd] throgh https accesing struts2 application

2009-06-18 Thread ravindra
Hi all, I have Struts2 application running in Tomcat6.0 and I am using Apache Clustering and load balancing for that application. I am able to access all my documents under apache htdocs through https. Somewhere in those documents I have a link to my application like "http://1.2.3.4:8080/app/lo

Re: [us...@httpd] What does this info means and how to fix?

2009-06-18 Thread André Warnier
Melanie Pfefer wrote: Hi I see this in the error logs: [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 0 idle, and 21 total children [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServ

[us...@httpd] What does this info means and how to fix?

2009-06-18 Thread Melanie Pfefer
Hi I see this in the error logs: [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 0 idle, and 21 total children [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 16 child

RE: [us...@httpd] mod_auth_pgsql and mod_auth_mysql on the same server

2009-06-18 Thread Marc Feist
Hi! > Use mod_authn_dbd, which works obsoletes the modules mentioned > in your subject line for authentication. Thanks to Nick for pointing me to DBD. I googled 2 days for mod_auth_mysql/mod_auth_pgsql with no clues at all. Everything is working now! Best, Marc ---

Re: [us...@httpd] New DOS HTTP tool

2009-06-18 Thread Nick Kew
On 17 Jun 2009, at 21:59, Julien Pauli wrote: Any suggestions, ideas ? ;) OhBugger. I meant to test-drive this before it went (fully) public. If you want to be helpful with this, you might like to test-drive how the following affect this: * Event MPM over others (and Worker over Prefork)

RE: [us...@httpd] how to setup mod_ssl to accept only https requests

2009-06-18 Thread ravindra
Thanks guys your solutions worked. _ From: Lyle Wincentsen [mailto:lyle.wincent...@gmail.com] Sent: Thursday, June 18, 2009 12:47 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] how to setup mod_ssl to accept only https requests >Davide wrote: >You have two way: remove t

Re: [us...@httpd] how to do http PUT inside the output filter

2009-06-18 Thread Nick Kew
On 17 Jun 2009, at 18:52, Lyudmila L. Balakireva wrote: Hello, I am new to apache and c and Then you're probably being over-ambitious :-) One thing that immediately stands out: you're using the request pool, but you defined your filter to run outside the protocol level, where the request obj

Re: [us...@httpd] how to setup mod_ssl to accept only https requests

2009-06-18 Thread Lyle Wincentsen
>Davide wrote: >You have two way: remove the 'Listen 80' option, basically disabling the >whole http part, or add a 'RedirectPermanent / https:...' to the default >http vhost to redirect all the http request to https. You could also call the following php function at the top of each page where you