Oi, to tentando colocar uma pagina de erro 404 personalizada no MK-Auth só que não ta indo! alguem sabe como fazer isso! erro404.html na raiz para teste não deu certo, quando uso ErrorDocument 404 http://www.youtube.com ai funciona só local que não!
apache2
sites-available
000-default.conf
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride all
</Directory>
<Directory /var/www/>
<IfModule mod_apparmor.c>
AAHatName hotsite
</IfModule>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
Header unset X-Powered-By
Header add MKAUTH "HOTSITE"
Header set MKAUTH "HOTSITE"
# Config bandwidth limitation 500Kbps
#BandwidthModule On
#Bandwidth all 504800
</Directory>
ErrorLog /var/log/apache2/error.log
ErrorDocument 404 /erro404.html
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel crit
CustomLog /var/log/apache2/access.log combined