我创建了一个新的虚拟主机,如下所示:
<VirtualHost http://developer.com/TimeService/V1/gettime:80>
服务器名称http://developer.com/TimeService/V1/gettime
DocumentRoot D:/xampp/htdocs/developer.com
ServerAdmin admin@developer.com
选项索引 FollowSymLinks
AllowOverride FileInfo
命令允许,拒绝
允许所有人
我希望前 2 行看起来像
<VirtualHost http://developer.com/TimeService/V1/gettime?appid:80>
服务器名称http://developer.com/TimeService/V1/gettime?appid
我面临的问题是我什么时候放?(特殊字符)在上面的 http 中,apache 服务器拒绝启动。
我应该如何让 apache 认识到这一点?