On Sat, Aug 12, 2017 at 12:47 PM, Fabio F.Gervasi <fabio.gervasi70@xxxxxxxxx> wrote: > Hi Eric, thank you. > > I'm not expert, I did not understand what to do... Regarding logs, I > defined: > > <VirtualHost *:443> > ServerAdmin fabio.gervasi@xxxxxxxxxxxxxxx > DocumentRoot /home/web/centrometeo.com > ServerName centrometeo.com > ErrorLog logs/https-centrometeo.com-error_log > CustomLog logs/https-centrometeo.com-access_log common > </VirtualHost> > > So, using differents name/files, but after a few attempts to access via > https, empty files were created, so there is nothing in the logs. That means you have another virtualhost handling your port 443 traffic. apachectl -S will summarize where your vhosts are defined if you can't find them with grep or an editor. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx