請問誰會在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