The syntax error is not exactly at the line you're reading, with the
basic information you gave us, I can guess the error is a few lines
down, when it CLOSES the IfDefine tag, so, try:
cat /etc/apache2/httpd.conf | grep -n ""
And you'll get the line number and the content of that line (if it exis
On 6/8/05, Pshem Kowalczyk <[EMAIL PROTECTED]> wrote:
> Shoudn't that be
>
Yeah, you're right. Didn't understand what you meant at first.
Fixed.
--
Greg Donald
Zend Certified Engineer
http://destiney.com/
--
gentoo-user@gentoo.org mailing list
On 6/8/05, Pshem Kowalczyk <[EMAIL PROTECTED]> wrote:
> Shoudn't that be
>
>
> (instead of )?
In context it looks fine:
> sed -n '275,285p' /etc/apache2/httpd.conf
#
# Handlers
#
# These modules create content for a client.
#
LoadModule info_module modules/mod_info.so
Load
On 09/06/05, Greg Donald <[EMAIL PROTECTED]> wrote:
> > /etc/init.d/apache2 restart
> * Apache2 has detected a syntax error in your configuration files:
> Syntax error on line 280 of /etc/apache2/httpd.conf:
> Expected but saw
>
> But it looks fine to me:
>
> > sed -n '280p' /etc/apache2/httpd
> /etc/init.d/apache2 restart
* Apache2 has detected a syntax error in your configuration files:
Syntax error on line 280 of /etc/apache2/httpd.conf:
Expected but saw
But it looks fine to me:
> sed -n '280p' /etc/apache2/httpd.conf
Any ideas?
--
Greg Donald
Zend Certified Engineer
http://
5 matches
Mail list logo