Is anyone using SuSE 7.1?

jay jay at musubi.org
Mon May 14 18:51:51 PDT 2001


apache doesn't run out of inetd.  you tell apache which
port to listen on in your httpd.conf  (i.e. Port 80)
also, look in there for the "ErrorLog" paramter to see
if apache is actually logging to where you think it is.
iirc, you should at least get some kind of startup notice.

another thing to do, is to either run a netstat to see
what open ports you've got or use lsof to determine
what's running on which ports.

and just to be sure... make sure apache is actually running.
ps -eaf |grep httpd

=jay

On Mon, 14 May 2001, Zachary P. Taylor wrote:

> I checked the logs, nothing has been written to it, more than likely because
> no connection is allowed. Does anyone know what I should put in inetd.conf
> or whatever that tells it to listen for incoming requests on a certain PORT.
> Apache starts fine without errors, but it does not seem to be accepting
> connections, or listening for connections.
>
> -----Original Message-----
> From: jay [mailto:jay at musubi.org]
> Sent: Monday, May 14, 2001 3:27 PM
> To: Linux & Unix Advocates & Users
> Subject: [luau] Re: Is anyone using SuSE 7.1?
>
>
> sounds like your php4 install is breaking apache.
> (jay removes captain obvious uniform).
>
> did you check your apache logs?
> any errors? what do they say?
> your error log is at: /path/to/apache/logs/error_log
>
> you'll usually see startup errors in there.
>
> =jay
>
>
> On Mon, 14 May 2001, Zachary P. Taylor wrote:
>
> > Is anyone using suse 7.1 or can help me with a problem? If I install SUSE
> > without the php4 mod I can get to a localhost webpage and telnet localhost
> > 80 give me the normal return. If I install with PHP4 mod I get connection
> > not allowed when I telnet localhost 80, any suggestions?
> >
> >
> > ---
> > You are currently subscribed to luau as: jay at musubi.org
> > To unsubscribe send a blank email to $subst('Email.Unsub')
> >
>
>
> ---
> You are currently subscribed to luau as: ztaylor at aloha.net
> To unsubscribe send a blank email to $subst('Email.Unsub')
>
>
> ---
> You are currently subscribed to luau as: jay at musubi.org
> To unsubscribe send a blank email to $subst('Email.Unsub')
>



More information about the LUAU mailing list