Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: [Q] Apache server startup problem?

Re: [Q] Apache server startup problem?

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Tue, 13 Apr 2004 22:59:05 -0400
Message-ID: <20040414025905.GA1820@medo.adelphia.net>


X doesn't have anything to do with Apache. Much more probable answer is that you 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:
>
> HOST1::/u0/9.2/Apache/Apache/bin[40]%./apachectl start
> ./apachectl start: httpd could not be started
>
>
> 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)?
>
> Thanks.
>
>
>
>
> __________________________________
> 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_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
> -----------------------------------------------------------------
>

-- 
Mladen Gogala
Oracle DBA
----------------------------------------------------------------
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 Tue Apr 13 2004 - 21:55:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US