LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Alan Kennington <akenning@dog.topology.org>
  To  : Kristian.Ashton@dsto.defence.gov.au
  Date: Fri, 26 Nov 1999 11:17:29 +1030

Re: Linux/Apache problem

Kristian,

Have you tried "ps ax | grep httpd"?

I also tried to configure httpd on SuSE 6.2, and found that
it is _not_ running!!!!!!
They set it up to use "thttpd" instead!!!!!!!!

This thttpd is some sort of load-balancing version of httpd,
which uses different config files.
My SuSE 6.2 machine has:

----------------------------------------------------
  218  ?  S    0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D PERL -D PHP
  216  ?  S    0:00 /usr/sbin/thttpd -d /usr/lib/thttpd
  274  ?  SW   0:00 (httpd)
  275  ?  SW   0:00 (httpd)
  276  ?  SW   0:00 (httpd)
  277  ?  SW   0:00 (httpd)
  278  ?  SW   0:00 (httpd)
  289  ?  S    0:00 /usr/sbin/httpd -f /opt/skyrix/Library/WebServer/httpd.conf
  294  ?  SW   0:00 (httpd)
----------------------------------------------------

Next try "locate thttpd". You should get:

----------------------------------------------
/sbin/init.d/rc2.d/K20thttpd
/sbin/init.d/rc2.d/S20thttpd
/sbin/init.d/rc3.d/K20thttpd
/sbin/init.d/rc3.d/S20thttpd
/sbin/init.d/thttpd
----------------------------------------------

among other stuff. And that's where it gets run out of.
More significant to your case may be:

----------------------------------------------
/usr/lib/thttpd
/usr/lib/thttpd/cgi-bin
/usr/lib/thttpd/cgi-bin/nph-redirect
/usr/lib/thttpd/cgi-bin/phf
/usr/lib/thttpd/cgi-bin/ssi
/usr/lib/thttpd/users
----------------------------------------------

If you know about all of this, then please ignore.

Cheers,
Alan Kennington.

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page