Re: [EMAIL PROTECTED] Apache 2.2.8 hangs on Solaris 9: Deadlock? [SOLVED]

2008-04-23 Thread Laurent Blume
Guys, since I rebuilt Apache with prefork, the problem hasn't appeared, so it seems the issue was definitely PHP + threads. Thank you all who helped! Laurent -- / Leader de Projet Communauté| I'm working, but not speaking for \ G11N http://fr.opensolaris.org | Bull Services

[EMAIL PROTECTED] Apache 2.2.8 hangs on Solaris 9: Deadlock?

2008-04-15 Thread Laurent Blume
Hi all, Okay, the title isn't very descriptive, but I haven't much to work with :-/ We're having a recurrent problem with Apache 2.2 on two Solaris 9 boxes: it hangs, and becomes unresponsive. Connecting to the port 80, the connection is established, but stays stuck, and send no data at all. I

Re: [EMAIL PROTECTED] Apache 2.2.8 hangs on Solaris 9: Deadlock?

2008-04-15 Thread Laurent Blume
Krist van Besien a écrit : Two questions: - Are you using any third party modules (ie, modules that didn't come with the apache source itself)? Yes, PHP 4.4.8. - Is any part of your apache install on an NFS share? No, all of it is local, including pages, logs, conf, etc. Laurent -- /

Re: [EMAIL PROTECTED] Apache 2.2.8 hangs on Solaris 9: Deadlock?

2008-04-15 Thread Laurent Blume
Eric Covener a écrit : http://marc.info/?t=11875374893r=1w=2 If apachectl -V says fcntl is the default (APR_USE_FCNTL_SERIALIZE?) you can hit this if you have two apache components using the default type of lock. Yes, it's fnctl(), I understand it's the default on Solaris. Some are

Re: [EMAIL PROTECTED] Apache 2.2.8 hangs on Solaris 9: Deadlock?

2008-04-15 Thread Laurent Blume
William A. Rowe, Jr. a écrit : Krist van Besien wrote: On Tue, Apr 15, 2008 at 1:42 PM, Laurent Blume [EMAIL PROTECTED] wrote: I'll look for how to change the mutexes I can change. Any other hint will be welcome. You could indeed use: AcceptMutex pthread However, your problem might

[EMAIL PROTECTED] Redirecting temporarily all pages to /

2007-09-11 Thread Laurent Blume
Hi all, I've hit soetmhing that seemed obvious at first, and I can't get it to work: I want to be able to do a temporary redirect all accesses to the web server to / in some cases (maintenance work mainly). I though that something like that would do, with a single dot to ensure that only

Re: [EMAIL PROTECTED] Redirecting temporarily all pages to /

2007-09-11 Thread Laurent Blume
Bj a écrit : Check if your index.hml and if any ErrorDocument directives are not interacting. No, it's a very simple httpd.conf, no ErrorDocument, almost no module actually, only the basic minimum to display a warning message. and try with Rewrite : RewriteEngine On RewriteCond

Re: [EMAIL PROTECTED] quite tricky, I need some serious help here.

2006-08-07 Thread Laurent Blume
Lech Karol Pawłaszek a écrit : On Friday 04 August 2006 15:36, Vagelis Papadogiannakis wrote: [...] Many many thanks to Laurent Blume. He is absolutelly my hero. [...] Buy him a beer and praise his name forever. ;-) Kind regards, That'll be a Corona for me please! ;-) Just kidding

[EMAIL PROTECTED] How to unlock files for dav?

2006-08-03 Thread Laurent Blume
Hi all, I've had the same problem a few times, and I'm wondering if there's a clean solution: some users are accessing a web directory (an Apache 2.0.54 server) with DreamWeaver, using WebDAV, It seems that sometimes, files and directories get locked, and are never unlocked. A quick search on the

Re: [EMAIL PROTECTED] quite tricky, I need some serious help here.

2006-08-03 Thread Laurent Blume
Vagelis Papadogiannakis wrote: Ok, after a long night, I finally did the stupid thing... I accidentally destroyed all the vhost configuration files from the vhost.ddirectory. This directory contained separete .conf files which described every vhost of the system I dont have any backups

Re: [EMAIL PROTECTED] Re: Patrick Presto is out of the office.

2006-08-03 Thread Laurent Blume
Shankar Unni a écrit : And ausser haus and en vacance and ... stereotype I actually see this a lot from European users on several mailing lists.. /stereotype Unsurprising, considering how much more vacations we get every year ;-) Laurent

Re: [EMAIL PROTECTED] How to unlock files for dav?

2006-08-03 Thread Laurent Blume
Brandon Fosdick a écrit : Have you tried sending an UNLOCK request manually? Yes, using the Java client DAVexplorer. But it failed, because I was not logged in as the same user, apparently. Laurent - The official User-To-User

[EMAIL PROTECTED] Using suexec to let users modify their vacation

2005-11-09 Thread Laurent Blume
Hello all, I'm sure this has been done before, but I can't get relevant hits on AltaVista or Google... I need to have a web interface to let users modify their vacation message on the mail server in the intranet. They'll authenticate themselves first, of course, using mod_ldap. It's a