Converting Apache Rewrite contains ! (not) character
2009-02-01 09:28:51 GMT
I am new to cherokee configuration syntax. How to implement this apache rewrite rules in cherokee:
RewriteEngine On
RewriteRule ^/fcke.* - [L]
RewriteRule !\.(txt|html|gif|css|js|jpg|jpeg|cgi|png|htc|swf|flv|jar|ico|xml|gz|bz2)$ /home/mydomain/public_html/index.php
TIA
Ihsan
_______________________________________________ Cherokee mailing list Cherokee <at> lists.octality.com http://lists.octality.com/listinfo/cherokee
> Looking to use the reverse proxy features of Cherokee (under Ubuntu)
> to protect and improve the performance of our application servers
> (Windows based (IIS and ColdFusion)).
>
> Currently, we have simple DNS load balancing going to between two
> application servers that split load on our busy website.
>
> We want to use the reverse proxy feature of Cherokee for load
> balancing but also to shield our two older Windows/IIS machines from
> direct access.
>
> First question is - is this a typical and reasonable job for Cherokee?
Sure it is.
> Second question is - will Cherokee handle Gzip compression of the
> outgoing data to viewers or should that be done on our app servers?
Cherokee can work in both ways; it's up to you where you prefer the
content to be gzip'ed.
Cherokee can handle compressed replies from your back-end servers, but
it can also compress the outgoing responses if you prefer your
application server to reply raw content.
--
Octality
RSS Feed