我目前有一個小腳本運行,發送一個401到客戶端,取消和不提供用戶詳細信息時,腳本將不會返回任何內容。 我想發送重定向到它們來自的頁面。 主子程序看起來像這樣; #!usr/bin/perl
use strict;
use CGI;
sub checkAuth {
my ($user, $pass) = &getAuthUsers(); # Get the user and pas
我是CGI或Apache的新手。 我想安裝一個名爲mooshak的應用程序。 安裝完成正常。但是當我打開本地站點時,它只是下載文件而不是執行它。 當我打開http://localhost/~mooshak/cgi-bin/execute,它只是下載文件,如: #!/bin/sh
# the next line restarts using tclsh \
PATH=$PATH:/usr/loc