Alvaro Lopez Ortega wrote:
Cherokee 0.4.24 "is the new black" released!

woohoo! you must have quite a fan club. The web site is terribly slow. Either that or peering points are jammed up with people trying to get information about the terrible London events.

  * Documented!

this is good.  here are some comments.  more later

http://www.0x50.org/?option=com_docu&topic=Server_configuration

section directory index files

/cgi-bin/index.pl

does this refer to a cgi-bin directory off of the root of the file system? the documentation doesn't state either way.

http://www.0x50.org/?option=com_docu&topic=Behavior_configuration
Cherokee Web Server

handler: where is the list of possible handlers?

document root: I think I would say something like:

DocumentRoot sets the document root definition for the Web server. This is similar to the Apache behavior. But if one encloses a DocumentRoot definition within a Directory block, one can associate a new DocumentRoot with the directory associated with a directory block.

examples:...

global DocumentRoot

setting the systemwide DocumentRoot places a DocumentRoot definition unenclosed in the configuration file:

DocumentRoot /var/www/localhost/

(question?  Does the path need a terminating slash? )

localized Document root

assume there are some files inside /usr/share/icons that must be exported under the /images directory. enclosing a document root definition inside a directory block achieves the desired effect:

Directory /images {
    DocumentRoot /usr/share/icons
}

(note: I get tired of saying "cap document no space cap route spell that choose 2" to NaturallySpeaking so fix caps and spacing yerself)

allow from:

why is a domain name not permitted? Or at least, some form of internal variable so that changes are not dramatic and error prone.

auth and others are missing

--
http://www.wired.com/wired/archive/13.03/view.html?pg=5

The result of the duopoly that currently defines "competition" is that
prices and service suck. We're the world's leader in Internet
technology - except that we're not.
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to