Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users
Re: "Deny" directives silently ignored in config files
 

Index | Next | Previous | View Flat


noel.butler at ausics

Apr 24, 2012, 4:37 AM


Views: 658
Permalink
Re: "Deny" directives silently ignored in config files [In reply to]

On Mon, 2012-04-23 at 09:04 +0200, Matthieu Moy wrote:

> Noel Butler <noel.butler [at] ausics> writes:
>
> > Right, so have you changed it to Directory and does it now work?
>
> I tried <Directory>, and it did not work. -


You definitely have something broken then if Deny does not work in a
Directory statement

For 2.2...

<Directory /> <-- Default for everything on filesystem, which
would include /tmp
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>

<Directory "/var/www/html">
Order Deny,Allow
Allow from all
</Directory>


Which of course has all changed with 2.4, but I wont confuse you with
those :)
Attachments: face-smile.png (0.85 KB)
  signature.asc (0.48 KB)

Subject User Time
"Deny" directives silently ignored in config files Matthieu.Moy at grenoble-inp Apr 18, 2012, 1:07 AM
    Re: "Deny" directives silently ignored in config files ph1 at openstrike Apr 18, 2012, 1:24 AM
        Re: "Deny" directives silently ignored in config files Matthieu.Moy at grenoble-inp Apr 18, 2012, 2:41 AM
            Re: "Deny" directives silently ignored in config files Matthieu.Moy at grenoble-inp Apr 19, 2012, 8:52 AM
    Re: "Deny" directives silently ignored in config files noel.butler at ausics Apr 20, 2012, 12:59 AM
        Re: "Deny" directives silently ignored in config files Matthieu.Moy at grenoble-inp Apr 20, 2012, 2:50 AM
            Re: "Deny" directives silently ignored in config files noel.butler at ausics Apr 20, 2012, 7:09 PM
                Re: "Deny" directives silently ignored in config files Matthieu.Moy at grenoble-inp Apr 23, 2012, 12:04 AM
                    Re: "Deny" directives silently ignored in config files noel.butler at ausics Apr 24, 2012, 4:37 AM
                        Re: "Deny" directives silently ignored in config files Matthieu.Moy at grenoble-inp Apr 26, 2012, 7:25 AM
                            Re: "Deny" directives silently ignored in config files covener at gmail Apr 26, 2012, 7:33 AM
    Re: "Deny" directives silently ignored in config files Matthieu.Moy at grenoble-inp Apr 30, 2012, 7:40 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.