Re: [us...@httpd] Which MPM - prefork or worker

2009-02-19 Thread Peter Schober
* Phaniraj Ranganath [2009-02-19 20:46]: > Can anyone let me know when to use worker or prefork mpm. > What are the advantages/disadvantages of one over the other? http://httpd.apache.org/docs/2.2/en/mod/worker.html http://httpd.apache.org/docs/2.2/en/mod/prefork.html cheers, -peter ---

[us...@httpd] Which MPM - prefork or worker

2009-02-19 Thread Phaniraj Ranganath
Hi, Can anyone let me know when to use worker or prefork mpm. What are the advantages/disadvantages of one over the other? Thanks, Phaniraj

[us...@httpd] Re:[OT] [us...@httpd] Please help unsubscribe

2009-02-19 Thread André Warnier
Doug McNutt wrote: At 10:55 -0500 2/19/09, Denise Mangano wrote: I will try that... This issue came up with something else - we use a smarthost with our email and I am starting to think it is doing some 'manipulation' some where. Thanks again. I note that your message to the list are formatte

RE: [us...@httpd] Please help unsubscribe

2009-02-19 Thread Doug McNutt
At 10:55 -0500 2/19/09, Denise Mangano wrote: I will try that... This issue came up with something else - we use a smarthost with our email and I am starting to think it is doing some 'manipulation' some where. Thanks again. I note that your message to the list are formatted as HTML. You might

