-
Notifications
You must be signed in to change notification settings - Fork 106
Web-server mode #471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
This was referenced May 22, 2016
keshonok
added a commit
that referenced
this issue
May 28, 2016
keshonok
added a commit
that referenced
this issue
May 30, 2016
keshonok
added a commit
that referenced
this issue
May 30, 2016
keshonok
added a commit
that referenced
this issue
Jun 2, 2016
This was referenced Feb 11, 2017
This was referenced Mar 26, 2018
Closed
Please note #731 (comment) as the syntax is slightly changed. |
Open
22 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Web-serve mode must be implemented. The mode can be configured in following way
So following tasks must be done:
vhost
) logic: so HTTP scheduler must choose vhost (instead ofsrv_group
as present) and vhost must manage HTTP logic for particular srv_group.location
logic;index
page (Do we actually need to configure index?);root_db
TDB logic (v0.2) without dynamic eviction. Depends on TDB v0.2 (tdbfs #66,tdbq
: full select, insertion and deletion of binary data #279, TDBv0.3: transactions, indexes, durability #516) for Web-content management.URI path must be converted to local resource path on
root_db
without arguments. I.e.GET /index.html?v=2.2.1&q=5
shall return 200'th status andindex.html
as body, arguments?v=2.2.1&q=5
are just ignored.Configuration for server PUSH (which resources are linked with another and should be PUSHed) is required.
Sample (default) index page must be developed to show Tempesta "hello world" message at first run.
The site content must be 'locked' the the cache DB, i.e. never evicted #515.
The text was updated successfully, but these errors were encountered: