On Sat, Mar 16, 2002 at 10:57:32PM +1100, Adam Hewitt wrote: > Hello (again), > > I have just installed squid so I can setup a proxy server on my home > gateway, and I included the squid-cgi (which requires httpd so I installed > apache which is supposed to give the httpd) so I can administer squid via > the web-based management. > > However when I run apacheconfig, it tells me that apache cannot start > because it could not load httpd...
So it couldn't load the binary. > I did a search for httpd and came up with nothing....Why would dselect tell How did you search for it? The simplest way to find the binaries associated with a package is: dpkg -L <package> | grep bin so, dpkg -L apache | grep bin /usr/sbin /usr/sbin/apache /usr/sbin/apacheconfig /usr/sbin/apachectl /usr/lib/cgi-bin > me that I need to install httpd and recommend apache if it doesn't come > with it?? > > Any thoughts, Check the logfiles (/var/log/apache or /var/log/httpd) and see what they say. They ought to be able to explain why Apache isn't starting up. Anand -- `` We are shaped by our thoughts, we become what we think. When the mind is pure, joy follows like a shadow that never leaves. '' -- Buddha, The Dhammapada -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
