Jump to content
Froxlor Forum
  • 0

Enable froxlor access log


nisamudeen97

Question

Hi,

 

I need to enable access log for froxlor.   In froxlor vhost config I cannot see access log enabled.  If I edit manually it is getting overwritten.  Below is my vhost config for froxlor.  let me know how to enable access log and error log for foxlor.

 

<VirtualHost 192.168.73.40:443>
DocumentRoot "/var/www/froxlor/"
ServerName hostname.cm
SSLEngine On
SSLProtocol -ALL +TLSv1 +TLSv1.2
SSLCompression Off
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCM:ECDH+AES256:!aNULL:!MD5:!DSS:!DH:!AES128
SSLVerifyDepth 10
SSLCertificateFile /etc/apache2/ssl/*********.crt
SSLCertificateKeyFile /etc/apache2/ssl/******.key
SSLCACertificateFile /etc/apache2/ssl/*******CA.crt
SSLCertificateChainFile /etc/apache2/ssl/******.crt
</VirtualHost>

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...