pub crawler | 1 Jun 2010 06:26
Picon

Re: Cannot write in /var/lib/cherokee/graphs': No such file or directory

downloaded current source:
cherokee-1.0.2b5163.tar.gz

Compiled and the error for rrdtools is gone.   Didn't change anything.
Did this on two servers that were giving the error.

Assuming something got fixed in this release.

Thanks!

On Mon, May 31, 2010 at 8:49 AM, Alejandro Barrera
<abarrera <at> neurosecurity.com> wrote:
>
>
> Do check u have the rrdtools installed and the specific cherokee module for rrdtools. I had a similar error
and I had rrdtools but I was
> missing the cherokee specific one.
>
> Alex
>
>
> --
> http://www.neurosecurity.com
>
> "We must be the change we wish to see in the world"
> Mahatma Gandhi
>
Alvaro Lopez Ortega | 1 Jun 2010 07:11
Favicon
Gravatar

Re: Cannot write in /var/lib/cherokee/graphs': No such file or directory

On 01/06/2010, at 06:26, pub crawler wrote:

> downloaded current source:
> cherokee-1.0.2b5163.tar.gz
> 
> Compiled and the error for rrdtools is gone.   Didn't change anything.
> Did this on two servers that were giving the error.
> 
> Assuming something got fixed in this release.
> Thanks!

Thank you for reporting!

--
Octality
http://www.octality.com/
Voltron | 1 Jun 2010 10:11

Information source respawning

I am using the HTTP reverse proxy method to serve an application.
I rebooted my machine and I noticed that none of my informaton sources
were respawned, would this have toi do with my config:

nohup /info-sources/mydomain/site1.py :9500 &

Whe exactly does respawning kick in? When no manually started process
is found or when one dies and Cherokee cannot serve it anymore?

Thanks
Alvaro Lopez Ortega | 1 Jun 2010 10:25
Favicon
Gravatar

Re: Information source respawning

On 01/06/2010, at 10:11, Voltron wrote:

> I am using the HTTP reverse proxy method to serve an application.
> I rebooted my machine and I noticed that none of my informaton sources
> were respawned, would this have toi do with my config:
> 
> nohup /info-sources/mydomain/site1.py :9500 &
> 
> Whe exactly does respawning kick in? When no manually started process
> is found or when one dies and Cherokee cannot serve it anymore?

Whenever it finds that the listening socket is closed. The reason is irrelevant, actually.

--
Octality
http://www.octality.com/
Alvaro Lopez Ortega | 1 Jun 2010 10:51
Favicon
Gravatar

Re: Information source respawning

On 01/06/2010, at 10:11, Voltron wrote:

> I am using the HTTP reverse proxy method to serve an application.
> I rebooted my machine and I noticed that none of my informaton sources
> were respawned, would this have toi do with my config:
> 
> nohup /info-sources/mydomain/site1.py :9500 &

By the way, I'd rather use the following command (neither nohup, nor detach):

  /info-sources/mydomain/site1.py :9500

--
Octality
http://www.octality.com/
Ryan McIntosh | 1 Jun 2010 13:22
Picon

Re: SSL certificate problem

How have you configured multiple virtual hosts to use multiple SSL certs.  AFAIK, the SSL handshake always happens before the HTTP-Host header is sent, so this doesn't seem possible without multiple webservers or a single shared cert.

Ryan

On Fri, May 28, 2010 at 9:33 AM, Berends, Peter <Peter.Berends <at> aegon.com> wrote:

Hi all,

 

I have setup a number of virtual SSL hosts, each with their own self-signed SSL certificate. After a while I receive the following error:

 

Peer's certificate has an invalid signature.

 

(Error code: sec_error_bad_signature)

 

The only remediation seems to be to restart the server, but after a while the message reappears and the site cannot be opened anymore. I use Firefox 3.6.3, in IE the site still works. Any idea where this message comes from?

 

Thanks!

 

Peter.


ATTENTION:
This email message (including any attachments) may be confidential and is intended solely for the use of the individual or entity to which it is addressed. If you have received it by mistake please notify the sender by return e-mail and delete this message (including any attachments) from your system. You are hereby notified that any disclosure, reproduction, distribution or use of this message without the authority of AEGON N.V. is strictly prohibited and that no rights can be derived from such distribution.

_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee


