An open API service indexing awesome lists of open source software.

https://github.com/gleb-kiva-itmo-labs/web-programming-lab1

Вариант 169
https://github.com/gleb-kiva-itmo-labs/web-programming-lab1

fastcgi groovy java web

Last synced: 4 months ago
JSON representation

Вариант 169

Awesome Lists containing this project

README

          

# Лабораторная №1 *(Apache + FastCGI)*

| FCGI Port | Apache Port | Localhost Port |
|-----------|-------------|----------------|
| 24126 | 24125 | 8080 |

How to run:
```shell
httpd -f ~/web/lab1/httpd-root/conf/httpd.conf -k start
java -DFCGI_PORT=24126 -jar ~/web/lab1/httpd-root/fcgi-bin/server.jar

ssh -p 2222 s408766@helios.cs.ifmo.ru -L 8080:localhost:24125
```