On Wed, Jun 27, 2001 at 01:23:39PM -0500, will trillich wrote: > On Sat, Jun 23, 2001 at 04:27:26PM -0300, Juan wrote: > > > > I would like to install: > > - Apache (???) It was installed via dselect, but I not found httpd > > apache provides httpd services -- on debian it's called apache, > whereas other distributions call it 'httpd'. you can always > create a symlink httpd -> apache if you like.
That wouldn't do anything though (except add a symlink in the filesystem). If you want apache to show up as "httpd" in a process listing, you'd also have to modify /usr/sbin/apachectl to run apache via the symlink (so argv[0] == "httpd"). -- Eric G. Miller <egm2@jps.net>