由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - perl , ssi 问题
相关主题
如何在perl中运行c-shell file?How to use file modifiers in bash/sh
shell programmingplease help, CGI..
CGI之Perl Script一问[转载] Perl calls PL/SQL funtions
[转载] Perl高手请进perl出错求教
how to convert csh shell script to dos batch file提示我 too many ('s 怎么办?
文件删不掉关于perl和linux shell script的书最经典有哪些? (转载)
Korn shell scriptrunning perl script in cygwin environment
perl QHow unix keep track of the registry?
相关话题的讨论汇总
话题: perl话题: cgi话题: bin话题: scripts话题: browser
进入Unix版参与讨论
1 (共1页)
g***y
发帖数: 27
1
有没有什么命令能知道学校给提供的放个人网页的空间是否支持perl server scripts?
情况是这样:学校的os是sun的unix,而且可以编译运行perl程序。但是我在shtml里用
, browser里就显示[an error occurred while
processing this directive]
如果我用, browser里就会把这个perl
文件的源码整个显示出来.
这是不是说明不能用server scripts?
c**t
发帖数: 2744
2
How about using ?

有没有什么命令能知道学校给提供的放个人网页的空间是否支持perl server scripts?
情况是这样:学校的os是sun的unix,而且可以编译运行perl程序。但是我在shtml里用
, browser里就显示[an error occurred while
processing this directive]
如果我用, browser里就会把这个perl
文件的源码整个显示出来.
这是不是说明不能用server scripts?

【在 g***y 的大作中提到】
: 有没有什么命令能知道学校给提供的放个人网页的空间是否支持perl server scripts?
: 情况是这样:学校的os是sun的unix,而且可以编译运行perl程序。但是我在shtml里用
: , browser里就显示[an error occurred while
: processing this directive]
: 如果我用, browser里就会把这个perl
: 文件的源码整个显示出来.
: 这是不是说明不能用server scripts?

g***y
发帖数: 27
3

这个可以,显示:Monday, 19-Apr-2004 15:15:47 EDT
另外,这个cgi-bin目录是我自己建的,是不是他们没提供这个目录就是不支持cgi?
所有文件和目录都被chmod 755过。
while

【在 c**t 的大作中提到】
: How about using ?
:
: 有没有什么命令能知道学校给提供的放个人网页的空间是否支持perl server scripts?
: 情况是这样:学校的os是sun的unix,而且可以编译运行perl程序。但是我在shtml里用
: , browser里就显示[an error occurred while
: processing this directive]
: 如果我用, browser里就会把这个perl
: 文件的源码整个显示出来.
: 这是不是说明不能用server scripts?

h*****l
发帖数: 1
4
如果支持,默认目录未必一定是cgi-bin,如果是,默认位置未必是和你网页一个地方
如果是一个地方,你的script应该是属性711,而不是755

【在 g***y 的大作中提到】
:
: 这个可以,显示:Monday, 19-Apr-2004 15:15:47 EDT
: 另外,这个cgi-bin目录是我自己建的,是不是他们没提供这个目录就是不支持cgi?
: 所有文件和目录都被chmod 755过。
: while

c**t
发帖数: 2744
5
If can, you may check with apache.conf or vhosts.conf

【在 g***y 的大作中提到】
:
: 这个可以,显示:Monday, 19-Apr-2004 15:15:47 EDT
: 另外,这个cgi-bin目录是我自己建的,是不是他们没提供这个目录就是不支持cgi?
: 所有文件和目录都被chmod 755过。
: while

t*******a
发帖数: 22
6
Check if your webserver use cgiwrap or not. Usually
should work.
With cgiwrap, it's gonna be different.

【在 g***y 的大作中提到】
: 有没有什么命令能知道学校给提供的放个人网页的空间是否支持perl server scripts?
: 情况是这样:学校的os是sun的unix,而且可以编译运行perl程序。但是我在shtml里用
: , browser里就显示[an error occurred while
: processing this directive]
: 如果我用, browser里就会把这个perl
: 文件的源码整个显示出来.
: 这是不是说明不能用server scripts?

m******a
发帖数: 2
7
this is right suggestion

scripts?
情况是这样:学校的os是sun的unix,而且可以编译运行perl程序。但是我在shtml里用
perl

【在 c**t 的大作中提到】
: If can, you may check with apache.conf or vhosts.conf
1 (共1页)
进入Unix版参与讨论
相关主题
How unix keep track of the registry?how to convert csh shell script to dos batch file
[转载] web server & application server for UNIX文件删不掉
[转载] question on Javascript..sorry.Korn shell script
how to show my website on WWW styleperl Q
如何在perl中运行c-shell file?How to use file modifiers in bash/sh
shell programmingplease help, CGI..
CGI之Perl Script一问[转载] Perl calls PL/SQL funtions
[转载] Perl高手请进perl出错求教
相关话题的讨论汇总
话题: perl话题: cgi话题: bin话题: scripts话题: browser