<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.web.cherokee.general">
    <title>gmane.comp.web.cherokee.general</title>
    <link>http://blog.gmane.org/gmane.comp.web.cherokee.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8849"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8848"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8833"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8823"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8822"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8820"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8818"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8816"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8814"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8793"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8790"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8781"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8779"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8774"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8772"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8767"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8766"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8760"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8748"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/8745"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8849">
    <title>Migration from Apache to Cherokee: URI tweaking</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8849</link>
    <description>&lt;pre&gt;Hi,

Don't know if this the proper place for such a question, so excuse me if this is considered as "noise".

I'm presently testing Cherokee as an alternative to Apache for the LXR project (see http://lxr.sourceforge.net). As long as I use elementary LXR configuration features, it works fine.

But, when I come to try to serve several databases (for short, database is the closest ordinary concept equivalent to its "service") with a single application instance, a trick is played on the URI, which I can't fancy how to convert.

LXR is driver by this kind of URI:

http://hostname/LXR_service_signature/DB_id/script_file/path_for_script?arguments

i.e. an argument-like is interspersed inside the web-path for the script. Under Apache, directive AliasMatch strips off this information and simultaneously routes the request to an alternate document root. The important point is the original URI is not changed and available for parsing unaltered by the script which retrieves the DB_id.

In my conversion attempt, I used e&lt;/pre&gt;</description>
    <dc:creator>Anfré Littoz</dc:creator>
    <dc:date>2013-05-01T10:27:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8848">
    <title>New features in separate branches</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8848</link>
    <description>&lt;pre&gt;Hi,


For a very long time, I'm trying to maintain some rules and handlers that 
are not part of the main cherokee distribution and since we are currently 
still focused on solving bugs opposed to introducing more, new features 
get a bitrotten over time.

Since Alvaro has suggested the following page, me git n00b, was already 
experimenting with it. To my suprise with great success, I understood what 
I was doing, and it looked pretty on the network page as well.
&amp;lt;http://nvie.com/posts/a-successful-git-branching-model/&amp;gt;

I started to work to get my older features in a more recent Cherokee 
version and put them in separate branches which it would pull locally for 
a deployment. I have just placed some new code on github that might be 
interesting for more people. Do consider it experimental and not tuned for 
any real world high performance scenario, but very useful for any service 
that implements DBslayer, or some custom API.

&amp;lt;https://github.com/cherokee/webserver/tree/rule_fairuse&amp;gt;

It basically allows t&lt;/pre&gt;</description>
    <dc:creator>Stefan de Konink</dc:creator>
    <dc:date>2013-04-29T13:59:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8833">
    <title>Setting a user defined password at cherokee-admin</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8833</link>
    <description>&lt;pre&gt;Hi,

I want to make some changes in cherokee-admin launcher to accept a
user-defined password at command line (rather than automatically generate a
random password). But I don't known how the sources are structured. Can
someone tell me what file (or files) I need to change to do this? Is this
https://github.com/cherokee/webserver/blob/master/cherokee/main_admin.c ?

Thanks,
--
Daniel Loureiro
------------------------------
_______________________________________________
Cherokee mailing list
Cherokee&amp;lt; at &amp;gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
&lt;/pre&gt;</description>
    <dc:creator>Daniel Loureiro</dc:creator>
    <dc:date>2013-04-17T09:13:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8823">
    <title>Migration of website is done.</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8823</link>
    <description>&lt;pre&gt;Hi all,

I finished the migration of the website.

- I did some changes to the front page and to the downloads page. I removed the Twitter-Widget because it was empty for months. I added a JavaScript-widget to have the latest commit messages for "master" and "dev".
- On the downloads page I removed the OS selector because Windows code has been removed and the Mac OS X page was empty. I consolidated the Linux guides and the package guide. I also added a quick list do download the latest sources.

I admit, it is not beautiful, but it will do the job. I hope someone else will make it pretty. Just fork https://github.com/cherokee/cherokee.github.com, make your changes and submit a pull request. :)


