由 mittere 在 04-26-2004 09:50 发表:
为什么我的cgi运行的时候会出现500错误
我的apache2配置文件如下,大虾给看看
配置:AthlonXP 2200+512MRam+Quadro550+80G+Yamaha 44xCDRW
系统:
Windows XP
Redhat AS3 Update2
Kylix3+JBuilder9
只用KDE
由 hutigers 在 04-26-2004 10:59 发表:
回复: 为什么我的cgi运行的时候会出现500错误
> quote:
>
> * * *
>
> 最初由 mittere 发表
>
> 我的apache2配置文件如下,大虾给看看
>
> * * *
zhuandao wangluoban.
家:P3M1G,384M,80G,Geforce 2 Go 16M
家-->&LinuxSir&<--单位
第一次吻别人的嘴
第一次生病了要喝药水
太阳下山太阳下山冰淇淋流泪
——王菲《催眠》
由 adminxp 在 06-24-2004 03:53 发表:
397行这样:
DirectoryIndex index.htm index.html index.html.var index.cgi index.php index.phtml
610行看一下:
1<directory "="" apache="" cgi-bin"="" local="" usr="">
2
3AllowOverride None
4
5Options None
6
7Order allow,deny
8
9Allow from all
10
11</directory>
改为:
1<directory "="" apache="" cgi-bin"="" local="" usr="">
2
3AllowOverride None
4
5Options +ExecCGI</directory>