You are here: Foswiki>Tasks Web>Item624 (01 Jan 2009, KennethLavrsen)Edit Attach

Item624: ApacheConfigGenerator blocks access to bin/configure

pencil
Priority: Low
Current State: Closed
Released In:
Target Release: n/a
Applies To: Web Site
Component: ApacheConfigGenerator
Branches:
Reported By: Foswiki:Main.MichaelLorenzen
Waiting For:
Last Change By: KennethLavrsen
If the field for the allowed hosts/networks is left blank (as suggested by the comment optional), then there the generated foswiki.conf blocks acces for erveryone on bin/configure.

It generates the following code:

<FilesMatch "^(configure)$">
    SetHandler cgi-script
    Order Deny,Allow
    Deny from all
    Require user TestAdmin
</FilesMatch>

-- Foswiki:Main.MichaelLorenzen

Confirmed and fixed

-- KennethLavrsen - 01 Jan 2009

ItemTemplate edit

Summary ApacheConfigGenerator blocks access to bin/configure
ReportedBy Foswiki:Main.MichaelLorenzen
Codebase 1.0.0 beta2
SVN Range TWiki-4.2.3, Wed, 06 Aug 2008, build 17396
AppliesTo Web Site
Component ApacheConfigGenerator
Priority Low
CurrentState Closed
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn
Topic revision: r2 - 01 Jan 2009, KennethLavrsen
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy