I inherited a server running FreeBSD and Apache. The /bin dir of apache has an executable called httpsd, but no httpd. Does anyone know what this is? I am thinking some sort of SSL patch for apache, but I searched and couldn't find anything proving that. There also is no apachectl script. But mod_so and apxs is installed. Of course there is no documentation, and no one to ask about the setup.
All I want to do is include the DSO of PHP into Apache. Unfortunatly it is currently serving a very active site, and I can't afford to screw up Apache. Usually I just send the apachectl script the restart command, and if I screwed anything up, it just ignores the restart. Without that script I will have to kill and start the httpsd binary, which scares me.
Another issue is, being a Linux and Solaris guy, I can't find the startup scripts in FreeBSD. (i.e. /etc/rc.[d|0]) If I could find those, I can find out how httpsd is starting up.
Any help would be most greatly appreciated, as if I half to write one more line of Perl, I am going to spew.
Thanks!