#!/bin/sh # mysqlISP/docs $Id: rc.local.txt,v 1.3 2003/06/06 20:34:35 ggw Exp $ #Your distro rc.local stuff here # #OpenISP # #See /etc/rc3.d/S90* sym links to other openISP start and stop items #See /etc/sysconfig/network for servername #See /etc/sysconfig/network-scripts/eth0* for ethernet setup and port ranges etc. #Start openISP webadmin httpd daemon #running on 192.168.0.17 special ports /usr/local/apache/bin/httpd -DSSL -f /home/openisp/conf/httpd.conf #If you don't have your cert and key setup yet use this line instead #/usr/local/apache/bin/httpd -f /home/openisp/conf/httpd.conf #Your rc.local stuff here