Follow-ups:
- I believe we should now redirect www.cherokee-project.com to cherokee.github.io*.
- Maybe deactivate the wiki of cherokee/cherokee.github.com?
- Redirect or remove record for  bugs.cherokee-project.com.
- Please hide the bugtracker from code.google.com/cherokee. Issues will remain and can still be reach&lt;/pre&gt;</description>
    <dc:creator>- -</dc:creator>
    <dc:date>2013-04-07T15:18:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8822">
    <title>Interpreter users (uwsgi/scgi/etc.) ? Keep an eye onthis one.</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8822</link>
    <description>&lt;pre&gt;&amp;lt;https://github.com/cherokee/webserver/issues/956&amp;gt;

It seems that we have caught a bug that is very old, and only relevant if 
you develop a lot of code that requires the interpreter to restart. I do 
hope to read some feedback on this oneliner.

I have switched to the following development model;
&amp;lt;http://nvie.com/posts/a-successful-git-branching-model/&amp;gt;

Next to giving pretty pictures on github, it actually makes a lot of sense 
when sending and receiving pull requests. So please do the same :) Create 
a branch when you work on something and do a pull request for that branch.

&amp;lt;https://github.com/cherokee/webserver/network&amp;gt;

Stefan
&lt;/pre&gt;</description>
    <dc:creator>Stefan de Konink</dc:creator>
    <dc:date>2013-04-07T01:33:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8820">
    <title>URL structure /index.php/param1/param2</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8820</link>
    <description>&lt;pre&gt;Hi,

I just set up owncloud and only configured the PHP Behaviour rule.

Owncloud uses an URL structure just like http://cloud.example.com/index.php/settings/admin and it's simply working.

I wonder how that could be without having to configure behviour rules doing internal redirections??

Stadtpirat
&lt;/pre&gt;</description>
    <dc:creator>- -</dc:creator>
    <dc:date>2013-04-05T08:53:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8818">
    <title>cherokee-remote.py script</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8818</link>
    <description>&lt;pre&gt;Hello All,

I just wanted to share a little script I wrote for managing a remote
cherokee server thru SSH.
It's just a remote ssh cherokee-admin helper, it will run cherokee-admin
remotely, establish a secure ssh tunnel to the admin port and then open the
default browser with the url. It's implemented with python
*fabric&amp;lt;http://fabfile.org&amp;gt;
.*

I'm still new at python, so the code is a little basic and still needs a
bit more work, but currently is functional. I just created it because I was
tired of doing the same commands over and over.

I normally use ssh keys, and will probably need to implement something for
password caching using fabric.

Here's the link:
https://github.com/chekolyn/cherokee-remote/blob/master/cherokee-remote.py

Please feel free to make any suggestions and improvements; fork if you wish.

Regards,

Sergio Aguilar


PS. I'll be offline for a few days,  will respond when I'm back.
_______________________________________________
Cherokee mailing list
Cherokee&amp;lt; at &amp;gt;lists.octality.com
http://lis&lt;/pre&gt;</description>
    <dc:creator>Sergio Aguilar Guerrero</dc:creator>
    <dc:date>2013-04-04T01:58:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8816">
    <title>Embedded server</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8816</link>
    <description>&lt;pre&gt;Hello all

I have a camera with a built in cherokee servers, to access it you use the
following:

Http://10.5.5.9:8080/

The camera takes videos (.mp4) and low res videos (.lrv) , when accessing
the websever the mime type of the mp4 files is correctly set as video , but
the lrv isn't set so you can't stream the files.

Is there a way of adding a mime type on an embedded version of cherokee ? I
have tried http://10.5.5.9:9090/ but this doesn't bring up the admin pages.

Any help appreciated

Thanks
Toby



--
View this message in context: http://cherokee-web-server-general.1049476.n5.nabble.com/Embedded-server-tp5706841.html
Sent from the Cherokee Web Server - General mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>Ybotc</dc:creator>
    <dc:date>2013-04-03T19:34:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8814">
    <title>Merging submodule cherokee/CTK back intocherokee/webserver.</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8814</link>
    <description>&lt;pre&gt;Hello fellow Cherokee's,

we decided to merge the Git submodule CTK back into its parent in the next couple of days. That will reduce the need of maintenance and make it easier for us to distribute the source code. The history will be preserved. Updating your git repository will just be as easy as a usual through `git pull`.

