Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> AW: [Q] Apache server startup problem?
Especially 1521 and 1526 combined with a standard Oracle Net =
configuration
are highly recommendable.=20
That way, one can easily redirect incoming SQL*NET traffic to a more
lightweight process like Apache which will probably lead to a boost in
response time. One won't have to deal with any Oracle performance =
issues
anymore either and might be able to downgrade the server since those =
user
sessions don't take up that much space anymore.
Stefan
-----Urspr=FCngliche Nachricht-----
Von: Mladen Gogala [mailto:mgogala_at_adelphia.net]
Gesendet: Wednesday, April 14, 2004 4:59 AM
An: oracle-l_at_freelists.org
Betreff: Re: [Q] Apache server startup problem?
X doesn't have anything to do with Apache. Much more probable answer is =
that
you=20
are trying to start it up on a busy port. Anyway, apache has that =
strange
concept
of error log and it looks like this:
$ ls /opt/apache/logs
access_log error_log httpd.pid
It will sound unbelievable, but the error log is the file called =
error_log.
Here is what it looks like:
[Sun Mar 21 01:40:31 2004] [warn] child process 6288 still did not =
exit,
sending a SIGTERM
[Sun Mar 21 01:40:31 2004] [notice] caught SIGTERM, shutting down
[Sun Mar 21 01:53:01 2004] [notice] Apache/2.0.48 (Unix) PHP/5.0.0RC1
configured -- resuming normal operations
[client 127.0.0.1] script '/home/mgogala/work/test1.php' not found or =
unable
to
stat, referer: http://localhost/work/test1.html
The bad ports for running apache are:
21 (ftp) 22 (ssh) 23 (telnet) 25 (smtp) 42 (dns) 80 (root port, you must be root to start it) 110 (pop3)
The good ports for starting apache are 389, 1521,1526, 1527, 3128 and = 8080
On 04/13/2004 10:00:35 PM, dba1 mcc wrote:
> I am remote TELNET from PC into ORACLE server
> (9.2.0.5, SUN SOlaris 9) and tried to startup Apache
> server. There have error message come out:
>=20
>=20 >=20
>=20
>=20 >=20> Do you Yahoo!?
> =09
> =09
> __________________________________
--=20
Mladen Gogala
Oracle DBA
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- =20 ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Apr 14 2004 - 03:03:14 CDT
![]() |
![]() |