■掲示板に戻る■ 1- 最新50

FDD1枚でWebServer

25 :名無しさん@お腹いっぱい。 :2001/08/06(月) 21:23
#!/bin/sh
/bin/cat <<EOF
HTTP/1.0 503 Service Unavailable
Content-Type: text/html; charset=EUC-JP

<html>
<head>
<title>サーバ逝っちゃったよーん</title>
</head>
<body>
サーバ逝っちゃったよーん
</body>
</html>
EOF

こんなshell script書いて、inetd.confを
---
http stream tcp nowait nobody /somewhere/www.sh www.sh
---
こんな風に設定しておけば良いんじゃない?


新着レスの表示

名前: E-mail (省略可) :

read.cgi ver5.26+ (01/10/21-)