You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mike Cronin <mi...@fax.com> on 2007/09/14 23:11:41 UTC

Apache Directives help...

Hi there,
 
I need to add the following Apache Directive in an attempt to fix a
multi-part form POST issue being encountered due to an IE bug. Where are
these directives set under Apache Tomcat 6? Is the http.conf a thing of the
past? I'm a bit lost here.

BrowserMatch ".MSIE." \

nokeepalive ssl-unclean-shutdown \

downgrade-1.0 force-response-1.0

 

Thanks for your assistance!

 

Mike

 

Fax.com

"The New Way To Fax!"

 <http://www.fax.com/> www.fax.com

 

Confidential: This electronic message and all contents contain information
from Fax.com, Inc. which may be privileged, confidential or otherwise
protected from disclosure. The information is intended to be for the
addressee(s) only.  If you are not an addressee, any disclosure, copy,
distribution or use of the contents of this message is prohibited.  If you
have received this electronic message in error, please notify the sender by
reply e-mail and destroy the original message and all copies. Thank you.

 


RE: Apache Directives help...

Posted by Mike Cronin <mi...@fax.com>.
Thanks Charles.

I realize that the directives I mentioned exist under Apache HTTP server,
and was looking for a similar implementation under Apache Tomcat 6, which
you have just helped me with.

Thanks much!

Mike

Fax.com
"The New Way To Fax!"
www.fax.com
 
Confidential: This electronic message and all contents contain information
from Fax.com, Inc. which may be privileged, confidential or otherwise
protected from disclosure. The information is intended to be for the
addressee(s) only.  If you are not an addressee, any disclosure, copy,
distribution or use of the contents of this message is prohibited.  If you
have received this electronic message in error, please notify the sender by
reply e-mail and destroy the original message and all copies. Thank you.

-----Original Message-----
From: Caldarale, Charles R [mailto:Chuck.Caldarale@unisys.com] 
Sent: Friday, September 14, 2007 2:19 PM
To: Tomcat Users List
Subject: RE: Apache Directives help...

> From: Mike Cronin [mailto:mike.cronin@fax.com] 
> Subject: Apache Directives help...
> 
> Where are these directives set under Apache Tomcat 6?

Are you confusing the Apache HTTP server (aka httpd) with Apache Tomcat?
They're completely different entities.  The directives you're inquiring
about are for httpd, not Tomcat.  For something similar in Tomcat, start
with the restrictedUserAgents attribute for the HTTP <Connector>
element:
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

 - Chuck

THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Apache Directives help...

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Mike Cronin [mailto:mike.cronin@fax.com] 
> Subject: Apache Directives help...
> 
> Where are these directives set under Apache Tomcat 6?

Are you confusing the Apache HTTP server (aka httpd) with Apache Tomcat?
They're completely different entities.  The directives you're inquiring
about are for httpd, not Tomcat.  For something similar in Tomcat, start
with the restrictedUserAgents attribute for the HTTP <Connector>
element:
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

 - Chuck

THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org