<?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/2470"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2467"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2463"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2456"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2446"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2443"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2437"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2433"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2431"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2415"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2413"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2409"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2406"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2399"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2396"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2392"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2382"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2380"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2379"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.cherokee.general/2374"/>
      </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/2470">
    <title>Zope Virtual Host Monster</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2470</link>
    <description>
Saludos!

I am experimenting with cherokee as a front end to Plone (Zope) web
server.

In Apache I achieved that by giving the following rule to the virtual
host conf:

RewriteEngine on
RewriteRule ^/(.*)
http://localhost:8080/VirtualHostBase/http/%{SERVER_NAME}:80/{PLONE_SITE_ID}/VirtualHostRoot/$1 [L,P]

Sinopsis:

from Zope Virtual Host monster documentation:

You add these names by rewriting incoming URLs

Visitors to your site don't see these special names, of course. You
insert them into the path using either an external rewriter, such as an
Apache RewriteRule or ProxyPass directive, or by setting up a mapping on
the "Mappings" tab.

For example, suppose Zope is running on port 8080 behind an Apache
running on port 80. You place a Virtual Host Monster in the Zope root
Folder, and use Apache to rewrite "/(.*)" to
http://localhost:8080/VirtualHostBase/http/www.buystuff.com:80/buystuff.com/VirtualHostRoot/$1

I am using apache right now and it works with that rule for our customer
sites, but I believe it's an overkill.

I tried to define a virtual host in cherokee with the following:

vserver!20!directory_index = index.php,index.html
vserver!20!document_root = /var/www
vserver!20!logger = combined
vserver!20!logger!access!buffsize = 16384
vserver!20!logger!access!filename = /var/log/cherokee.access
vserver!20!logger!access!type = file
vserver!20!logger!error!filename = /var/log/cherokee.error
vserver!20!logger!error!type = file
vserver!20!nick = cb.rbgsys.com
vserver!20!rule!700!encoder!deflate = 0
vserver!20!rule!700!encoder!gzip = 0
vserver!20!rule!700!handler = redir
vserver!20!rule!700!handler!rewrite!1!show = 0
vserver!20!rule!700!handler!rewrite!1!substring =
http://localhost:8080/VirtualHostBase/http/cb.rbgsys.com:80/cb/VirtualHostRoot/$1
vserver!20!rule!700!match = request
vserver!20!rule!700!match!request = ^/(.*)
vserver!20!rule!700!only_secure = 0
vserver!20!rule!600!encoder!gzip = 1
vserver!20!rule!600!handler = fcgi
vserver!20!rule!600!handler!balancer = round_robin
vserver!20!rule!600!handler!balancer!source!1 = 1
vserver!20!rule!600!match = extensions
vserver!20!rule!600!match!extensions = php
vserver!20!rule!500!encoder!gzip = 1
vserver!20!rule!500!handler = server_info
vserver!20!rule!500!handler!type = just_about
vserver!20!rule!500!match = directory
vserver!20!rule!500!match!directory = /about
vserver!20!rule!400!document_root = /usr/lib/cgi-bin/
vserver!20!rule!400!handler = cgi
vserver!20!rule!400!match = directory
vserver!20!rule!400!match!directory = /cgi-bin
vserver!20!rule!300!document_root = /usr/share/cherokee/themes/
vserver!20!rule!300!handler = file
vserver!20!rule!300!match = directory
vserver!20!rule!300!match!directory = /cherokee_themes
vserver!20!rule!200!document_root = /usr/share/cherokee/icons/
vserver!20!rule!200!handler = file
vserver!20!rule!200!match = directory
vserver!20!rule!200!match!directory = /icons
vserver!20!rule!100!encoder!deflate = 0
vserver!20!rule!100!encoder!gzip = 0
vserver!20!rule!100!handler = common
vserver!20!rule!100!match = default
vserver!20!rule!100!only_secure = 0

But have been unsuccessful so far with:

1) lynx http://cb.rbgsys.com/ from localhost

Result:
The requested URL
http://localhost:8080/VirtualHostBase/http/cb.rbgsys.com:80/cb/VirtualHostRoot/ was not found on this server.

2) http://cb.rbgsys.com/ from remote

Result:
404 Not Found
The requested URL
http://localhost:8080/VirtualHostBase/http/cb.rbgsys.com:80/cb/VirtualHostRoot/ was not found on this server. 

But if I try:

lynx
http://localhost:8080/VirtualHostBase/http/cb.rbgsys.com:80/cb/VirtualHostRoot/ from localhost

