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
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
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.
---
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
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
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
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
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
> 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
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
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
> > 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
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
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
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
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 ?
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
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
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
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
--
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
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
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
23 matches
Mail list logo