gpt4 book ai didi

linux - Apache ScriptAlias 无法设置脚本参数

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:59:30 24 4
gpt4 key购买 nike

我正在将 Windows httpd.conf 文件移植到 Linux Apache 服务器。我差不多完成了,但我得到的唯一错误是:

 * Starting web server   apache2                                                                                    [Tue Feb 07 14:24:34 2012] [warn] The Alias directive in /etc/apache2/httpd.conf at line   449 will probably never match because it overlaps an earlier Alias.
Syntax error on line 461 of /etc/apache2/httpd.conf:
Invalid command 'Script', perhaps misspelled or defined by a module not included in the server configuration
Action 'start' failed.
The Apache error log may have more information.

我的 httpd.conf 文件第 461 行如下:

ScriptAlias /cgi-bin "/var/www/cgi-bin"

Script PUT /cgi-bin/put.py

最佳答案

看起来像 mod_actions module没有加载。此模块启用 Script 的使用。如果激活此模块,错误消息应该会消失。

您通常可以通过从相应的 mods_available 目录创建符号链接(symbolic link)来激活 mod_actions,如下所示:

ln -s /etc/apache2/mods-available/actions.load /etc/apache2/mods-enabled/actions.load

目录结构在您的机器上可能不同,但原理保持不变:有可用的模块,可以通过符号链接(symbolic link)到 mods_enabled 目录来激活这些模块。

关于linux - Apache ScriptAlias 无法设置脚本参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9182610/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com