😂Phân tích băng thông trên Webalizer trong CPANEL (ok)

https://www.hocviendaotao.com/2016/07/phan-tich-bang-thong-tren-webalizer.html

Cấu hình trên xampp

<VirtualHost localhost:443>
     DocumentRoot "C:\xampp8\webalizer"
     ServerName localhost:443
     ServerAlias *.localhost:443
     SSLEngine on
     SSLCertificateFile "conf/localhost/ssl.crt/server.crt"
     SSLCertificateKeyFile "conf/localhost/ssl.key/server.key"
</VirtualHost>

Last updated