Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. treeoon

    ssl on reboot

    thanks for the help guys! made the script like lgarner said, and put that extra line at the top. WORKS GREAT!
  2. treeoon

    ssl on reboot

    is it possible to move /etc/init.d/apachectl to /etc/init.d/apachectl2 and then create a file /etc/init.d/apachectl which just contains the text "/etc/init.d/apachectl2 startssl" would this in fact start the service the way im tryin to do?
  3. treeoon

    ssl on reboot

    sure enough... in /etc/init.d/rc3.d/ lrwxrwxrwx 1 root root 19 Jul 3 02:12 S85apachectl -> ../init.d/apachectl ive looked through the apachectl file it references but cannot figure out how to specify the startssl parameter.
  4. treeoon

    ssl on reboot

    when i stipped out the redhat 9 version of apache, that file /etc/init.d/httpd got moved to /etc/init.d/httpd.rpmsave (i'm assuming for backup purposes) where else would apache be starting from? also... why does linux have so many damn ways to install/start services?!#@!!@
  5. treeoon

    ssl on reboot

    ez... ive stripped apache from redhat 9, and put it my own install of 2.0.50 + php 4.3.7. after rebooting the box, the apache service comes up fine, just without the ssl module loaded. a quick : /apache/bin/apachectl stop and a /apache/bin/apachectl startssl solves the problem, but is a...

Part and Inventory Search

Back
Top