Date: Wed, 23 Jul 2003 14:56:09 +0300 From: "Vitali Malicky" <life@zone3000.net> To: <freebsd-questions@FreeBSD.ORG> Subject: Re: Apache help Message-ID: <008301c35111$67a50df0$2401010a@zone3000.net> References: <200307211432.27241.Charlie & <>> <1058906165.621.17.camel@elwood>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Adam" <blueeskimo@gmx.net> To: <freebsd-questions@FreeBSD.ORG> 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 <blueeskimo@gmx.net> > > _______________________________________________ > 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008301c35111$67a50df0$2401010a>
