Greetings,
I have a set of custom modules that I statically compile into the httpd
binary. In the past (2.2.11), I've used something like:
./configure --with-module=custom:mod_foo.c,custom:mod_bar.c,custom:mod_baz.c
I've recently tried to port my modules to 2.2.22 but the modules.mk file
generat
11 at 9:15 AM, Rob Landrito wrote:
>> Thanks for your suggestions. httpd starts cleanly with nouser and
>> nogroup fine as long as I'm not trying to pipe logs. If I only try to
>> pipe access_log and not error_log, httpd starts but no access logs are
>> created (I
resumably
every time it's trying to write to access_log. I should note that I
can run rotatelogs just fine from the command line as nouser or root.
2011/12/6 Jeff Trawick :
> On Tue, Dec 6, 2011 at 1:47 PM, Rob Landrito wrote:
>> Greetings,
>>
>> I'm t
Greetings,
I'm trying to used piped logs as described here:
http://httpd.apache.org/docs/2.2/logs.html#piped. The environment is
httpd 2.2.11 on sco 6.0.0 (SCO_SV system 5 6.0.0 i386). I'm using
User nouser
Group nogroup
Apache is unable to start, printing the following to stderr on startup:
[T