HKSpot » 電子玩物
XT
管理員
路人 — 真.飛鳥
查看詳細資料
TOP
Originally posted by qcmadness at 2006-2-5 21:59: Apache Virtual Server
Originally posted by qcmadness at 2006-2-6 12:51: Apache個config file最後果part
### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn\'t need to worry about # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at # <URL:http://httpd.apache.org/docs-2.0/vhosts/> # for further details before you try to setup virtual hosts. # # You may use the command line option \'-S\' to verify your virtual host # configuration. # # Use name-based virtual hosting. # #NameVirtualHost *:80 # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # #<VirtualHost *:80> # ServerAdmin [email protected] # DocumentRoot /www/docs/dummy-host.example.com # ServerName dummy-host.example.com # ErrorLog logs/dummy-host.example.com-error_log # CustomLog logs/dummy-host.example.com-access_log common #</VirtualHost>
Originally posted by qcmadness at 2006-2-6 20:47: 咪呢度lor 跟住佢set都得
Originally posted by qcmadness at 2006-2-6 20:53: 等我返屋企, copy我果個俾你睇
Originally posted by qcmadness at 2006-2-11 22:41: 有人用緊電視
Originally posted by qcmadness at 2006-2-12 14:10: [php] <VirtualHost *> ServerName madness.no-ip.org DocumentRoot "***" </VirtualHost> <VirtualHost *> ServerName ***.madness.no-ip.org DocumentRo ...