Notice»

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2025/5 »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
05-11 00:07

VirtualHost 언어설정

OS/Linux | 2014. 1. 10. 21:02 | Posted by Work Ant

<VirtualHost *:80>
DocumentRoot /var/www/html/example.com/staging/html
ServerName staging.example.com

<Directory /var/www/html/example.com/staging/html>
AllowOverride All
</Directory>

AddDefaultCharset UTF-8

php_flag display_errors on
php_flag display_startup_errors on
php_value error_reporting 2047
</VirtualHost>

 

'OS > Linux' 카테고리의 다른 글

제로보드4 사용자 암호변경  (0) 2014.01.10
Apache 서버 파일 리스트 숨기기  (0) 2014.01.10
서버메서 메일 보내기  (0) 2014.01.10
mod_cband 설치  (0) 2014.01.10
vsftpd 시간이 맞지 않을때  (0) 2014.01.10
: