Not sure about slackware, but my RH server had a http.conf for the Apache configuration, and /etc/rc.d/init.d/httpd program to start, stop and restart the server. (ie "/etc/rc.d/init.d/httpd start" would start the server)
Under my new gentoo server, the config file is called apache2.conf and the program to run is /etc/init.d/apache2.
I would recommend locating httpd.conf. If it comes up with a hit, the chances are thats your config file. Then locate httpd. The httpd program will probably be in init.d.
Try and find those files, they will probably be what you need :-). Let me know how it goes.
|