Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Update README.md

Update README.md
  • Loading branch information
berviantoleo committed Sep 26, 2018
1 parent d5a7b14 commit b8d166e
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

Mini Web Server build with C using libevent.

# Daftar Isi

* [Percobaan dengan Web Server Apache & NGINX](#percobaan-dengan-web-server-apache-&-nginx)
* [Server yang Digunakan](#server-yang-digunakan)
* [Tools Benchmark](#tools-benchmark)
* [Gobench](#gobench)
* [Monit](#monit)
* [htop](#htop)
* [Hasil Percobaan](#hasil-percobaan)
* [Apache](#apache)
* [Nginx](#nginx)
* [Simpulan Hasil Benchmark](#simpulan-hasil-benchmark)
* [Petunjuk Penggunaan Program](#petunjuk-penggunaan-program)
* [Dependency Program](#dependency-program)
* [Compile Program](#compile-program)
* [Instalasi](#instalasi-untuk-dapat-digunakan-pada-terminal)
* [Menghapus instalasi](#menghapus-instalasi)
* [Konfigurasi](#konfigurasi)
* [Hasil Test](#hasil-tes-menggunakan-tools-benchmark)
* [Program Kecil Lain](#tanpa-menggunakan-build-in-evhttp)
* [Tentang Pembuat](#about)
* [Lisensi](#license)

## Percobaan dengan Web Server Apache & NGINX

### Server yang digunakan
Expand Down Expand Up @@ -173,8 +196,9 @@ Untuk mengcompile program cukup lakukan :

Program akan ditaruh pada `/opt/mws`.

### Menghapus instalasi pada direktori default (opt/mws)
### Menghapus instalasi

Secara default di install pada direktori `opt/mws`, jika demikian lakukan perintah berikut.
```
sudo make remove
```
Expand Down Expand Up @@ -288,8 +312,11 @@ Bervianto Leo P - 13514047
# Reference

[1] https://github.com/libevent/libevent

[2] http://www.wangafu.net/~nickm/libevent-book/

[3] https://github.com/libevent/libevent/blob/master/sample/http-server.c

[4] https://www.ibm.com/developerworks/aix/library/au-libev/

# LICENSE
Expand Down

0 comments on commit b8d166e

Please sign in to comment.