Hello,
Le 06/02/2018 à 01:02, Jeff Cauhape a écrit :
Is the directive "LogLevel" used with "debug" or more ?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>
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 ?chown -Rfv apache_user:apache_group /srv/www/html/your_site/ (?)
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.
[…]httpd -S ?
Ideas? Suggestions where to look?
Reload httpd daemon evry time you change somethings ?
Firewall ?
Thanks,
Jeff Cauhape
Regards,
--
benoist
------------------------------------------------------------ ---------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx