config is silently ignored

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

 



using Apache/2.4.38 (Debian)
with Debian-style split config.

Here are the relevant bits of a vhost.  This is
in /etc/apache2/sites-enabled/000-default.

<VirtualHost *>
ServerName www.example.org
DocumentRoot /var/www/example
CustomLog /var/log/apache2/example/access.log combined

<Directory "/var/www/example/" >
   # DISABLE THE ENTIRE DOCROOT
   Require all denied
</Directory>
</VirtualHost>

I restarted Apache and browsed a page that isn't in cache.  It loaded
as normal.

My real question is that basic file auth is also ignored, but I thought
I'd start simple.

Things that might be related, to rule them out:
  ${APACHE_LOCK_DIR} and ${APACHE_RUN_DIR} are not defined.

  I have the compatibility module loaded, as I migrated from 2.2, but as
  far as I can see I have no remaining 2.2 syntax in my config.

Let me know what else you may need and I'll provide it.

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: users-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