From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 04:56:15 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C82F37B401 for ; Wed, 23 Jul 2003 04:56:15 -0700 (PDT) Received: from aviti.net (aviti.net [217.144.68.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9870643F3F for ; Wed, 23 Jul 2003 04:56:13 -0700 (PDT) (envelope-from life@zone3000.net) Received: from zone3000.kharkov.ua ([217.144.68.98] helo=adserver.zone3000.net) by aviti.net with esmtp (Exim 4.14) id 19fIE5-0000d4-Nn for freebsd-questions@FreeBSD.ORG; Wed, 23 Jul 2003 14:56:09 +0300 Received: from narik ([10.1.1.36]) by adserver.zone3000.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 23 Jul 2003 15:01:54 +0300 Message-ID: <008301c35111$67a50df0$2401010a@zone3000.net> From: "Vitali Malicky" To: References: <200307211432.27241.Charlie & <>> <1058906165.621.17.camel@elwood> Date: Wed, 23 Jul 2003 14:56:09 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 23 Jul 2003 12:01:54.0593 (UTC) FILETIME=[3588E110:01C35112] X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *19fIE5-0000d4-Nn*M7sZhW00Vzw* Subject: Re: Apache help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vitali Malicky List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 11:56:15 -0000 ----- Original Message ----- From: "Adam" To: Sent: Tuesday, July 22, 2003 11:36 PM Subject: Re: Apache help > On Mon, 2003-07-21 at 16:33, Dzevad Fazlic wrote: > > I just installed freeBSD 4.8 with apache 1.3.27 > > Everthing works perfect but when i shutdown system or when i startup system > > i am receiving this apache error > > (/usr/local/etc/rc.d/apache.sh:120: Syntax error :Unterminated quoted string ) Selfobvious! file /usr/local/etc/rc.d/apache.sh line 120 check it! may be you forgot to terminate quoting: " or ' > > Can somebudy help please > > But if i start apache with this command on shell > apachectl start < > > It will work fine > > Just a thought, did you ever edit that script with a Win32 text editor? > Those kind of weird errors are frequently caused by Win32 terminating > characters. Might be worth checking out, just to rule it out. Or just when copying text files from windows to UNIX-like, copy them in ASCII mode so that not to have "^M" at the end of each line... or develop good habits and begin to edit scripts in "vi" or so... > > -- > Adam > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"