Error Log; Pid File; Piped Log - Oracle HTTP Server B12255-01 Administrator's Manual

10g release 1 (10.1)
Table of Contents

Advertisement

Specifying Log Files

Error Log

The server sends diagnostic information and records error messages to a log file
located, by default, in:
I
I
The file name can be set using the

PID File

When the server is started, it notes the process ID of the parent httpd process to the
PID file located by, default, in
I
I
This filename can be changed with the
by the administrator for restarting and terminating the daemon. If the process dies
(or is killed) abnormally, then it is necessary to kill the children httpd processes.

Piped Log

Oracle HTTP Server is capable of writing error and access log files through a pipe to
another process, rather than directly to file. This increases the flexibility of logging,
without adding code to the main server. In order to write logs to a pipe, replace the
file name with the pipe character "|", followed by the name of the executable which
should accept log entries on its standard input. Oracle HTTP Server starts the
piped-log process when the server starts, and restarts it if it crashes while the server
is running.
6-8 Oracle HTTP Server Administrator's Guide
UNIX: ORACLE_HOME/Apache/Apache/logs/error_log
Windows: ORACLE_HOME\Apache\Apache\logs\error_log
"ErrorLog directive" in the Apache Server
See Also:
documentation.
UNIX: ORACLE_HOME/Apache/Apache/logs/httpd.pid
Windows: ORACLE_HOME\Apache\Apache\logs\httpd.pid
"Pid File" in the Apache Server documentation.
See Also:
"Piped Log" in the Apache Server documentation.
See Also:
directive.
ErrorLog
directive. The process ID is for use
PidFile

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the HTTP Server B12255-01 and is the answer not in the manual?

This manual is also suitable for:

Http server

Table of Contents