March 11, 20196 yr 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>
March 11, 20196 yr Froxlor Vhost does not have this option, you can add it though via IP/Port -> edit IP/Port -> Own vHost-settings -> enter for example ErrorLog "/var/log/froxlor-error.log"
March 12, 20196 yr Author Hi, Thx for the update. I have configured the following. ErrorLog "/var/log/apache2/error.log" CustomLog "/var/log/apache2/access.log" combined
Archived
This topic is now archived and is closed to further replies.