Re: [us...@httpd] Headers Spanning in multiple TCP segment.

2010-04-10 Thread Eric Covener
On Sat, Apr 10, 2010 at 10:17 PM, rangeli nepal wrote: > Good Evening Everybody, > I am trying to send a authorization header where token in pretty big( around > 2.5 kb). > It is going in form of > Authorization:  Custom value > However apache responds me with bad request. looking at the tcpdump I

[us...@httpd] Headers Spanning in multiple TCP segment.

2010-04-10 Thread rangeli nepal
Good Evening Everybody, I am trying to send a authorization header where token in pretty big( around 2.5 kb). It is going in form of Authorization: Custom value However apache responds me with bad request. looking at the tcpdump I see the header spanning in two tcp packets. I was wondering if th

[us...@httpd] use ssi to enforce Content-disposition header

2010-04-10 Thread Evuraan
Can apache SSI be used to enforce Content-disposition for a file from within a shtml page? many thanks in advance. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist

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

2010-04-10 Thread Wang, Mary Y
Thanks Eric!!! Yuppie!!! It is working now. I added AcceptInfo On in httpd.conf (I didn't have to do this in the old version of apache). It saved hours of reading the Apache documentation and googling... Thanks again. Mary -Original Message- From: Eric Covener [mailto:cove...@gmail.

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

2010-04-10 Thread Eric Covener
On Sat, Apr 10, 2010 at 1:31 PM, Wang, Mary Y wrote: > Thanks for the reply. > There is a filename called projects (this is a php script file) under > "/usr/brass/www/", and the projects php script file would parse the incoming > URL (in the example below, it would extract 'ms-tools-charts' and qu

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

2010-04-10 Thread Wang, Mary Y
Thanks for the reply. There is a filename called projects (this is a php script file) under "/usr/brass/www/", and the projects php script file would parse the incoming URL (in the example below, it would extract 'ms-tools-charts' and query the database for ms-tool-charts to display the content

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

2010-04-10 Thread Jason Nunnelley
On 4/10/10 10:04 AM, Ray Van Dolson wrote: Why not use splunk. -- Way too expensive. I think this space could use some competition. :) (Splunk is pretty awesome however though it wouldn't help me in this particular case really...). I keep hearing about folks and Splunk, and would love

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

2010-04-10 Thread Ray Van Dolson
On Fri, Apr 09, 2010 at 10:44:54PM -0700, Brent Clark wrote: > 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

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

2010-04-10 Thread Michael Ni
Thanks guys it worked using two unique servernames, blog.foobar.com and www.foobar.com ProxyPass /blog/ http://blog.foobar.com:80/ ServerName blog.foobar.com DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" ServerName www.foobar.com AddDef

Re: [us...@httpd] Deny from all force

2010-04-10 Thread Devraj Mukherjee
Hi Nilesh, Deny and Allow option override can be globally configured as such http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride I was wondering how and more importantly WHY you plan to block users from particular countries? On Wed, Apr 7, 2010 at 3:15 PM, Nilesh Govindarajan wrote: >

Re: [us...@httpd] RE: Apache 1.3.41 + SSL

2010-04-10 Thread Devraj Mukherjee
Hi Motty, According to Networking handbook on Freebsd's site http://www.freebsd.org/doc/handbook/network-apache.html Section 29.7.5.1 mod_ssl "If you have not yet installed Apache, then a version of Apache 1.3.X that includes mod_ssl may be installed with the www/apache13-modssl port. SSL suppor