Re: [us...@httpd] Re: Apache httpd does not respect the HTTP RFCs !

2009-11-28 Thread Eric Covener
On Sat, Nov 28, 2009 at 7:23 PM, Carsten Wiedmann wrote: > André Warnier schrieb: >> So how do you enumerate invalid hosts explicitly then ? > > Right, it's a little bit curious, that you can't set 400 with mod_rewrite > (or header), only 403 (or 410). In 2.2.x you can probably use [R=400] --

[us...@httpd] Re: Apache httpd does not respect the HTTP RFCs !

2009-11-28 Thread Carsten Wiedmann
André Warnier schrieb: > So how do you enumerate invalid hosts explicitly then ? Right, it's a little bit curious, that you can't set 400 with mod_rewrite (or header), only 403 (or 410). That's what I'm always doing: httpd-vhosts.conf: | NameVirtualHost *:80 | | | ServerName nohost | R

Re: [us...@httpd] Apache httpd does not respect the HTTP RFCs !

2009-11-28 Thread Eric Covener
On 11/28/09, André Warnier wrote: > Eric Covener wrote: > > > On 11/28/09, André Warnier wrote: > > > > > ;-) > > > I just wanted, once, to use a subject line with capitals and an > > > exclamation mark. > > > > > > It seems however that in this particular case, neither Tomcat nor > Apache > >

Re: [us...@httpd] Apache httpd does not respect the HTTP RFCs !

2009-11-28 Thread André Warnier
Eric Covener wrote: On 11/28/09, André Warnier wrote: ;-) I just wanted, once, to use a subject line with capitals and an exclamation mark. It seems however that in this particular case, neither Tomcat nor Apache httpd follow the rules, when they default to the .. default virtual host in

[us...@httpd] httpd translate to dutch

2009-11-28 Thread Teun
Best People, Are there Dutch people who like to start translate apache httpd manual? Teun - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. T

Re: [us...@httpd] need help with my apache

2009-11-28 Thread Evan Platt
On Sat, 28 Nov 2009 18:29:18 + (GMT), you wrote: >yes it is the httpd.conf file i cant seem to find the web adress See my reply and Eric's reply to your other message. - The official User-To-User support forum of the Apache

Re: [us...@httpd] need help with my apache

2009-11-28 Thread Peter Maguire
yes it is the httpd.conf file i cant seem to find the web adress From: Iñigo Medina To: users@httpd.apache.org Sent: Sat, 28 November, 2009 18:27:05 Subject: Re: [us...@httpd] need help with my apache > i need help i cant get onto the page when i type in adre

Re: [us...@httpd] need help with my apache

2009-11-28 Thread Iñigo Medina
i need help i cant get onto the page when i type in adress in httpd.conf but im not sure im doing it right Could you describe better your problem? Anything with httpd.conf? iñigo - The official User-To-User support forum of

Re: [us...@httpd] mod_vhost compilation errors

2009-11-28 Thread Eric Covener
On 11/28/09, Mohit Anchlia wrote: > On Fri, Nov 27, 2009 at 10:08 AM, Eric Covener wrote: > > On Fri, Nov 27, 2009 at 12:14 PM, Mohit Anchlia > wrote: > >> What changes do I need to make to my compile script to use apxs? > >> > >> libtool --silent --mode=compile gcc -g -O2 -pthread-DLI

[us...@httpd] mod vhost limit module

2009-11-28 Thread Mohit Anchlia
I downloaded mod vhost limit module from it's site. I've compiled it and ready to use. Problem is that I can't locate it's manual or tutorial or even a simple example anywhere. Has anyone use this module and have some examples for me would be really great? If not, then I am not sure how I can get

Re: [us...@httpd] mod_vhost compilation errors

2009-11-28 Thread Mohit Anchlia
On Fri, Nov 27, 2009 at 10:08 AM, Eric Covener wrote: > On Fri, Nov 27, 2009 at 12:14 PM, Mohit Anchlia > wrote: >> What changes do I need to make to my compile script to use apxs? >> >> libtool --silent --mode=compile gcc  -g -O2 -pthread    -DLINUX=2 \ > > I assume you'd just replace it: > > h

Re: [us...@httpd] Apache httpd does not respect the HTTP RFCs !

2009-11-28 Thread Eric Covener
On 11/28/09, André Warnier wrote: > ;-) > I just wanted, once, to use a subject line with capitals and an > exclamation mark. > > It seems however that in this particular case, neither Tomcat nor Apache > httpd follow the rules, when they default to the .. default virtual host > in the case w

[us...@httpd] Apache httpd does not respect the HTTP RFCs !

2009-11-28 Thread André Warnier
;-) I just wanted, once, to use a subject line with capitals and an exclamation mark. It seems however that in this particular case, neither Tomcat nor Apache httpd follow the rules, when they default to the .. default virtual host in the case where they cannot find a match between the Host: head