#!/bin/sh
#
# Startup script for the Apache Web Server
#
# chkconfig: 345 85 15
# description: Apache is a World Wide Web server.  It is used to serve \
#              HTML files and CGI.
# processname: httpd
# pidfile: /usr/local/apache/logs/httpd.pid
# config: /usr/local/apache/conf/httpd.conf

# Source function library.
. /etc/rc.d/init.d/functions

# See how we were called.


this is the to line... i guessed that too but then, this is what i saw.

Arvind
----- Original Message -----
From: "Shridhar Daithankar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 21, 2002 1:02 PM
Subject: Re: [LIH]how to start apache


| On 21 May 2002 at 12:21, Arvind wrote:
|
| > and if i type in
| >  /etc/rc.d/init.d/httpd start
| > : bad interpreter: No such file or directory
|
| Check top line of httpd script. The one that starts with #!. The
executable
| mentioned there like /bin/sh, is not pointing to a good real existing
| excecutable. You need to correct it.
|
|
| Bye
|  Shridhar
|
| --
| Flugg's Law: When you need to knock on wood is when you realize that the
world
| is composed of vinyl, naugahyde and aluminum.
|
|
| _______________________________________________________________
|
| 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


_______________________________________________________________

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