Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: [Q] Apache server startup problem?
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 tostat, 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:
>
> 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
![]() |
![]() |