I try to run: [root@servercm httpd]# apachectl -S
but it does not return anything... 2017-08-12 19:07 GMT+02:00 Eric Covener <[email protected]>: > On Sat, Aug 12, 2017 at 12:47 PM, Fabio F.Gervasi > <[email protected]> wrote: > > Hi Eric, thank you. > > > > I'm not expert, I did not understand what to do... Regarding logs, I > > defined: > > > > <VirtualHost *:443> > > ServerAdmin [email protected] > > 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 > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
