Apache </位置> 错误

1 apache-2.2

我在安装时遇到了真正的问题 - 基本上这是我得到的错误:

apache2: Syntax error on line 234 of /etc/apache2/apache2.conf: Syntax error on line 10 of /etc/apache2/conf.d/amberdms-bs.conf: Expected </Location\xc2\xa0/billing_system> but saw </Location>
Run Code Online (Sandbox Code Playgroud)

这是在该模块文件中使用的代码:

# 
# Amberdms Billing System is an open source accounting, service billing and time keeping web application. 
# 
Alias /billing_system /usr/share/amberdms/billing_system 
<Location /billing_system> 
Order deny,allow 
Allow from all 
AllowOverride all 
</Location>
Run Code Online (Sandbox Code Playgroud)

 

请帮我!我需要安装这个软件,但是这个错误让我很难过。

Ign*_*ams 5

听起来该<Location>指令有一个不间断空格而不是正常的中断空格。删除空格并重新键入。