Stadtpirat
&lt;/pre&gt;</description>
    <dc:creator>- -</dc:creator>
    <dc:date>2013-04-02T22:18:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8793">
    <title>cherokee-admin suddenly not working</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8793</link>
    <description>&lt;pre&gt;After I ran a typical apt-get update/upgrade, cherokee-admin no longer works when I run "cherokee-admin -b" as root.
The libs that were updated were for openssl, so I assume it has to do with that, but as of now, my web browser will NOT bring up the cherokee admin.
This is obviously a major problem as I host several sites and can't currently add more.

Thanks for any assistance,
—brad g.
 
* * * * * * * * * * * * * * * *
Visit www.bradezone.com today and be the trailblazer of your peer group.

_______________________________________________
Cherokee mailing list
Cherokee&amp;lt; at &amp;gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
&lt;/pre&gt;</description>
    <dc:creator>N. Brad Garrett</dc:creator>
    <dc:date>2013-02-26T02:17:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8790">
    <title>Why fastcgi using load balancers (ip hash, round robin,failover)?</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8790</link>
    <description>&lt;pre&gt;What scenarios should I use it as load balancer?


regards!



--
View this message in context: http://cherokee-web-server-general.1049476.n5.nabble.com/Why-fastcgi-using-load-balancers-ip-hash-round-robin-failover-tp5706814.html
Sent from the Cherokee Web Server - General mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>meijiwolf</dc:creator>
    <dc:date>2013-02-21T12:44:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8781">
    <title>What is the diference between Http reverse Proxy andFastCGI?</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8781</link>
    <description>&lt;pre&gt;what is the difference between these two managers?

Regards.



--
View this message in context: http://cherokee-web-server-general.1049476.n5.nabble.com/What-is-the-diference-between-Http-reverse-Proxy-and-FastCGI-tp5706805.html
Sent from the Cherokee Web Server - General mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>meijiwolf</dc:creator>
    <dc:date>2013-02-18T12:25:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8779">
    <title>Session Status  Cherokee configuration</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8779</link>
    <description>&lt;pre&gt;Hello  Cherokee's Members:

I'm using your creation Cherokee web server and need to configure the
"Session Status" in this web server, ie a user when having a session on a
server and want to switch to another server out an error that the user is
logged on the server.

excuse my poor English

Thanks you
greetings from chile!



--
View this message in context: http://cherokee-web-server-general.1049476.n5.nabble.com/Session-Status-Cherokee-configuration-tp5706803.html
Sent from the Cherokee Web Server - General mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>meijiwolf</dc:creator>
    <dc:date>2013-02-13T15:53:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8774">
    <title>Error with cherokee-admin</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8774</link>
    <description>&lt;pre&gt;Hello All,

I have a weird error with  cherokee-admin

When I execute it, and I go to the webpage I am prompted for user name and
password, I do that but the the management interface never loads.

On the terminal this is what I get:

root&amp;lt; at &amp;gt;linhost1:~# *sudo cherokee-admin -b -x*
Cherokee Web Server 1.2.103 (Feb 12 2013): Listening on port ALL:9090, TLS
disabled, IPv6 enabled, using epoll, 20000 fds system limit, max. 9993
connections, 4 threads, 2498 connections per thread, standard scheduling
policy

Login:
  User:              admin
  One-time Password: IdBtAwWYC35wlgic

Web Interface:
  URL:               http://localhost:9090/

DEBUG: SIGUSR1 invokes the console..
       SIGUSR2 prints a backtrace..
Server 1.2.103 running.. PID=21689 Port=4000
DEBUG: SIGUSR1 invokes the console..
       SIGUSR2 prints a backtrace..
Server 1.2.103 running.. PID=21693 Port=4000
DEBUG: SIGUSR1 invokes the console..
       SIGUSR2 prints a backtrace..
Server 1.2.103 running.. PID=21698 Port=4000
DEBUG: SIGUSR1 invokes the con&lt;/pre&gt;</description>
    <dc:creator>Sergio Aguilar Guerrero</dc:creator>
    <dc:date>2013-02-13T02:11:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8772">
    <title>Streaming with loadbalance</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8772</link>
    <description>&lt;pre&gt;Hi , what i notice is that for streaming module you need to specify