Re: [us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-19 Thread rui fernandes
Ok you did not gave me any urls... I thought so, but it was google who gave based on your indications: http://confluence.atlassian.com/display/DOC/Configuring+Tomcat%27s+URI+encoding 2009/2/19 rui fernandes : > Thanks Eric. > > By reading the info urls you gave I was able to identify the problem.

Re: [us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-19 Thread rui fernandes
Thanks Eric. By reading the info urls you gave I was able to identify the problem. It was just a matter of setting apache to disable url parsing since I want it as a clean simple load balance server. Just had to comment the original line and set it as unparsed according: #JkOptions +ForwardKeySiz

[us...@httpd] Re: How to mount JBoss in Subdir

2009-02-19 Thread carsten
Thanks for your Info. > ProxyPass /extern/appcontext http://tomcatserver:8080/appcontext > ProxyPassReverse /extern/appcontext http://tomcatserver:8080/appcontext We have managed to get the url to be the same, due to your post. Proxys are banned from our httpservers;-) Here is the solution https:

RE: [us...@httpd] Please help unsubscribe

2009-02-19 Thread Denise Mangano
I will try that... This issue came up with something else - we use a smarthost with our email and I am starting to think it is doing some 'manipulation' some where. Thanks again. Denise -Original Message- From: Davide Bianchi [mailto:dav...@walterisookeensufferukker.nl] Sent: Thursday,

Re: [us...@httpd] Please help unsubscribe

2009-02-19 Thread Davide Bianchi
Denise Mangano wrote: > I subscribed with deni...@complusdata.com Well, actually it seems that your address is Denisem (with a capital 'D') Try to reconfigure your mail program to use the capitalized letter. Davide -- Today's most popular operating system is Microsoft Windows, which runs multip

[us...@httpd] Please help unsubscribe

2009-02-19 Thread Denise Mangano
I subscribed to this list and now want to unsubscribe. However, when I try to unsubscribe it tells me that my email address is not subscribed yet I continue to get emails. I received an 'ezmlm response' telling me that my address btv1==301146f3b3d==deni...@complusdata.com mailto:btv1==301146f3

[us...@httpd] block ip address for certain (server) context

2009-02-19 Thread Reis Markus
Hi, We want to block certain ip addresses from accessing a certain (server) context - e.g. ip address 10.1.13.25 shouldn't be able to access (server) context (not a directory) 'myapplication'. [*NOTE*] We use mod_jk in order to "forward" certain contexts to a JBoss AS instance. Therefore we add

Re: [us...@httpd] Apache Proxy up Issues

2009-02-19 Thread Charles Payne (Travel Channel)
Client. The problem we are using an app that takes the files from the client upload the files via ajp proxy to the app that sits behind the webserver. On 2/19/09 10:16 AM, "Eric Covener" wrote: > On Thu, Feb 19, 2009 at 10:10 AM, Charles Payne (Travel Channel) > wrote: >> > Guys, >> > >> > We

Re: [us...@httpd] Apache Proxy up Issues

2009-02-19 Thread Eric Covener
On Thu, Feb 19, 2009 at 10:10 AM, Charles Payne (Travel Channel) wrote: > Guys, > > We are having an issue with uploading files, it seems to take forvever. On a > standard DSL line 3MB it taking 30 mins plus to upload a 300 MB. Client or server is on DSL? What's your bandwidth like in the operati

Re: [us...@httpd] Apache Proxy up Issues

2009-02-19 Thread Davide Bianchi
Charles Payne (Travel Channel) wrote: > We are having an issue with uploading files, it seems to take forvever. > On a standard DSL line 3MB it taking 30 mins plus to upload a 300 MB. > > I am wondering if there a module that we can compile that canhelp speed > uploads. Or are things that I can ad

[us...@httpd] Apache Proxy up Issues

2009-02-19 Thread Charles Payne (Travel Channel)
Guys, We are having an issue with uploading files, it seems to take forvever. On a standard DSL line 3MB it taking 30 mins plus to upload a 300 MB. I am wondering if there a module that we can compile that canhelp speed uploads. Or are things that I can adjust in my httpd.conf file to help with

Re: [us...@httpd] turn off basic authentication for one file

2009-02-19 Thread André Warnier
Jake Garfield wrote: [...] I have this in the document root .htaccess: Order Deny,Allow Deny from All AuthType Basic AuthName "Access" AuthUserFile /blah/blah Require user blah Satisfy any and this in the directory of that file Allow from all Satisfy any Is there any particul

Re: [us...@httpd] SQUID + APACHE

2009-02-19 Thread Tom Evans
On Thu, 2009-02-19 at 00:01 +0100, F. wrote: > Hello I have squid as accelerator, but I have a security problem with > IP based access. Apache see all users as localhost. > > Any method to use X-forward-IP in Apache instead of normal IP? > mod_rpaf - http://stderr.net/apache/rpaf/ RPAFenable

Re: [us...@httpd] turn off basic authentication for one file

2009-02-19 Thread Jake Garfield
-Original Message- >From: Peter Schober >Sent: Feb 18, 2009 12:30 PM >To: users@httpd.apache.org >Subject: Re: [us...@httpd] turn off basic authentication for one file > > > Allow from all > Satisfy any > > >should do, even if this is within a protected Directory, Location, etc. > >che

Re: [us...@httpd] Authentication/Authorization using HTTP Server

2009-02-19 Thread Nick Kew
On 19 Feb 2009, at 01:37, Vasanth Kumar ravi wrote: Well i did try to access the link http://oskin.ru/ mod_auth_oracle.html, but the page did not come up. Just make sure you have an APR-UTIL 1.3.x version with Oracle support and use the DBD auth modules. The old mod_auth_[whatever backend] m

Re: [us...@httpd] mod gzip doesn't seem to work with proxied content

2009-02-19 Thread Nick Kew
On 6 Feb 2009, at 09:51, Otheus wrote: Greetings, We are using Apache 2.0.52, 32-bit, and I have tried to enable mod_deflate. It works for some content, but most notably, it does not work for content that is directed via the Rewrite engine to a proxy server. mod_deflate will work fine with p

Re: [us...@httpd] what is the charset of a URL ?

2009-02-19 Thread Nick Kew
On 7 Feb 2009, at 21:30, André Warnier wrote: Hi. I have been wondering for a while about how a server application should really consider the "query string" part of a URL, in terms of character encoding. I am talking here of a URL of the form http://hostname/somepath?name1=value1&name2=v

Re: [us...@httpd] Why 2 httpd.exe running?

2009-02-19 Thread Tony Anecito
Nevermind I figured it out. Thanks, -Tony --- On Thu, 2/19/09, Tony Anecito wrote: > From: Tony Anecito > Subject: [us...@httpd] Why 2 httpd.exe running? > To: "Apache Mailing List" > Date: Thursday, February 19, 2009, 1:03 AM > Hi All, > > I noticed that under Windows I have 2 httpd.exe ru

[us...@httpd] Why 2 httpd.exe running?

2009-02-19 Thread Tony Anecito
Hi All, I noticed that under Windows I have 2 httpd.exe running with almost the same amount of memory. Why would the be? I do have some settings I am using in my worker.properties file that might cause this to happen? By specifying a load balancer does this cause two instances to be started? I