It will bring the correct Plone/Zope web page.

I am including the full Apache working conf file as an attachement.

Thanks in advanced for your advise!

</description>
    <dc:creator>Angel Berríos Dávila</dc:creator>
    <dc:date>2008-12-01T14:11:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2467">
    <title>Contest Results</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2467</link>
    <description>Hi there,

A few weeks ago, we announced a contest where the best project
contribution would win an Asus EeePC [1].

The time has come to announce the contest winners, but before
doing so, I'd like to let you know that our sponsor for this
contest (Accenture [2]) has been kind enough to double the
prize. That means, we are actually giving away two Asus EeePCs to
two of our project contributors!

Having said that, I'm delighted to announce that the winners of
the notebooks are: Jonathan Hernandez and Antonio Perez.

   - Jonathan Hernandez has done an astonishing work on the
     upcoming new cherokee-admin interface. It hasn't been
     integrated yet, but I tell you guys, you're gonna love it!

   - Antonio Perez has played a very important role in the past
     few releases. He has reported and fixed some of the most
     nasty bugs we've ever had to face.  His work and proactivity
     are helping Cherokee to improve each single day.

I'd like to extend this recognition to the rest of the people
who, in one way or the other, are working to make Cherokee a
better server.  I know that there are many other people who
deserve to win the prize as well, so I will do my best to get new
sponsorships to continue organizing this sort of contest.

Congratulations to everybody.
Accenture, thanks a million!

Cheers! :-)


  1.- http://lists.octality.com/pipermail/cherokee/2008-September/008861.html
  2.- http://www.accenture.com/

--
Octality
http://www.octality.com/
</description>
    <dc:creator>Alvaro Lopez Ortega</dc:creator>
    <dc:date>2008-12-01T11:00:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2463">
    <title>Cherokee 0.11.2 released</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2463</link>
    <description>               ===========================
                Cherokee 0.11.2 released!
               ===========================

Cherokee is a very fast, flexible and easy to configure Web Server.
It supports the widespread technologies nowadays: FastCGI, SCGI, PHP,
CGI, TLS and SSL encrypted connections, Virtual hosts, Authentication,
on the fly encoding, Apache compatible log files, HTTP load balancing,
data base balancing, and much more.

Cherokee also provides an easy to use configuration interface that
allows to configure the server from top to bottom without having to
edit a text configuration file.

Please visit the Cherokee Web Server site for more information:

            http://www.cherokee-project.com/


Availability
------------
- Main site:
  http://ftp.cherokee-project.com/0.11/0.11.2/cherokee-0.11.2.tar.gz

- US Mirror:
  http://cherokee.osuosl.org/0.11/0.11.2/cherokee-0.11.2.tar.gz

MD5 (cherokee-0.11.2.tar.gz) = 11f442629d14be59d110e6aa3fe4e102


Changes
-------
This is a bug fixing release of the stable branch.
The following bugs have been fixed:

- dirlist: 'Long File Support' fixed
- dirlist themes use UTF-8 encoding now
- cryptor_libssl: a license exemption for OpenSSL has been added


Mailing lists
-------------
You can find a list of our available mailing at:

http://lists.cherokee-project.com/


Feedback
--------
Bugs and Requests for features can be submitted too. We will be happy
to take care of them. Your feedback is very valuable to us!

http://bugs.cherokee-project.com/


Acknowledges
------------
A whole lot of people have contributed with the project during the last
years; without their help Cherokee could not be possible. Many thanks
to everybody who has contributed.

Special acknowledges to our main contributors for this release:

- Taher Shihadeh
- Emil Renner Berthing
- Gunnar Wolf
- Antonio Perez
- Stefan de Konink
- Jędrzej Nowak
- Tim Post


ROCK ON!!

--
Octality
http://www.octality.com/

_______________________________________________
Cherokee mailing list
Cherokee&lt; at &gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
</description>
    <dc:creator>Alvaro Lopez Ortega</dc:creator>
    <dc:date>2008-11-30T10:01:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2456">
    <title>Need to add license exception for distributability whenlinked against OpenSSL</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2456</link>
    <description>_______________________________________________
Cherokee mailing list
Cherokee&lt; at &gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
</description>
    <dc:creator>Gunnar Wolf</dc:creator>
    <dc:date>2008-11-29T21:25:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2446">
    <title>Cherokee 0.11.1 "Heatseeker" released!</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2446</link>
    <description>          ========================================
           Cherokee 0.11.1 "Heatseeker" released!
          ========================================

