Arquivo htaccess

1. Arquivo htaccess

Rogerio Pancini
rogerio2p

(usa Outra)

Enviado em 11/06/2014 - 16:16h

Boa tarde pessoal.
Sou novato no fórum.

Mesmo vasculhando no site, ainda preciso de ajuda para uma dúvida:

Este é meu arquivo htaccess

<Files ~ "^\.(htaccess|htpasswd)$">
deny from all
</Files>
Options -Indexes
# Erro 403
ErrorDocument 403 /erro_404.php
# Erro 404
ErrorDocument 404 /erro_404.php
# Gzip compression
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml application/x-javascript application/x-httpd-php
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
Header append Vary User-Agent env=!dont-vary
# Turn off ETags
FileETag None
# Add expire-headers
<filesMatch ".(ico|jpg|jpeg|png|gif|swf|css|js)$">
Header set Expires "Sun, 30 Apr 2990 20:00:00 GMT"
</filesMatch>
order deny,allow

Na hospedagem é gerado esse log:

[Wed Jun 11 14:38:41 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Jun 11 14:38:42 2014] [notice] Digest: generating secret for digest authentication ...
[Wed Jun 11 14:38:42 2014] [notice] Digest: done
[Wed Jun 11 14:38:42 2014] [notice] mod_python: Creating 4 session mutexes based on 7 max processes and 0 max threads.
[Wed Jun 11 14:38:42 2014] [notice] mod_python: using mutex_directory /tmp
[Wed Jun 11 14:38:43 2014] [notice] Apache/2.2.15 (Unix) DAV/2 mod_python/3.3.1 Python/2.6.6 configured -- resuming normal operations
Failed loading /usr/lib64/php/modules/eaccelerator.so: /usr/lib64/php/modules/eaccelerator.so: undefined symbol: zend_str_tolower_dup
[Wed Jun 11 15:21:05 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Jun 11 15:21:06 2014] [notice] Digest: generating secret for digest authentication ...
[Wed Jun 11 15:21:06 2014] [notice] Digest: done
[Wed Jun 11 15:21:06 2014] [notice] mod_python: Creating 4 session mutexes based on 7 max processes and 0 max threads.
[Wed Jun 11 15:21:06 2014] [notice] mod_python: using mutex_directory /tmp
[Wed Jun 11 15:21:06 2014] [notice] Apache/2.2.15 (Unix) DAV/2 mod_python/3.3.1 Python/2.6.6 configured -- resuming normal operations
[Wed Jun 11 15:49:37 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Jun 11 15:49:37 2014] [notice] Digest: generating secret for digest authentication ...
[Wed Jun 11 15:49:37 2014] [notice] Digest: done
[Wed Jun 11 15:49:38 2014] [notice] mod_python: Creating 4 session mutexes based on 7 max processes and 0 max threads.
[Wed Jun 11 15:49:38 2014] [notice] mod_python: using mutex_directory /tmp
[Wed Jun 11 15:49:38 2014] [notice] Apache/2.2.15 (Unix) DAV/2 mod_python/3.3.1 Python/2.6.6 configured -- resuming normal operations

Meu htaccess fiz com a intenção de melhorar a velocidade do site, mas esse log é gerado na hospedagem.
Se alguém tiver visto algo, eu agradeço.


  






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts