星期六, 4月 30, 2005

 

續‧cygwin之旅


今天我又拿着cygwin把玩...這次是玩lighttpd呢......
lighttpd的速度確是快, 就是不知為什麼mod_cgi好像不能工作...有點失望啊
遲些再把玩一下吧...

順便貼上lighttpd的start/stop script吧
/etc/lighttpd/start:
#!/bin/sh
echo Starting lighttpd...
exec '/usr/sbin/lighttpd' -f /etc/lighttpd/lighttpd.conf
/etc/lighttpd/stop:
#!/bin/sh
echo Stopping lighttpd...
kill `ps -a -s|grep 'lighttpd'|sed -e 's/ //g' -e 's/\?.*//'`

標籤:


留言


發佈回應

發佈留言

留不了言?試試在這裡留吧。
回首頁