Cherokee is a very fast, flexible and easy to configure Web Server.
It supports the widespread technologies nowadays: FastCGI, SCGI, PHP,
CGI, TLS and SSL encrypted connections, Virtual hosts, Authentication,
on the fly encoding, Apache compatible log files, HTTP load balancing,
data base balancing, and much more.

Cherokee also provides an easy to use configuration interface that
allows to configure the server from top to bottom without having to
edit a text configuration file.

Please visit the Cherokee Web Server site for more information:

             http://www.cherokee-project.com/


Availability
------------
- Main site:
   http://ftp.cherokee-project.com/0.11/0.11.1/cherokee-0.11.1.tar.gz

- US Mirror:
   http://cherokee.osuosl.org/0.11/0.11.1/cherokee-0.11.1.tar.gz

MD5 (cherokee-0.11.1.tar.gz) = 1f72fe255e42789e03f81eb336722685


Changes
-------
This release ships a whole lot of important improvements; this is the
best Cherokee web server version so far. The overall stability and
performance have been improved while a number of minor bugs have been
fixed. Upgrade it encouraged!

Highlighted new features:
- New SSI support
- New Reverse proxy support
- New "File Exists" rule type
- New "HTTP Method" rule type
- SSL/TLS support moved to a plug-in

Cherokee:
- Spawned interpreters are killed on exit
- Keep-Alive can be disabled per virtual host
- User change on spawning support
- SERVER_ADDR, SERVER_PORT and REMOTE_PORT support
- Dirlist: Links to directories support fixed
- Spawning timeout support
- Validators support relative paths now
- Better CGI/FastCGI/SCGI error management
- DbSlayer has been deeply tested; a few bugs were fixed
- FIN_WAIT2 state issue has been fixed
- The QA bench can be run through the new reverse proxy
- A few Win32 issues were fixed
- Solaris compilation has been fixed

Admin:
- Information Sources management has been improved
- Custom env. vars for CGIs

Documentation:
- A number of new Cookbooks have been added


Mailing lists
-------------
You can find a list of our available mailing at:

  http://lists.cherokee-project.com/


Feedback
--------
Bugs and Requests for features can be submitted too. We will be happy
to take care of them. Your feedback is very valuable to us!

  http://bugs.cherokee-project.com/


Acknowledges
------------
A whole lot of people have contributed with the project during the last
years; without their help Cherokee could not be possible. Many thanks
to everybody who has contributed.

Special acknowledges to our main contributors for this release:

- Taher Shihadeh
- Stefan de Konink
- Antonio Perez
- Jędrzej Nowak
- Tim Post
- Michal Pryc
- Miguel Angel Ajo Pelayo
- David Galan
- Leszek Taczkowski
- Gunnar Wolf
- Leonel Nunez


ROCK ON!!

--
Octality
http://www.octality.com/

_______________________________________________
Cherokee mailing list
Cherokee&lt; at &gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
</description>
    <dc:creator>Alvaro Lopez Ortega</dc:creator>
    <dc:date>2008-11-27T11:24:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2443">
    <title>New wallpapers</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2443</link>
    <description>_______________________________________________
Cherokee mailing list
Cherokee&lt; at &gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
</description>
    <dc:creator>Leszek Taczkowski</dc:creator>
    <dc:date>2008-11-26T22:07:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2437">
    <title>A new setup for django on the Information Server</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2437</link>
    <description>I was looking for setup a django site using unix socks, I write this
script http://dpaste.com/93801/ named site.py I set up both cases:
using unix socks and with host and port.

My issue is that for some reason cherokee doesn't start up the script,
even If I restart it, I know the script is well writed, cause If I
manually start up the script doing "$python site.py", cherokee start
to serve normally the django site.

Why works for manage.py and not for my script ? both has the same
permissions and both are executable.

Someone can try this ? Am I missing something?

</description>
    <dc:creator>Mario César</dc:creator>
    <dc:date>2008-11-26T07:00:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2433">
    <title>Directory Indexes</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2433</link>
    <description>Hi all,

I had a virtual host running a django application
http://www.solmujeres.org (the site doesn't work, but the django
configuratio on cherokee is correct), the rule that runs django handle
the directory / the behavior SCGI, works well.

So, I need dokuwiki, I set php under the /wiki rule, using the fastcgi
beheavior. It works well http://www.solmujeres.org/wiki/doku.php ...

