我正在尝试安装穆沙克在我的服务器上举办编程竞赛。我尝试在我的服务器上安装 mooshak。安装完成并显示错误消息
could not find username in the output of info
当我跑步时
http://localhost/~mooshak
我正在重定向到一个看起来像脚本文件的页面。地址栏中的地址显示
http://localhost/~mooshak/cgi-bin/execute
我希望脚本文件没有被执行。
有人可以帮我安装 mooshak 吗?
答案1
看起来你错过了这一步
启用Apache的一些模块。
a2enmod userdir
a2enmod suexec
完整指南:http://askqueries.com/install-mooshak-online-judge-ubuntu-linux/
答案2
你的问题是操作系统版本。你的操作系统中已经有一些支持工具,所以你需要安装 ubuntu 12.0 版本,然后它就可以正常工作了