switch to a simplified configuration for httpd#57
Conversation
|
|
|
@PPN-SD At first sight, looks good to me. But it makes me doubt about the next points:
|
hum, let me check. webp is not in libwebsocket list indeed.
this is another issue. patch applied or not doesnt change anything. maybe html files needs to be installed in a specific dir ? |
;)
Yep, static files, if not overriden, should live in /usr/share. For development purpouse try --enable-http-display-in-src-statics configure flag, that should do the job (src dir static files will be used instead of /usr/share ones). |
ok, it didn't work (err 404) with src-statics the last time I checked. Anyway, use files in /usr/share is fine. The question is why it doesnt work with 1.6 but does with 1.5. |
Then, I'm not in the mood to merge the PR, until the situation is fixed. Probably the 404 is related to the former changes. |
because params are default values
|
mime_types added and tested. |
because params are default values
tested with libwebsockets-4.3/4.4 and driftnet-1.5.0 / 1.6.0
Closes: #55