_______________________________________________
Cherokee mailing list
Cherokee <at> lists.octality.com
http://lists.octality.com/listinfo/cherokee
Stefan de Konink | 1 Jun 2010 13:25
Picon
Gravatar

Re: SSL certificate problem


Op 01-06-10 13:22, Ryan McIntosh schreef:
> How have you configured multiple virtual hosts to use multiple SSL
> certs.  AFAIK, the SSL handshake always happens before the HTTP-Host
> header is sent, so this doesn't seem possible without multiple
> webservers or a single shared cert.

Not the solution for the problem.

Issue can be found here;
http://code.google.com/p/cherokee/issues/detail?id=594

The partial solution is already in SVN. The finishing touch is being
created.

Stefan
Alvaro Lopez Ortega | 1 Jun 2010 13:26
Favicon
Gravatar

Re: SSL certificate problem

On 28/05/2010, at 16:33, Berends, Peter wrote:

> I have setup a number of virtual SSL hosts, each with their own self-signed SSL certificate. After a while I
receive the following error:
>  
> Peer's certificate has an invalid signature. 
> (Error code: sec_error_bad_signature)

Please, check bug #594¹
We are currently working on the fix. Most likely it will be fixed in Cherokee 1.0.2.

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

--
Octality
http://www.octality.com/
frantishrek | 1 Jun 2010 14:23
Picon

Cherokee and Mercurial

Hi,

I am trying to config Cherokee with Mercurial with no success.

I have followed theses step :
1.- Create /var/www/domain.net/hg directory>
2.- Create /var/www/domain.net/hg/repos directory
3.- Copy hgwebdir.cgi from
/usr/share/doc/mercurial-common/examples/hgwebdir.cgi  to
/var/www/domain.net/hg
4.- chmod a+x hgwebdir.cgi
5.- Create /var/www/domain.net/hg/hgweb.config file:
[collections]
./repos/ = /var/www/domain.net/hg/repos/
[web]
style = gitweb
6.- chown www-data:www-data -R /var/www/domain.net/hg/
7. Create new vhost sources.domain.net
8.- Added new rule to default Virtual Server.
Type: Directory
Web Directory: /hg
Handler: CGI
ScriptAlias :  /var/www/domain.net/hg/hgwebdir.cgi
or Modify default Rule
9. Restart Cherokee

I am using Debian stable with cherokee 1.0.1 (from testing) and
mercurial (1.3.1).

I have got no error messages. It is the default V-server which is responds.
How can I debug ?

Thanks for your answer.
Tony Zakula | 1 Jun 2010 15:24
Picon

Re: Cherokee and Mercurial

Have you created any repos

I just went through doing this, but set it up on the default server.
On your #8:

Added new rule to default Virtual Server

Don't you want to add that rule to your new vserver?

TonyZ

On Tue, Jun 1, 2010 at 7:23 AM, frantishrek <frantishrek <at> gmail.com> wrote:
> Hi,
>
> I am trying to config Cherokee with Mercurial with no success.
>
> I have followed theses step :
> 1.- Create /var/www/domain.net/hg directory>
> 2.- Create /var/www/domain.net/hg/repos directory
> 3.- Copy hgwebdir.cgi from
> /usr/share/doc/mercurial-common/examples/hgwebdir.cgi  to
> /var/www/domain.net/hg
> 4.- chmod a+x hgwebdir.cgi
> 5.- Create /var/www/domain.net/hg/hgweb.config file:
> [collections]
> ./repos/ = /var/www/domain.net/hg/repos/
> [web]
> style = gitweb
> 6.- chown www-data:www-data -R /var/www/domain.net/hg/
> 7. Create new vhost sources.domain.net
> 8.- Added new rule to default Virtual Server.
> Type: Directory
> Web Directory: /hg
> Handler: CGI
> ScriptAlias :  /var/www/domain.net/hg/hgwebdir.cgi
> or Modify default Rule
> 9. Restart Cherokee
>
> I am using Debian stable with cherokee 1.0.1 (from testing) and
> mercurial (1.3.1).
>
> I have got no error messages. It is the default V-server which is responds.
> How can I debug ?
>
> Thanks for your answer.
> _______________________________________________
> Cherokee mailing list
> Cherokee <at> lists.octality.com
> http://lists.octality.com/listinfo/cherokee
>

Gmane