Hi Jushua:
I solved this problem.
My solutions is as follows:
In my post_config function,
after ap_log_error()is called, wait one second before error return.
Many thanks.
T.Okamoto
Okamoto Toshiaki wrote:
Thank you Jushua.
T.Okamoto
Joshua Slive wrote:
On 6/6/06, Okamoto Toshiaki <[EM
Thank you Jushua.
T.Okamoto
Joshua Slive wrote:
On 6/6/06, Okamoto Toshiaki <[EMAIL PROTECTED]> wrote:
Hi All:
I would like to know how to flush piped error_log with rotatelogs.
I use Apache 2.0.55.
What do you mean by "flush"?
I mean flush the file stream for error_log.
Hi All:
I would like to know how to flush piped error_log with rotatelogs.
I use Apache 2.0.55.
Many thanks.
T. Okamoto
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/user
Hi Alls:
I have a trouble to use rotatelog for httpd-2.0.55 on Linux.
Would anyone help me?
In httpd.conf:
ErrorLog "bin/rotatelogs logs/error_log 14400"
I got a error message from httpd and couldnot start httpd:
"(2)No such file or directory: Couldn't start ErrorLog process"
This message is from
Hi All:
I have one question about "make install" command.
1.How to install only httpd?
I have changed httpd with some prelinked modules from source code.
Then type "make install", result installation with extra files.
Is "install 0644 httpd /usr/local/apache2/bin" right?
Many thanks
T.Okamoto
---
Hi Alls:
I have two question about error_log.
1.ap_log_error()
I would like to output multiple line comments to error_log by
ap_log_error().
But, 5th argument is seemed to be escaped.
ap_log_error(..,"line1\nline2") ---> ".. line1\nline2" in error_log
Is it possible to be the following output?
"..
I have solved following problem by myself.
They are a little difficult because that register HOOK Functions are MACRO.
T. Okamoto
Okamoto Toshiaki wrote:
> Hi!
> I have one question.
> I would like to test my modules.
> [Question] How to write driver to call my_module, my_register_
Hi!
I have one question.
I would like to test my modules.
[Question] How to write driver to call my_module, my_register_hook()?
Ex.
1. driver.c
main(){
/* load my_modle */
/* call my_register_hook() */
/* call my_post_config() */
}
2.my_module.c: my module
module my_module{
.
.
my_register_hooks;
Hi Joshua.
I have one question about nameing rule for key of r->notes table.
ex. ModuleNamae-XXX.
Thanks.
T.Okamoto
On 2006/03/23 15:24, Okamoto Toshiaki wrote:
Self following.
On 2006/03/23 13:34, Okamoto Toshiaki wrote:
Hi Joshua.
Thank for your quick Response.
On 2006/03/23 11:43, Jos
Self following.
On 2006/03/23 13:34, Okamoto Toshiaki wrote:
Hi Joshua.
Thank for your quick Response.
On 2006/03/23 11:43, Joshua Slive wrote:
On 3/22/06, Okamoto Toshiaki <[EMAIL PROTECTED]> wrote:
Hi everyone!
I am going to develop original module based on Apache httpd Ver.
Hi Joshua.
Thank for your quick Response.
On 2006/03/23 11:43, Joshua Slive wrote:
On 3/22/06, Okamoto Toshiaki <[EMAIL PROTECTED]> wrote:
Hi everyone!
I am going to develop original module based on Apache httpd Ver.2.0.55.
[Question]How to output to access log from my module with or
Hi everyone!
I am going to develop original module based on Apache httpd Ver.2.0.55.
[Question]How to output to access log from my module with original
format without modefication core sources:core.c,
http_core.c,mod_log_config.c
Is it possible?
Many thanks.
T.Okamoto
---
12 matches
Mail list logo