RE: [EMAIL PROTECTED] Server config level RewriteCond not working

2008-11-25 Thread likai
ng > > 2008/11/24 likai <[EMAIL PROTECTED]>: > > > I am wondering why the server config level settings do not work. > > Server config level rewrites certainly work, but they are not > automatically inherited by a virtual host. Probably this is what you > are se

[EMAIL PROTECTED] Server config level RewriteCond not working

2008-11-23 Thread likai
Hi, I learned that The RewriteCond has 3 kinds of context(This indicates where in the server's configuration files the directive is legal) Server config, virtual host, directory. I have a httpd.conf file which has several whosts. when configuring the server config level rewritcond

[EMAIL PROTECTED] how to reject head request

2008-11-19 Thread likai
Hi, How could I reject all coming http head request by configuring httpd.conf? I've got no clues. Thanks, _ 超炫人气榜给您所有偶像的最新资讯和排名,快来支持自己的偶像! http://cnweb.search.live.com/xrank/results.aspx?q=%e5%91%a8%e6%9d%b0%e4%bc%a6&FORM=MS

RE: [EMAIL PROTECTED] is there any include or reference mechanism in apache to store common entries somewhere and include them in virtualhost

2008-08-22 Thread likai
and include them in virtualhost > > 2008/8/22 likai <[EMAIL PROTECTED]>: > > Hi, > > > > Right now, in my httpd.conf I have two sets of virtualhosts for two IPs. I > > just made a copy of the first one and change the IP to another. > > By doing this, I created a

[EMAIL PROTECTED] is there any include or reference mechanism in apache to store common entries somewhere and include them in virtualhost

2008-08-21 Thread likai
Hi, Right now, in my httpd.conf I have two sets of virtualhosts for two IPs. I just made a copy of the first one and change the IP to another. By doing this, I created a lot of duplicated entries. It may cause apache to load a lot of duplicated entries. And sometimes it cannot promise that th