Re: [us...@httpd] Centralized logging.

2010-04-09 Thread Sandro Tosi
On 04/08/2010 10:52 PM, Ray Van Dolson wrote: So how are people out there in mailing list land handling centralized logging? We are considering using Scribe[1] to send logs to a remote log server and aggregate/elaborate them in real-time. [1]

Re: [us...@httpd] Centralized logging.

2010-04-09 Thread Mike Cardwell
On 09/04/2010 03:38, Sander Temme wrote: The options I see so far are: Anyone using mod_log_spread and a spread ring to distribute logs? I used that at my previous job which I left a few years ago. I'm assuming they still have it in place. IIRC there were eight shared hosting web servers

[us...@httpd] Can I have two virtual hosts with same servername?

2010-04-09 Thread Michael Ni
I have a java project that resides in tomcat. Recently we needed to add Wordpress (php project). We decided to go with Apache Server in front with virtual hosts with mod_proxy_ajp. So far I have gotten different server names to work http://www.foobar.com http://blog.foobar.com VirtualHost

Re: [us...@httpd] Can I have two virtual hosts with same servername?

2010-04-09 Thread Nilesh Govindarajan
On 04/09/10 15:14, Michael Ni wrote: I have a java project that resides in tomcat. Recently we needed to add Wordpress (php project). We decided to go with Apache Server in front with virtual hosts with mod_proxy_ajp. So far I have gotten different server names to work http://www.foobar.com

Re: [us...@httpd] Can I have two virtual hosts with same servername?

2010-04-09 Thread Michael Ni
we actually are doing http://www.foobar.com/blog instead of http://blog.foobar.com for SEO reasons. we hope linking to the blog will boost up the the main site. i have NameVirtualHost *:80 but do i really need server alias? On Fri, Apr 9, 2010 at 2:48 AM, Nilesh Govindarajan

[us...@httpd] Reverse proxy - Getting CGI environment variable on backend server

2010-04-09 Thread Amit Panwar
Hi All, I'm using reverse proxy to forward request to my internal apache server, which is working fine. Here is my configuration on front apache server: ProxyRequests Off ProxyPassInterpolateEnv On ProxyPass /someapp http://internal_server/someapp interpolate ProxyPassReverse

Re: [us...@httpd] Reverse proxy - Getting CGI environment variable on backend server

2010-04-09 Thread Tom Evans
On Fri, Apr 9, 2010 at 2:14 PM, Amit Panwar ami...@imfinity.com wrote: Hi All, I'm using reverse proxy to forward request to my internal apache server, which is working fine. Here is my configuration on front apache server:   ProxyRequests Off   ProxyPassInterpolateEnv On   ProxyPass

Re: [us...@httpd] Reverse proxy - Getting CGI environment variable on backend server

2010-04-09 Thread Octavian Rasnita
NOD32 Antivirus, version of virus signature database 5012 (20100409) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com - The official User-To-User support forum of the Apache HTTP Server Project

Re: [us...@httpd] Can I have two virtual hosts with same servername?

2010-04-09 Thread Rich Bowen
On Apr 9, 2010, at 5:44 AM, Michael Ni wrote: I have a java project that resides in tomcat. Recently we needed to add Wordpress (php project). We decided to go with Apache Server in front with virtual hosts with mod_proxy_ajp. snip we want to do the following instead

[us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-09 Thread Wang, Mary Y
Hi, I'm in the process of upgrading to httpd 2.0.46. I'm getting this error when it goes to this URL https://devbrass2.ana.bna.boeing.com/projects/ms-tools-charts/ . The page showed as The requested URL /projects/ms-tools-charts/ was not found on this server. The ssl_error_log showed File

Re: [us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-09 Thread Libo Song
One quick point, you have port in your ServerName, but your request does not. Is that a typo? On Fri, Apr 9, 2010 at 12:34 PM, Wang, Mary Y mary.y.w...@boeing.com wrote: Hi, I'm in the process of upgrading to httpd 2.0.46.  I'm getting this error when it goes to this URL

Re: [us...@httpd] Can I have two virtual hosts with same servername?

2010-04-09 Thread Nilesh Govindarajan
On 04/09/10 15:22, Michael Ni wrote: we actually are doing http://www.foobar.com/blog instead of http://blog.foobar.com for SEO reasons. we hope linking to the blog will boost up the the main site. i have NameVirtualHost *:80 but do i really need server alias? On Fri, Apr 9, 2010 at 2:48

RE: [us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-09 Thread Wang, Mary Y
Thank for your response. I don't understand what you were saying. Can you point out where the possible problem was in the my httpd.conf file? Or give me an example. Mary -Original Message- From: Libo Song [mailto:ls...@google.com] Sent: Friday, April 09, 2010 10:27 AM To:

Re: [us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-09 Thread Libo Song
You are using this URL: https://devbrass2.ana.bna.boeing.com/projects/ms-tools-charts/ Your httpd.conf setting has this ServerName devbrass2.ana.bna.boeing.com:443 so, how about try this URL http://devbrass2.ana.bna.boeing.com:443/projects/ms-tools-charts/ On Fri, Apr 9, 2010 at 1:34 PM, Wang,

RE: [us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-09 Thread Wang, Mary Y
Hmmm. Actually the http://devbrass2.ana.bna.boeing.com/ is a variable. Any thing after .com could be anything based on the frontend php code. I could have hundreds of /projects/xxx. It seems like it's not following the link... I'm also concerned that I don't understand the newer httpd.conf

[us...@httpd] HTTPS Connection Timeouts

2010-04-09 Thread Rick Cone
Hi, We are using Apache server version 1.3.37 on Unix, and we occasionally get a lot of https connections at the same time (or thereabouts) to some CGI's. Some of these https connections are getting a timeout, and in particular, a connection to a CGI that we use monitor things with to this site

Re: [us...@httpd] Centralized logging.

2010-04-09 Thread Brent Clark
On 08/04/2010 22:52, Ray Van Dolson wrote: So how are people out there in mailing list land handling centralized logging? I'd like to mirror my web farm's logfiles on a central server, but want to be sure to preserve the W3C-ness so it's easy to run awstats, etc against them from off this

Re: [us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-09 Thread alin vasile
The directory /usr/brass/www/projects/ms-tools-charts/ exists on your server? What should be the index page there? From: Wang, Mary Y mary.y.w...@boeing.com To: users@httpd.apache.org users@httpd.apache.org Sent: Fri, April 9, 2010 9:43:47 PM Subject: RE: