[users@httpd] Howto xclude single folder from SetHandler?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

first of all, sorry if this a dumb question, I'm new to this list...

I have a problem setting up Apache 2.0.40 on a RH 9 box properly. I want to have a virtual host which passes every request to OpenGropuware.org's ngobjweb handler *except* for all requests to a specific folder (the idea is to have a special JavaScript page there which swicthes the brower's coltrol elements off and opens a new window before passing control to OgO).

The relevant config section looks as follows:

        <Location />
                SetHandler      ngobjweb-adaptor
                SetAppPort      20000
        </Location>
        <Location /ogo>
                SetHandler      none
        </Location>

However, the "/ogo" location seems to be ignored - calling my.company.com/ogo or .../ogo/index.html still results in the request being passed to OgO, i.e. apparently using the first rule.

Any idea how a proper setup should look like?

Tia,
Cheers,

Albrecht

--
LIOS Technology GmbH
Dr. Albrecht Dreß
Project Engineering / Software Design
Schanzenstrasse 6 - 20
D-51063 Köln
Germany

Phone +49 221 676 2742
Fax   +49 221 676 2069



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux