linux°²×°lighttpd
1¡¢°²×°ËùÐèµÄpcre¿â
tar zxvf pcre-7.9.tar.gz
cd pcre-7.9
./configure
make && make install
2¡¢°²×°°ü£º
ÏÂÔØÍøÖ·£ºhttp://www.lighttpd.net/
lighttpd-1.4.23.tar£¨°æ±¾£º1.4.23£©
3¡¢½âѹÓë±àÒë
tar zxvf lighttpd-1.4.23.tar.gz
cd lighttpd-1.4.23
./configure --prefix=/usr/local/lighttpd
make && make install
4¡¢ÔÚ/usr/local/lighttpd/Ͻ¨Á¢etc¡¢logsÎļþ¼Ð
mkdir /etc/lighttpd/
mkdir /var/log/lighttpd/
5¡¢LighttpdÆô¶¯Ïî
cp ./doc/rc.lighttpd.redhat /etc/init.d/lighttpd
chmod 755 /etc/init.d/lighttpd
vi /etc/init.d/lighttpd
LIGHTTPD_CONF_PATH="/etc/lighttpd/lighttpd.conf"£¨Ä¬ÈϵÄÅäÖÃÎļþ£©
lighttpd="/usr/local/lighttpd/sbin/lighttpd"£¨µ÷Óýø³Ì£©
cp ./doc/sysconfig.lighttpd /etc/sysconfig/lighttpd
6¡¢ÅäÖÃÎļþ
cp ./doc/lighttpd.conf /etc/lighttpd/lighttpd.conf
7¡¢WWWµÄȨÏÞ
chown -R www:www /usr/local/lighttpd
Ïà¹ØÎĵµ£º
¹¦ÄÜ£º
¼ÓÔØÖ¸¶¨µÄÎļþϵͳ¡£
Óï·¨£º
mount [-afFhnrvVw] [-L] [-o] [-t] [É豸Ãû] [¼ÓÔØµã]
Ó÷¨ËµÃ÷£º
mount¿É½«Ö¸¶¨É豸ÖÐÖ¸¶¨µÄÎļþϵͳ¼ÓÔØµ½LinuxĿ¼Ï£¨Ò²¾ÍÊÇ×°ÔØµã£©¡£¿É½«¾³£Ê¹ÓõÄÉ豸дÈë
Îļþ/etc/fastab,ÒÔʹϵͳÔÚÿ´ÎÆô¶¯Ê±×Ô¶¯¼ÓÔØ¡£mount¼ÓÔØÉ豸µÄÐÅÏ¢¼Ç¼ÔÚ/etc/mtabÎļþÖС£Ê¹ÓÃumountÃüÁîÐ ......
LinuxÍøÂçÉ豸Çý¶¯³ÌÐòÌåϵ½á¹¹
´ÓÉϵ½Ï£ºÍøÂçÐÒé½Ó¿Ú²ã-->ÍøÂçÉ豸½á¹¹²ã-->É豸Çý¶¯ÊµÏÖ²ã-->ÍøÂçÉ豸Óëý½é²ã
¼ÇÒä·½·¨£º
·ÖÈý²ã£¬1¡¢×îÉÏÃæÀí½âΪÎÒÃÇÓõÄÍøÂç´«Êä·½·¨£¬¾ÍÊÇÍøÂçÐÒ飬2¡¢×îÏÂÃæ¾ÍÊÇÎïÀíÓ²¼þ£¬¼´ÍøÂçÉ豸²ã£¬3¡¢ÖмäÊÇÒ»²ã£¬É豸Çý¶¯£¬È»ºó²ð³É2²¿·Ö£¬Éϲ¿·ÖÊǽṹ£¨²ã£©£¬Ï²¿· ......
tar zxvf samba-3.0.21.tar.gz
shell> cd samba-3.0.21/source
shell> ./configure
shell> make
shell> make install
shell> cp ../examples/smb.conf.default /usr/local/samba/lib/smb.conf & ......
ÓÉÓÚwindowsÖÐËùÓÃÍ·Îļþ"windows.h"ÔÚlinuxϲ»¿ÉÓ㬹Ê×Ô¼º½¨Á¢Ïà¹ØµÄÍ·Îļþ£¬¶¨ÒåbmpÎļþµÄ´æ´¢½á¹¹¼°¸ñʽ
´úÂëÈçÏ£º
/* linux_bmp.h*/
/*
* Copyright (c)2010 Chris Grant
*
* Win32 USER structures and API
*/
#include <iostream>
typedef struct ......