2ちゃんねる ■掲示板に戻る■ 全部 1- 最新50    

自鯖でCGI

58 :DNS未登録さん:2010/10/14(木) 02:31:48 ID:fSEbGJ7H.net

<IfModule alias_module>
ScriptAlias /cgi-bin/ "C:/Apache2.2/cgi-bin/"

</IfModule>

<IfModule cgid_module>

</IfModule>

<Directory "C:/Apache2.2/cgi-bin">
AllowOverride All
Options All
Order allow,deny
Allow from all
</Directory>
<Directory />
Options FollowSymLinks ExecCGI
AllowOverride All
</Directory>
DefaultType text/plain

<IfModule mime_module>
TypesConfig conf/mime.types
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz

AddHandler cgi-script .cgi .pl


AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
</IfModule>
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>


22 KB
新着レスの表示

掲示板に戻る 全部 前100 次100 最新50
名前: E-mail (省略可) :

read.cgi ver.24052200