module rewrite_module is built-in and can't be loaded

when you tried to start httpd server and it showing this error "httpd: Syntax error on line 102 of /usr/local/apache/conf/httpd.conf: module rewrite_module is built-in and can't be loaded" .

Because you configure Apache with --enable-modules=most , the modules are built into Apache and do not need to be loaded with LoadModule before using them.

You can use mod_rewrite directives like RewriteEngine , RewriteCond, and RewriteRule without any need for a LoadModule directive.


run this:Quote:/usr/local/apr-httpd/bin/httpd -M

to see a list of built-in (i.e. static) modules. Also see the configure docs.

If you configure Apache with --enable-mods-shared=all , then you could use the LoadModule directive in httpd.conf to load the modules you will be using.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值