Re: Mixed Children on amd64

2010-09-25 Thread Vincent Veyron
Le mercredi 22 septembre 2010 à 18:52 +0200, André Warnier a écrit : > One other idea : Apache generates (or can generate) an access log, and you > can configure > what is logged in each line [...] > and a bunch of > $r->warn("this is what happens here"); Sure, but I'm leery of upsetting my use

Re: Mixed Children on amd64

2010-09-22 Thread André Warnier
Vincent Veyron wrote: No you don't. If in one Apache you say Listen 80 Listen 443 and it will listen to both ports. That I didn't know. I will try it, thanks .. (but only once, for HTTPS; the reason for that is longer to explain). Well, if I'm not mistaken it's simply because the request

Re: Mixed Children on amd64

2010-09-22 Thread Vincent Veyron
> No you don't. If in one Apache you say > Listen 80 > Listen 443 > > and it will listen to both ports. That I didn't know. I will try it, thanks > .. > > (but only once, for HTTPS; the reason for that is longer to explain). > Well, if I'm not mistaken it's simply because the request being c

Re: Mixed Children on amd64

2010-09-22 Thread David Nicol
On Tue, Sep 21, 2010 at 4:57 PM, Vincent Veyron wrote: > I realized after the fact that updates _are_ a problem. I suppose one > has to recompile from source. I'm hoping to script the process, > eventually. Off-topic: will gentoo ports work with debian? "emerge mod_perl" == "script the process"

Re: Mixed Children on amd64

2010-09-21 Thread André Warnier
Vincent Veyron wrote: ... , of which only one is HTTPS, you could run it all in one single Apache instance. It is no problem to run a single VirtualHost as a HTTPS host on its own port 443, and other multiple HTTP VirtualHost's on port 80. The problem is only when you want to run several

Re: Mixed Children on amd64

2010-09-21 Thread Vincent Veyron
Hi, Replying here to both of you for convenience Le mardi 21 septembre 2010 à 16:51 +0200, André Warnier a écrit : > Perrin Harkins wrote: > > > > Are these just two virtual servers running from the same httpd.conf > > and server binaries? How does each one know which database to use? Each se

Re: Mixed Children on amd64

2010-09-21 Thread Vincent Veyron
Le mardi 21 septembre 2010 à 17:59 +0200, André Warnier a écrit : a couple of things puzzle me in your setup. > > 1) if you are using Linux Debian, they why do you go through the trouble of > compiling > Apache etc.. ? The Debian packagers have done a good job, and you can just > install perl

Re: Mixed Children on amd64

2010-09-21 Thread André Warnier
Vincent Veyron wrote: Hi, I wrote a web application for case management (legal, insurance) with mod_perl. The app is visible at : http://marica.fr/ I recently purchased a 'dedibox' (http://www.online.net/serveur-dedie/offre-dedibox-v3.xhtml) intended to host it, and configured it with Debian.

Re: Mixed Children on amd64

2010-09-21 Thread André Warnier
Perrin Harkins wrote: On Mon, Sep 20, 2010 at 7:00 PM, Vincent Veyron wrote: When I use this new machine (it is currently disabled), my registered users on occasion will retrieve the data from the demo account instead of their own, as if the children spawned by the two apache2 processes got mix

Re: Mixed Children on amd64

2010-09-21 Thread Perrin Harkins
On Mon, Sep 20, 2010 at 7:00 PM, Vincent Veyron wrote: > When I use this new machine (it is currently disabled), my registered > users on occasion will retrieve the data from the demo account instead > of their own, as if the children spawned by the two apache2 processes > got mixed up. Are these

Mixed Children on amd64

2010-09-20 Thread Vincent Veyron
Hi, I wrote a web application for case management (legal, insurance) with mod_perl. The app is visible at : http://marica.fr/ I recently purchased a 'dedibox' (http://www.online.net/serveur-dedie/offre-dedibox-v3.xhtml) intended to host it, and configured it with Debian. My setup is as follow