-
Notifications
You must be signed in to change notification settings - Fork 0
kingplesk/HTTPServer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Description: --- - Learning project: Try to build a HTTPServer with C++/Qt Content: --- - Qt/Event-Driven HTTPServer without Threading - JSON communication lighttpd config --- # cat /etc/lighttpd/conf-enabled/10-proxy.conf server.modules += ( "mod_proxy" ) ## Redirect all queries requested by e.g. http://www.example.invalid/test ## define port via server.start proxy.server = ( "test" => ( ( "host" => "127.0.0.1", "port" => 8888 )) ) Compile: --- qmake server.pro && make Contact: --- - via github.com: andreaseri/HTTPServer
About
Learning project: Try to build a HTTPServer with C++/Qt
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published