Hello,

Le 06/02/2018 à 01:02, Jeff Cauhape a écrit :
I’m setting up an Apache server 2.4.25 in our DMZ for the first time,

and having an issue with getting SSL configured correctly.

I am using links text based browser to connect from a second machine
[…]

</VirtualHost>
Is the directive "LogLevel" used with "debug" or more ?
https://httpd.apache.org/docs/2.4/en/mod/core.html#loglevel

The virtualhost can be included in "IfModule ssl_module" :
<IfModule ssl_module>
  <VirtualHost *:443>
  </VirtualHost>
</IfModule>

Does it work without SSL ?


I’m loading modules ssl_module, authn_dbm_module among others.

The ssl directory is  755, root/root and the crt and key files are daemon/root 644.
chown -Rfv apache_user:apache_group /srv/www/html/your_site/ (?)


 […]

Ideas? Suggestions where to look?
httpd -S ?
Reload httpd daemon evry time you change somethings ?
Firewall ?


Thanks,

Jeff Cauhape


Regards,
--
benoist

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to