> i made soft links in /usr/sbin
> /usr/bin
>
> but again the same error persists.
>
*snip*

> # See how we were called.
> case "$1" in
>   start)
>         # Start daemons.
>         echo -n "Starting httpd: "
> /usr/local/apache/bin/apachectl start > /dev/null

I said change back the script to what it was.

i.e. it should be once again :

    # See how we were called.
      case "$1" in
      start)
      echo -n "Starting httpd: "
      daemon httpd -DSSL

i.e. just copy and paste the one on the link you got it from.

http://www.tldp.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/cha
p29sec247.html


Regards,
Abhi




_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to