The problem is that the index.html, or index.php or anything else I
put on the Basic/Directory Indexes option of the virtual host Don't
work.

Is this normal, it is expected? If the users goes /wiki or /wiki/
cherokee doesn't look for the index.php

I try to solve this doing a new directory rule on the same directory
/wiki, doing redirections for ^$ and ^/$, so the users goes to /wiki
or /wiki/ cherokee redirects to /wiki/doku.php ... It works,, but ! it
mess with the rule that runs php under fastcgi. ... So I can't have
two directory rules for the same directory, Also trying with regular
expresion rules ... but seem not work ...

Anyone, has some ideas?

Best Regards,

</description>
    <dc:creator>Mario César</dc:creator>
    <dc:date>2008-11-24T21:21:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2431">
    <title>Import/Export vserver config python script</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2431</link>
    <description>Hi there,

I wrote simple script to import/export vserver configs.

I assume that vserver list is sorted from smaller to bigger ID ( the
last one entry has highest ID ). I'll make a version that checks whole
file for the highest ID.

With that script it's possible to move whole vserver config between
different Cherokee config files.

It checks for duplicated nicks ( names )of vservers ( and changes name
of the new one ).

It supports multiple languages ( just a simple python dictionary, and
imports in main file )

I'm going to integrate it with cherokee-admin in near future.


I attach main script ( cherokee_im_ex.py ), english language
( cherokee_im_ex_en.py ) and polish language ( cherokee_im_ex_pl.py )

To change language just modify:
"from cherokee_im_ex_en import lang as LANG"
to (for polish):
"from cherokee_im_ex_pl import lang as LANG"

You can naturally just rename file :)

Any feedback, ideas etc is "welcome" :-)

Btw. It just works ;-)

</description>
    <dc:creator>Jędrzej Nowak</dc:creator>
    <dc:date>2008-11-24T19:52:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2415">
    <title>Ubuntu Intrepid 8.10</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2415</link>
    <description>Hi!

Are there packages for Ubuntu 8.10(intrepid) ?
</description>
    <dc:creator>Voltron</dc:creator>
    <dc:date>2008-11-23T15:38:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2413">
    <title>Drupal cleanurls</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2413</link>
    <description>Hi, I was just configuring Cherokee for Drupal, saw the new cookbook
recipe, and thought I would offer some input. What Drupal really wants
from the webserver, which it gets from Apache via these lines in
.htaccess
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
is to serve the static files if they exist, then fall through to the
redirect rule otherwise. How difficult would it be to implement a
"fall through to subsequent rules if file/dir isn't found" option for
the Static content handler?
</description>
    <dc:creator>Eric Drechsel</dc:creator>
    <dc:date>2008-11-23T14:43:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2409">
    <title>idea for updating script</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2409</link>
    <description>_______________________________________________
Cherokee mailing list
Cherokee&lt; at &gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
</description>
    <dc:creator>Martin Nikolov</dc:creator>
    <dc:date>2008-11-22T23:50:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2406">
    <title>cherokee with ssl problem</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2406</link>
    <description>_______________________________________________
Cherokee mailing list
Cherokee&lt; at &gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
</description>
    <dc:creator>Martin Nikolov</dc:creator>
    <dc:date>2008-11-22T22:40:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2399">
    <title>Problem with https and Opera or IE</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2399</link>
    <description>Good day.

I', create a new virtual host on usage https with the
self-subscription certificate under the instruction from a site.
But there is a strange problem, I can open a site only in firefox. In
opera and IE a site do not open.
IE informs that the host is not found, the opera show an error 552.

In what there can be a problem?

</description>
    <dc:creator>Илья Скорик</dc:creator>
    <dc:date>2008-11-21T11:28:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2396">
    <title>Updating init scripts to be generated by autoconf</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2396</link>
    <description>Hi,

I am now updating the init scripts so that all paths are generated by
autoconf. The cherokee init script will become cherokee.in,  more or
less because its defaults are configure dependent.

Should we just put these values in the init script, or
create /etc/default/cherokee with values obtained by autoconf? I'm not
sure which is more proper. The init script itself will be distro
agnostic and chkconfig-able. The other question is bash completion.

Which way makes it easier for packagers? I am leaning to /etc/defaults,
but I do not use many RPM based distros.

Now is the time to chime in if your packaging Cherokee.

Cheers,
--Tim
</description>
    <dc:creator>Tim Post</dc:creator>
    <dc:date>2008-11-19T10:07:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2392">
    <title>Undo or died</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2392</link>
    <description>_______________________________________________
