AW: [Q] Apache server startup problem?

  • From: Stefan Jahnke <Stefan.Jahnke@xxxxxx>
  • To: "'oracle-l@xxxxxxxxxxxxx'" <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 14 Apr 2004 10:06:27 +0200

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@xxxxxxxxxxxx]
Gesendet: Wednesday, April 14, 2004 4:59 AM
An: oracle-l@xxxxxxxxxxxxx
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)
123 (time - ntp)
177 (X11)

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
> HOST1::/u0/9.2/Apache/Apache/bin[40]%./apachectl start
> ./apachectl start: httpd could not be started
>=20
>=20
> I know the problem come from X-Window "DISPLAY".  Does
> there has way by pass it(I am remote login form PC
> without X-Window)?
>=20
> Thanks.
>=20
>=20
> =09
>       =09
> __________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online by April 15th
> http://taxes.yahoo.com/filing.html
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
> put 'unsubscribe' in the subject line.
> --
> Archives are at //www.freelists.org/archives/oracle-l/
> FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
>=20

--=20
Mladen Gogala
Oracle DBA
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //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@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts:

  • » AW: [Q] Apache server startup problem?