Re: [users@httpd] No Content-Type header despite DefaultType directive

2011-12-06 Thread Igor Cicimov
I think it also depends on the file exstension and you dont have any. Then it depends on how the file exstension is mapped in apache. On Dec 6, 2011 2:09 AM, "Dennis Jacobfeuerborn" wrote:

Re: [users@httpd] No Content-Type header despite DefaultType directive

2011-12-06 Thread Igor Cicimov
I think it also depends on the file exstension and you dont have any. Then it depends on how the file exstension is mapped in apache. And also what kind of Accept header the browser sends. You might read the mod_mime and mod_negotiation docs for more details. On Dec 6, 2011 2:09 AM, "Dennis Jacobfe

[users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Alex Samad - Yieldbroker
Hi I am in the situation where I am looking at replacing a rhel LVS + apache load balanced reverse proxy with Windows, I have started to look at IIS7. But I am thinking I would rather use apache. Has anyone on the list used apache on W 2008 R2 and have the used it with the Microsoft NLB. Does

Re: [users@httpd] No Content-Type header despite DefaultType directive

2011-12-06 Thread Tom Evans
On Mon, Dec 5, 2011 at 3:08 PM, Dennis Jacobfeuerborn wrote: > Hi, > I am trying to get Apache to send a file with the filename "test" that > contains html through a filter for the mime type text/html. The problem is > that even when I set a DefaultType in .htaccess the response doesn't contain >

[users@httpd] mod_rewrite doesn't rewrite when the url contains %2f

2011-12-06 Thread Jérôme DESPATIS
Hello, I have a strange problem, I want to redirect everything to index.php in a vhost (index.php is my controller), so I use the minimalistic vhost config, indicated at the end of this mail afterwards, when I go to http://testtag.poseidon.dev/%20, all is ok, I can see my rewrite log (in /tm

Re: [users@httpd] No Content-Type header despite DefaultType directive

2011-12-06 Thread Dennis Jacobfeuerborn
On 12/06/2011 11:13 AM, Tom Evans wrote: On Mon, Dec 5, 2011 at 3:08 PM, Dennis Jacobfeuerborn wrote: Hi, I am trying to get Apache to send a file with the filename "test" that contains html through a filter for the mime type text/html. The problem is that even when I set a DefaultType in .hta

Re: [users@httpd] mod_rewrite doesn't rewrite when the url contains %2f

2011-12-06 Thread Tom Evans
On Tue, Dec 6, 2011 at 10:52 AM, Jérôme DESPATIS wrote: > Hello, > > I have a strange problem, I want to redirect everything to index.php in a > vhost (index.php is my controller), so I use the minimalistic vhost config, > indicated at the end of this mail > > afterwards, when I go to http://testt

Re: [users@httpd] mod_rewrite doesn't rewrite when the url contains %2f

2011-12-06 Thread Jérôme DESPATIS
Ohh, big thanks :) I understand the option now due to security thanks again Le 06/12/2011 11:56, Tom Evans a écrit : On Tue, Dec 6, 2011 at 10:52 AM, Jérôme DESPATIS wrote: Hello, I have a strange problem, I want to redirect everything to index.php in a vhost (index.php is my controller), s

Re: [users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Yehuda Katz
On Tue, Dec 6, 2011 at 5:12 AM, Alex Samad - Yieldbroker < alex.sa...@yieldbroker.com> wrote: > Hi > > I am in the situation where I am looking at replacing a rhel LVS + apache > load balanced reverse proxy with Windows, I have started to look at IIS7. > But I am thinking I would rather use apach

RE: [users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Rapp, James
Hi Yehuda, Apache works fine with Microsoft NLB. You can set the Listen directive to the NLB IP address and you should have no problem binding to that interface. http://httpd.apache.org/docs/current/mod/mpm_common.html#listen Good luck. Jim James Rapp Senior Ecosystem Quality Manager, Global

[users@httpd] piped logs problem on sco 6.0.0

2011-12-06 Thread Rob Landrito
Greetings, I'm trying to used piped logs as described here: http://httpd.apache.org/docs/2.2/logs.html#piped. The environment is httpd 2.2.11 on sco 6.0.0 (SCO_SV system 5 6.0.0 i386). I'm using User nouser Group nogroup Apache is unable to start, printing the following to stderr on startup: [T

RE: [users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Alex Samad - Yieldbroker
Hi Thanks, I suppose the finally questions for this are 1) any idea if there is a tomcat (AJP) connector that would work or are all the standard modules compiled 2) what worker model is it mpm or single thread ? Alex -Original Message- From: Rapp, James [mailto:james.r...@sap.com] Se

Re: [users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Yehuda Katz
On Tue, Dec 6, 2011 at 2:23 PM, Alex Samad - Yieldbroker < alex.sa...@yieldbroker.com> wrote: > > 1) any idea if there is a tomcat (AJP) connector that would work or are > all the standard modules compiled > http://tomcat.apache.org/tomcat-4.0-doc/config/ajp.html Binaries for mod_jk are available

Re: [users@httpd] piped logs problem on sco 6.0.0

2011-12-06 Thread Jeff Trawick
On Tue, Dec 6, 2011 at 1:47 PM, Rob Landrito wrote: > Greetings, > > I'm trying to used piped logs as described here: > http://httpd.apache.org/docs/2.2/logs.html#piped.  The environment is > httpd 2.2.11 on sco 6.0.0 (SCO_SV system 5 6.0.0 i386).  I'm using > User nouser > Group nogroup > > Apach

Re: [users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread congo thomas
On Tue, December 6, 2011 20:35, Yehuda Katz wrote: > On Tue, Dec 6, 2011 at 2:23 PM, Alex Samad - Yieldbroker < > alex.sa...@yieldbroker.com> wrote: >> >> 1) any idea if there is a tomcat (AJP) connector that would work or are >> all the standard modules compiled >> > http://tomcat.apache.org/tomc

RE: [users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Alex Samad - Yieldbroker
Hi Great, currently the set I have is IPVS (rhel) -> apache 2.2 mpm using mod_proxy_ajp -> jboss cluster I guess I should have specified mod_proxy_ajp and not tomcat connector - they are sort of the same in my mind :) (can't believe I am saying this), but its actually cheaper to run 2 IIS se

Re: [users@httpd] Apache reverse proxy 2-way SSL authentication

2011-12-06 Thread Igor Galić
- Original Message - > Hello list, > I am investigating what kind of reverse proxy solution would fit a > customers requirement. I am also looking at Apache. One of the Apache? We have a couple of proxies at Apache, like Apache httpd's mod_proxy, and then there's Apache Traffic Server ;)

[users@httpd] SSL cipher suite modification

2011-12-06 Thread aparna Puram
Hello , Currently we are using the following ciphersuite in our httpd.conf file. SSLCipherSuite !ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL But our new client does not support the RC4+RSA cipher tag. They support DES-CBC-SHA tag. However, There are many other clinets using the