如何从网页执行服务器上的脚本?
我想通过网站在我的 VPS 上运行 shell 脚本来启动和停止服务。我目前有一个脚本,通过输入并输入 ctf.sh 来执行。我尝试过使用 CGI 之类的东西,但这让我彻底困惑了。 在我的 VPS 上,我的 Web 文件夹当然是 /var/www,那么我在哪里可以找到 cgi-bin 文件夹以及如何运行这些东西?抱歉问了这么愚蠢的问题:S
I want to run a shell script off my VPS through a website to start and stop a service. I have a script i currently execute by puttying in and typing ctf.sh. I had a look at using CGI and stuff, however this has left me thoroughly confused.
On my VPS my web folder is ofcourse /var/www so where would i find the cgi-bin folder and how would i go about runing such things? Sorry for such a stupid question :S
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以像这样执行您的脚本:
You could execute your script like: