请问谁会在Debian上安装、设置BOAweb server

Home Home
引用 | 编辑 CKC
2007-02-05 01:01
楼主
推文 x0

图 1.
ls

我已经把DEBIAN装好了
下载http://www.boa.org/boa-0.94.14rc21.tar.gz BOA的套件
我先烧到cd
这是我目前做到的地方
mount /cdrom
cp /cdrom/* /usr/src/
cd /usr/src/
tar xzf boa-0.94.14rc21.tar.gz 解压缩
cd boa-0.94.14rc21
ls

接下来怎么做才行?
我对debian、linux还不是很懂,所以可能要详细步骤和指令列出来我才会做,但现在目的是想架站啦= =
所以想求就各位大大
最后目标是想架一个可以用cgi网页的网页伺服器,且一定要用boa架,因为想以后可以嵌入式系统远端遥控用的,听说比较不会占资源
谢谢各位 表情

献花 x0
引用 | 编辑 ccxxx
2007-03-15 03:44
1楼
  
make sure you have already installed gcc and all dependency packages in your system
then go into boa extracted directory
#./configure
if there is no errors then execute "make"
#make

#mkdir /etc/boa         //the default SERVER_ROOT for config file
#cp ./examples/boa.conf /etc/boa
#mkdir /usr/local/boa
#cp ./src/boa /usr/local/boa
#cp ./src/boa_indexer /usr/local/boa
#mkdir /var/www       //if not exist (default www directory)
#/usr/local/boa/boa     //start up the boa server
# netstat -na |grep 80
tcp     0     0 0.0.0.0:80             0.0.0.0:*             LISTEN
# ps -ef |grep boa
nobody   17144   1 0 10:30 pts/0   00:00:00 ./boa

also make sure the user & group of /etc/boa/boa.conf are existing in your system
e.g.
User nobody
Group nogroup

most of settings can be made in /etc/boa/boa.conf, just have a look

献花 x0
引用 | 编辑 mnbmnb5266
2010-08-20 23:59
2楼
  
你把二楼大大的教学翻译一下,我觉得好像答案就在那里,不过我英文不是很好

献花 x0