[us...@httpd] Options "per address"?

2009-04-24 Thread Anders Norrbring
Is there a way to control options for a directory per address mask? Like from 192.168.111.0/24, I can have 'Options All' but from all other addresses, 'Options None'.. Anders - The official User-To-User support forum of the Apa

Re: [us...@httpd] Using _default_ vhosts

2009-04-24 Thread William A. Rowe, Jr.
Eric Covener wrote: > On Fri, Apr 24, 2009 at 3:04 PM, jeff00seattle > wrote: >> Reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html#default >> Using _default_ vhosts >> >> I am confused between the difference between using _default_:80 and *:80. > > I'm convinced it's the same as

Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-24 Thread William A. Rowe, Jr.
sathya sai wrote: > Someone help me out by confirming, HTTP request (from web browser) to an > IPv6 link local address with scope-id is not supported on Apache-2.2.x ? Correct. See RFC3879; http://www.rfc-editor.org/rfc/rfc3879.txt suggests it should not be supported. ---

[us...@httpd] Re: Remote Browsing of Other Ports than Port 80

2009-04-24 Thread Nicholas Sherlock
jeff00seattle wrote: ISSUE: Opening a browser on localhost can see all declared vhost (3 different ports), but browsing remotely I can only see one vhost (port 80). What I am I missing? SETUP: I have declared upon a single site (IP ##.##.##.##) three different VirtualHost configurations; one Vir

[us...@httpd] Remote Browsing of Other Ports than Port 80

2009-04-24 Thread jeff00seattle
Hi ISSUE: Opening a browser on localhost can see all declared vhost (3 different ports), but browsing remotely I can only see one vhost (port 80). What I am I missing? SETUP: I have declared upon a single site (IP ##.##.##.##) three different VirtualHost configurations; one VirtualHost declared

[us...@httpd] Understand "httpd -t -D DUMP_VHOSTS"

2009-04-24 Thread jeff00seattle
Presented is the output of httpd -t -D DUMP_VHOSTS. Why does every NameVirtualHost reference its configuration twice; one for the default server and the other for the port namevhost? And why do all NameVirtualHost(s) have a default server reference, which seems conflicting. httpd -t -D DUM

Re: [us...@httpd] Using _default_ vhosts

2009-04-24 Thread Eric Covener
On Fri, Apr 24, 2009 at 3:04 PM, jeff00seattle wrote: > > Reference:  http://httpd.apache.org/docs/2.2/vhosts/examples.html#default > Using _default_  vhosts > > I am confused between the difference between using _default_:80 and *:80. I'm convinced it's the same as *. The manual would have you

Re: [us...@httpd] Using _default_ vhosts

2009-04-24 Thread jeff00seattle
Sorry, but I do not yet understand _default_ vhost. Is _default_ a value assigned by Apache service, and if so then what would be its value? If my service's IP 10.20.30.40 and it was to Listen 8085, then how would these VirtualHost declarations act differently? Using wild-card *: Using _defau

Re: [us...@httpd] Using _default_ vhosts

2009-04-24 Thread Davide Bianchi
> jeff00seattle wrote: >> Reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html#default >> Using _default_ vhosts >> >> What does _default_ actually mean??? Exactly what it says. The "default" VHost is picked when Apache can't understand which vhost is requested by the client ('cause

[us...@httpd] Using _default_ vhosts

2009-04-24 Thread jeff00seattle
Reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html#default Using _default_ vhosts What does _default_ actually mean??? I am confused between the difference between using _default_:80 and *:80. Do not these VirtualHost declarations mean the same thing?: DocumentRoot /www/defau

Re: [us...@httpd] mod_deflate with gzipped input (inflate)

2009-04-24 Thread Eric Covener
On Fri, Apr 24, 2009 at 1:59 PM, Steve Bardsley wrote: >> > On Thu, Apr 23, 2009 at 1:58 PM, Steve Bardsley > > >> > > > wrote: >> > Apache/2.2.11 PHP/5.2.6 on Fedora 10 -- mod_deflate is failing >> > intermittently when *inflating* POSTed gzipped data. >> > >> > This same issue was raised in Oc

RE: [us...@httpd] mod_deflate with gzipped input (inflate)

2009-04-24 Thread Steve Bardsley
> > On Thu, Apr 23, 2009 at 1:58 PM, Steve Bardsley > > > > > > wrote: > > Apache/2.2.11 PHP/5.2.6 on Fedora 10 -- mod_deflate is failing > > intermittently when *inflating* POSTed gzipped data. > > > > This same issue was raised in October 2007.  Lack of a test case > > prevented resolution.  A

[us...@httpd] Occasional crisscrossing of virtual hosts with Apache

2009-04-24 Thread Maroun, Fred
We have several virtual hosts with a configuration that looks like this: NameVirtualHost *:80 ServerName server1234 DocumentRoot/opt/coolstack/apache2/htdocs ServerName offering1.mybank.org DocumentRoot/opt/coolstack/apache2/htdocs/offering1

Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-24 Thread Mark H. Wood
There's some confusion here as to just what is problematic. A link-local address works just fine without a scope-id. So those suggesting a modification of the address need to ask, not "do you need to use a link-local address," but, "do you need to specify a scope-id?" Because the address parsing

[us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-24 Thread Dan Poirier
sathya sai writes: > Request had reached the apache & I could see that apache logs "Client sent > malformed Host header" error message in error_log. Then apache sends "400 Bsd > Request" to the server. Then obviously the browser and server ARE communicating; otherwise how did the request arrive

Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-24 Thread André Warnier
sathya sai wrote: Someone help me out by confirming, HTTP request (from web browser) to an IPv6 link local address with scope-id is not supported on Apache-2.2.x ? I'll save someone else some writing. Sathya, what do you really want ? a registered letter from the Apache Software Foundation ?

Re: [us...@httpd] Configuring of HTTP server for DELETE method

2009-04-24 Thread André Warnier
Shob wrote: Hi Nick, You need a handler for delete. Your options are mod_dav, or a third- party module or script. If I am not wrong then the handler your speaking about is the scripts. I have already tried this. This works fine. But I would like to use this DELETE method without these scri

Re: [us...@httpd] Configuring of HTTP server for DELETE method

2009-04-24 Thread André Warnier
Nick Kew wrote: On 24 Apr 2009, at 08:48, Shob wrote: Hi All, I am trying to configure the Apache HTTP server for DELETE method without using scripts for deleting. You need a handler for delete. Your options are mod_dav, or a third-party module or script. You probably also need to have

Re: [us...@httpd] Configuring of HTTP server for DELETE method

2009-04-24 Thread Shob
Hi Nick, >>You need a handler for delete. Your options are mod_dav, or a third- >>party >>module or script. If I am not wrong then the handler your speaking about is the scripts. I have already tried this. This works fine. But I would like to use this DELETE method without these scripts. Say

Re: [us...@httpd] Configuring of HTTP server for DELETE method

2009-04-24 Thread Nick Kew
On 24 Apr 2009, at 08:48, Shob wrote: Hi All, I am trying to configure the Apache HTTP server for DELETE method without using scripts for deleting. You need a handler for delete. Your options are mod_dav, or a third- party module or script. -- Nick Kew --

Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-24 Thread sathya sai
Someone help me out by confirming, HTTP request (from web browser) to an IPv6 link local address with scope-id is not supported on Apache-2.2.x ? On Fri, Apr 24, 2009 at 10:52 AM, sathya sai wrote: > Thanks a lot Prasanna for the information & your time :-) > > It would be really helpful if *s

[us...@httpd] Apache server Ipv6 proxy configurations

2009-04-24 Thread Shob
Hi All, I am trying to configure the Apache HTTP server for ipv6 proxy. But i was unable to configure this. Could any one please help me out on this. Following are what i have tried but with no success In httpd.conf file. # Proxy Server directives. Uncomment the following lines to # enable the

[us...@httpd] Configuring of HTTP server for DELETE method

2009-04-24 Thread Shob
Hi All, I am trying to configure the Apache HTTP server for DELETE method without using scripts for deleting. But i was unable to configure this. Could any one please help me out on this. Following are what i have tried but with no success In httpd.conf file. # # Each directory to which Apache