25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
12345678910 |
- <VirtualHost *:80>
- ErrorLog ${APACHE_LOG_DIR}/error.log
- CustomLog ${APACHE_LOG_DIR}/access.log combined
- DocumentRoot /var/www/html/
- <Directory "/var/www/html/">
- Options -Indexes
- </Directory>
- </VirtualHost>
-
- # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|