List Info

Thread: Sample version 6 configuration




Sample version 6 configuration
user name
2007-08-23 00:27:41
Hi,

I am testing out the 6.0 beta and have found documentation
on the
config files to be rather sparse (read non-existent).  What
I have so
far is cobbled together from various sources that google
could
scrounge up for me, reading the 05to60.py script, and
browsing the
cherokee source.

Alvaro, could you please post a sample configuration file
that you use
for testing the parsing of the configuration files?

I finally did manage to get the scgi interface working to
interface
with the pyscgi server (version 1.2) with the error_handler
enabled,
so things are mostly working, but I would like to figure out
how to do
virtual hosts (I only have vserver!default! right now) and
how to get
logging working.

Any help would be appreciated.

--Vernon
_______________________________________________
Cherokee mailing list
Cherokeecherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinf
o/cherokee

Re: Sample version 6 configuration
country flaguser name
United States
2007-08-23 10:08:43
On 2007-08-22 23:27:41 -0600, "Vernon Mauery"
<vernon-webmauery.com> said:

> Hi,
> 
> I am testing out the 6.0 beta and have found
documentation on the
> config files to be rather sparse (read non-existent). 
What I have so
> far is cobbled together from various sources that
google could
> scrounge up for me, reading the 05to60.py script, and
browsing the
> cherokee source.
> 
> Alvaro, could you please post a sample configuration
file that you use
> for testing the parsing of the configuration files?
> 
> I finally did manage to get the scgi interface working
to interface
> with the pyscgi server (version 1.2) with the
error_handler enabled,
> so things are mostly working, but I would like to
figure out how to do
> virtual hosts (I only have vserver!default! right now)
and how to get
> logging working.
> 
> Any help would be appreciated.
> 
> --Vernon

vserver!default is for the default virtual server.  If you
do 
vserver!example.com then you will have a vserver for
example.com.

We are currently working on documenting Cherokee and will
have that 
ready for the 0.6 release.

-- 
Brian Rosner
http://www.brosner.com/bl
og


_______________________________________________
Cherokee mailing list
Cherokeecherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinf
o/cherokee

Re: Sample version 6 configuration
country flaguser name
United States
2007-08-23 10:08:43
On 2007-08-22 23:27:41 -0600, "Vernon Mauery"
<vernon-webmauery.com> said:

> Hi,
> 
> I am testing out the 6.0 beta and have found
documentation on the
> config files to be rather sparse (read non-existent). 
What I have so
> far is cobbled together from various sources that
google could
> scrounge up for me, reading the 05to60.py script, and
browsing the
> cherokee source.
> 
> Alvaro, could you please post a sample configuration
file that you use
> for testing the parsing of the configuration files?
> 
> I finally did manage to get the scgi interface working
to interface
> with the pyscgi server (version 1.2) with the
error_handler enabled,
> so things are mostly working, but I would like to
figure out how to do
> virtual hosts (I only have vserver!default! right now)
and how to get
> logging working.
> 
> Any help would be appreciated.
> 
> --Vernon

vserver!default is for the default virtual server.  If you
do 
vserver!example.com then you will have a vserver for
example.com.

We are currently working on documenting Cherokee and will
have that 
ready for the 0.6 release.

-- 
Brian Rosner
http://www.brosner.com/bl
og


_______________________________________________
Cherokee mailing list
Cherokeecherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinf
o/cherokee

Re: Sample version 6 configuration
user name
2007-08-23 11:04:38
2007/8/23, Brian Rosner <brosnergmail.com>:

> We are currently working on documenting Cherokee and
will have that
> ready for the 0.6 release.

Hi,

do you know when will be the release of 0.6 ?

Best regards,
Sergio Cuéllar


-- 
"Meine Hoffnung soll mich leiten
Durch die Tage ohne Dich
Und die Liebe soll mich tragen
Wenn der Schmerz die Hoffnung bricht"
_______________________________________________
Cherokee mailing list
Cherokeecherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinf
o/cherokee

Re: Sample version 6 configuration
user name
2007-08-23 11:04:38
2007/8/23, Brian Rosner <brosnergmail.com>:

> We are currently working on documenting Cherokee and
will have that
> ready for the 0.6 release.

Hi,

do you know when will be the release of 0.6 ?

Best regards,
Sergio Cuéllar


-- 
"Meine Hoffnung soll mich leiten
Durch die Tage ohne Dich
Und die Liebe soll mich tragen
Wenn der Schmerz die Hoffnung bricht"
_______________________________________________
Cherokee mailing list
Cherokeecherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinf
o/cherokee

Re: Sample version 6 configuration
country flaguser name
Spain
2007-08-23 12:50:39
Brian Rosner wrote, On 23/08/07 17:08:
 > On 2007-08-22 23:27:41 -0600, "Vernon
Mauery" <vernon-webmauery.com> said:
 >
 >> Hi,
 >>
 >> I am testing out the 6.0 beta and have found
documentation on the
 >> config files to be rather sparse (read
non-existent).  What I have so
 >> far is cobbled together from various sources that
google could
 >> scrounge up for me, reading the 05to60.py script,
and browsing the
 >> cherokee source.
 >>
 >> Alvaro, could you please post a sample
configuration file that you use
 >> for testing the parsing of the configuration
files?
 >>
 >> I finally did manage to get the scgi interface
working to interface
 >> with the pyscgi server (version 1.2) with the
error_handler enabled,
 >> so things are mostly working, but I would like to
figure out how to do
 >> virtual hosts (I only have vserver!default! right
now) and how to get
 >> logging working.
 >>
 >> Any help would be appreciated.
 >>
 >> --Vernon
 >
 > vserver!default is for the default virtual server.  If
you do
 > vserver!example.com then you will have a vserver for
example.com.

qa/021-VirtualHost2.py is a good example for that:

You have to define the domain names with
!domain!<number> entries. You
can either set domain name strings or regular expressions.
For
instance:

vserver!test1!domain!1 = www.example.com
vserver!test1!domain!2 = "*.local.alobbs.com"

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
Cherokeecherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinf
o/cherokee

Re: Sample version 6 configuration
country flaguser name
Spain
2007-08-23 12:50:39
Brian Rosner wrote, On 23/08/07 17:08:
 > On 2007-08-22 23:27:41 -0600, "Vernon
Mauery" <vernon-webmauery.com> said:
 >
 >> Hi,
 >>
 >> I am testing out the 6.0 beta and have found
documentation on the
 >> config files to be rather sparse (read
non-existent).  What I have so
 >> far is cobbled together from various sources that
google could
 >> scrounge up for me, reading the 05to60.py script,
and browsing the
 >> cherokee source.
 >>
 >> Alvaro, could you please post a sample
configuration file that you use
 >> for testing the parsing of the configuration
files?
 >>
 >> I finally did manage to get the scgi interface
working to interface
 >> with the pyscgi server (version 1.2) with the
error_handler enabled,
 >> so things are mostly working, but I would like to
figure out how to do
 >> virtual hosts (I only have vserver!default! right
now) and how to get
 >> logging working.
 >>
 >> Any help would be appreciated.
 >>
 >> --Vernon
 >
 > vserver!default is for the default virtual server.  If
you do
 > vserver!example.com then you will have a vserver for
example.com.

qa/021-VirtualHost2.py is a good example for that:

You have to define the domain names with
!domain!<number> entries. You
can either set domain name strings or regular expressions.
For
instance:

vserver!test1!domain!1 = www.example.com
vserver!test1!domain!2 = "*.local.alobbs.com"

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
Cherokeecherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinf
o/cherokee

[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )