heynaldho
(usa Debian)
Enviado em 04/12/2019 - 14:35h
Mastergbi, obrigado por responder!
Executei todos os procedimentos descritos e mesmo assim não funfou. Segue o log do apache:
[Wed Dec 04 00:09:16.589157 2019] [mpm_prefork:notice] [pid 17094] AH00163: Apache/2.4.29 (Ubuntu) mod_perl/2.0.10 Perl/v5.26.1 configured -- resuming normal operations
[Wed Dec 04 00:09:16.589207 2019] [core:notice] [pid 17094] AH00094: Command line: '/usr/sbin/apache2'
[Wed Dec 04 13:37:20.147709 2019] [mpm_prefork:notice] [pid 17094] AH00169: caught SIGTERM, shutting down
[Wed Dec 04 13:37:21.868708 2019] [mpm_prefork:notice] [pid 32575] AH00163: Apache/2.4.29 (Ubuntu) mod_perl/2.0.10 Perl/v5.26.1 configured -- resuming normal operations
[Wed Dec 04 13:37:21.868797 2019] [core:notice] [pid 32575] AH00094: Command line: '/usr/sbin/apache2'
[Wed Dec 04 13:37:37.860299 2019] [core:crit] [pid 32577] (13)Permission denied: [client 192.168.1.45:1558] AH00529: /etc/apache2/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/etc/apache2/' is executable
[Wed Dec 04 13:46:38.228596 2019] [mpm_prefork:notice] [pid 32575] AH00169: caught SIGTERM, shutting down
[Wed Dec 04 13:46:39.382093 2019] [mpm_prefork:notice] [pid 32731] AH00163: Apache/2.4.29 (Ubuntu) mod_perl/2.0.10 Perl/v5.26.1 configured -- resuming normal operations
[Wed Dec 04 13:46:39.382172 2019] [core:notice] [pid 32731] AH00094: Command line: '/usr/sbin/apache2'
[Wed Dec 04 13:46:59.262754 2019] [core:crit] [pid 32732] (13)Permission denied: [client 192.168.1.45:1600] AH00529: /etc/apache2/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/etc/apache2/' is executable
[Wed Dec 04 13:55:03.780662 2019] [mpm_prefork:notice] [pid 32731] AH00169: caught SIGTERM, shutting down
[Wed Dec 04 13:55:05.737998 2019] [mpm_prefork:notice] [pid 32771] AH00163: Apache/2.4.29 (Ubuntu) mod_perl/2.0.10 Perl/v5.26.1 configured -- resuming normal operations
[Wed Dec 04 13:55:05.738086 2019] [core:notice] [pid 32771] AH00094: Command line: '/usr/sbin/apache2'
[Wed Dec 04 13:55:24.528372 2019] [core:crit] [pid 32773] (13)Permission denied: [client 192.168.1.45:1941] AH0052@@@
"/var/log/apache2/error.log" 24L, 3891C
Arquivo htacess:
# However, you must set it for any further virtual host explicitly.
#ServerName
www.example.com
ServerAdmin webmaster@localhost
#DocumentRoot /var/www/html
DocumentRoot /var/www/html
<Directory /var/www/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.