How to configure yaws webserver in the linux terminal?

我的梦境 提交于 2019-12-13 04:51:32

问题


can someone help me on to write my yaws webserver configuration file in the Linux terminal. when i follow the yaws tutorials i get errors. thanks a lot.


回答1:


This is how I installed Yaws 1.89 on Ubuntu Server 10.10.

1. Update your Ubuntu system

sudo apt-get update
sudo apt-get upgrade

2. Install the tools you need to compile

sudo apt-get install gcc
sudo apt-get install libpam0g-dev

3. Download, compile and install Yaws 1.89

wget http://yaws.hyber.org/download/yaws-1.89.tar.gz
tar xfz yaws-1.89.tar.gz
cd yaws
./configure && make
sudo make install


来源:https://stackoverflow.com/questions/5220134/how-to-configure-yaws-webserver-in-the-linux-terminal

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!