Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.example.com.conf « conf.d « httpd « apache « centos6_apache « testdata « tests « certbot_apache « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3dd7b18f1c7f39378ac4cb7f0da745de7098d4e6 (plain)
1
2
3
4
5
6
7
<VirtualHost *:80>
    ServerName test.example.com
    ServerAdmin webmaster@dummy-host.example.com
    DocumentRoot /var/www/htdocs
    ErrorLog logs/dummy-host.example.com-error_log
    CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>