Re: [users@httpd] Launching apache from a PHP script - fine under OS X, what about Windows7 ?

2013-11-24 Thread Brett Maxfield
2>&1 takes stderr (fd#2) and joins it to stdout (fd#1) so you have a single output stream, contains both things sent to stderr (fatal program errors) and stdout messages (informational or program specific messages) > On 25 Nov 2013, at 4:30 am, Tim Streater wrote: > > 2>&1 ---

Re: [users@httpd] Unable to open logs - but NOT a permission problem

2013-02-25 Thread Brett Maxfield
If apache can write everything on start, and then it becomes unresponsive, that sounds like file handles / inodes. There wont be errors as likely the thread with the problem can't write logs.. But if apache locks up hard, due to no inodes, or something else, you wont kill it with a kill -1, and

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-17 Thread Brett Maxfield
On 18/08/2012, at 6:46 AM, Denis BUCHER wrote: > Dear all, > > That's an unbelievable issue but we have single apache process that takes 5 > GB of memory ! And it doesn't happens always with the same URLs, it's > unpredictable and we don't understand why it is happening at all !!! > > Any hel

Re: [users@httpd] Apache can't interpret the following link :

2012-08-17 Thread Brett Maxfield
Shouln't that be : "../../chorus-theme/css/main.css?browserId=firefox&t=1344590189623" First non-url part is after ?, other parts seperated by & Pretty sure @ has special meaning in a url.. On 17/08/2012, at 2:03 PM, Nicolas Maujean wrote: > "../../chorus-theme/css/main.css@browserId=firefo

Re: [users@httpd] The question of Apache deamontools

2012-08-09 Thread Brett Maxfield
On 09/08/2012, at 1:43 PM, Liu JinGang wrote: > ApacheGroup Mem: > > hello,boys~ > > I use the deamontools to control the apache. > run script as following(refer to the doc of www): > - > #!/bin/sh > > CONF=/etc/httpd/conf/httpd.conf > DAEMON=/usr/sbin/h