Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Вариант 169
- Host: GitHub
- URL: https://github.com/gleb-kiva-itmo-labs/web-programming-lab1
- Owner: Gleb-Kiva-ITMO-Labs
- Created: 2024-09-04T11:31:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T22:04:29.000Z (3 months ago)
- Last Synced: 2024-11-19T22:11:58.484Z (2 months ago)
- Topics: fastcgi, groovy, java, web
- Language: JavaScript
- Homepage: https://se.ifmo.ru/courses/web#labs
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.jarssh -p 2222 [email protected] -L 8080:localhost:24125
```