directory of media files.  In case of loadblance with several backend we
cannot give directory location of media files since they can be on several
backends .

can we combine streaming with loadbalancing module ?

any hint ?

BR

Zeeshan
_______________________________________________
Cherokee mailing list
Cherokee&amp;lt; at &amp;gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
&lt;/pre&gt;</description>
    <dc:creator>Zeeshan Ali Shah</dc:creator>
    <dc:date>2013-02-10T19:36:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8767">
    <title>cherokee.pot</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8767</link>
    <description>&lt;pre&gt;Hello,

I am wondering about the first few lines when executing 'make'. Why is there something downloaded from the internet and does it have to be like this? I mean we have no control about that file, why not putting it on Github?


Stadtpirat
&lt;/pre&gt;</description>
    <dc:creator>- -</dc:creator>
    <dc:date>2013-02-03T11:59:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8766">
    <title>Hello</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8766</link>
    <description>&lt;pre&gt;http://www.contract-container.com/components/com_content/yaid352.php 



_____
Daniel Lo Nigro_______________________________________________
Cherokee mailing list
Cherokee&amp;lt; at &amp;gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
&lt;/pre&gt;</description>
    <dc:creator>Daniel Lo Nigro</dc:creator>
    <dc:date>2013-02-03T02:35:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8760">
    <title>Website to Github</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8760</link>
    <description>&lt;pre&gt;Hi,

sometimes I am wondering about the website-to-github process. I don't fully know what happened.

1) There are two repositories "web" and "cherokee.github.com". What is the difference between them?

2) When I go to http://cherokee.github.com I get redirected to www.cherokee-project.com. How can I see the actual page that is on the github server?

3) Github supports onl static HTML files, is that true? So everything needs to be converted to static HTML?

Stadtpirat._______________________________________________
Cherokee mailing list
Cherokee&amp;lt; at &amp;gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
&lt;/pre&gt;</description>
    <dc:creator>- -</dc:creator>
    <dc:date>2013-02-01T10:31:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8748">
    <title>PHP Custom Environment Variables</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8748</link>
    <description>&lt;pre&gt;Hello *,
trying to install roundcube on a debian squeeze with cherokee 1.0.8.

judging from the .htaccess that comes with roundcube, i need to pass
 
php_flag        display_errors  Off
php_flag        log_errors      On
# php_value     error_log       logs/errors
php_value       upload_max_filesize     5M
php_value       post_max_size           6M
php_value       memory_limit            64M
php_flag        zlib.output_compression         Off
php_flag        magic_quotes_gpc                Off
php_flag        magic_quotes_runtime            Off
php_flag        zend.ze1_compatibility_mode     Off
php_flag        suhosin.session.encrypt         Off
#php_value      session.cookie_path             /
php_flag        session.auto_start      Off
php_value       session.gc_maxlifetime  21600
php_value       session.gc_divisor      500
php_value       session.gc_probability  1
# http://bugs.php.net/bug.php?id=30766
php_value       mbstring.func_overload  0

to the PHP interpreter for this directory.

especially php_f&lt;/pre&gt;</description>
    <dc:creator>chief_wrench</dc:creator>
    <dc:date>2013-01-30T15:10:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8745">
    <title>node.js?</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8745</link>
    <description>&lt;pre&gt;Hi there,

I have a software that requires nodejs and I start it by "node api/server.js".

Can I somehow start that server.js with cherokee, instead of nodejs. Or have nodejs run by cherokee, or similar?

The reason is that I want to have it running on boot and if theres a nice possibility with what I already have, that'd be great.

Thanks

Stadtpirat_______________________________________________
Cherokee mailing list
Cherokee&amp;lt; at &amp;gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
&lt;/pre&gt;</description>
    <dc:creator>- -</dc:creator>
    <dc:date>2013-01-24T10:38:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/8744">
    <title>Re.....</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/8744</link>
    <description>&lt;pre&gt;http://efttappingresources.com/wp-content/themes/third-style/yahool2.php
&lt;/pre&gt;</description>
    <dc:creator>Christopher McComas</dc:creator>
    <dc:date>2013-01-21T22:10:19</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.cherokee.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.cherokee.general</link>
  </textinput>
</rdf:RDF>