Cherokee mailing list
Cherokee&lt; at &gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
</description>
    <dc:creator>Mario César</dc:creator>
    <dc:date>2008-11-19T00:27:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2382">
    <title>Cherokee and Wordpress: 500 Internal Server Error</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2382</link>
    <description>_______________________________________________
Cherokee mailing list
Cherokee&lt; at &gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
</description>
    <dc:creator>Daniele Salatti</dc:creator>
    <dc:date>2008-11-17T09:57:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2380">
    <title>Bug: cannot find out current url from scripts inpersonal webs</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2380</link>
    <description>_______________________________________________
Cherokee mailing list
Cherokee&lt; at &gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
</description>
    <dc:creator>Wouter Bolsterlee</dc:creator>
    <dc:date>2008-11-16T23:11:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2379">
    <title>Cherokee wallpapers from Cherokee-Project.pl</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2379</link>
    <description>Hi everyone,

My friend Leszek Pietrzak made funny wallpapers ( 4 different versions
of the same picture ) with Cherokee. The size is 3300px × 2550px.

http://cherokee-project.pl/pages/tapety

Btw. Naturally that's my new wallpaper ;D

</description>
    <dc:creator>Jędrzej Nowak</dc:creator>
    <dc:date>2008-11-16T20:35:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2374">
    <title>Django and PHP on same virtual server</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2374</link>
    <description>_______________________________________________
Cherokee mailing list
Cherokee&lt; at &gt;lists.octality.com
http://lists.octality.com/listinfo/cherokee
</description>
    <dc:creator>Mitja Pagon</dc:creator>
    <dc:date>2008-11-16T01:09:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.cherokee.general/2373">
    <title>cherokee-0.10.1 compile errors on SunOS 5.10</title>
    <link>http://comments.gmane.org/gmane.comp.web.cherokee.general/2373</link>
    <description>Hello,

I am trying to compile the current cherokee release on our university
ftp server, because we are not very
satisfied with the performance of the apache we are using at the
moment.
the configure script runs without any errors, but make give me the
following error at the end.

--- snip ---
(cd .libs &amp;&amp; rm -f libcherokee-client.la &amp;&amp; ln -s ../libcherokee-
client.la libcherokee-client.la)
/bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -
DHAVE_CONFIG_H -I. -I.. -I..    -pthreads     -I/usr/sfw/include/mysql
-xstrconst -mt  -I/usr/sfw/include/mysql -xstrconst -mt -g -O2 -MT
libcherokee_server_la-rule_directory.lo -MD -MP -MF .deps/
libcherokee_server_la-rule_directory.Tpo -c -o libcherokee_server_la-
rule_directory.lo `test -f 'rule_directory.c' || echo
'./'`rule_directory.c
 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -pthreads -I/usr/sfw/
include/mysql -xstrconst -mt -I/usr/sfw/include/mysql -xstrconst -mt -
g -O2 -MT libcherokee_server_la-rule_directory.lo -MD -MP -MF .deps/
libcherokee_server_la-rule_directory.Tpo -c rule_directory.c  -fPIC -
DPIC -o .libs/libcherokee_server_la-rule_directory.o
gcc: language strconst not recognized
gcc: rule_directory.c: linker input file unused because linking not
done
 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -pthreads -I/usr/sfw/
include/mysql -xstrconst -mt -I/usr/sfw/include/mysql -xstrconst -mt -
g -O2 -MT libcherokee_server_la-rule_directory.lo -MD -MP -MF .deps/
libcherokee_server_la-rule_directory.Tpo -c rule_directory.c -o
libcherokee_server_la-rule_directory.o &gt;/dev/null 2&gt;&amp;1
mv -f .deps/libcherokee_server_la-rule_directory.Tpo .deps/
libcherokee_server_la-rule_directory.Plo
mv: cannot access .deps/libcherokee_server_la-rule_directory.Tpo
*** Error code 2
make: Fatal error: Command failed for target `libcherokee_server_la-
rule_directory.lo'
--- snip ---

# uname -a
SunOS ftp 5.10 Generic_137112-08 i86pc i386 i86pc
#gcc -v
Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs
Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/
configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --
with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --
enable-shared
Thread model: posix

thanks for all helps.
</description>
    <dc:creator>hanskanns&lt; at &gt;googlemail.com</dc:creator>
    <dc:date>2008-11-15T21:55:22</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>
