Actions
Bug #7588
closedHow to prevent the app itself from being downloaded?
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/30/2020
Due date:
% Done:
0%
Estimated time:
Description
I'm using wthttp behind a reverse proxy with an Apache vhost.
It's started as such :
cd /home/http/wthttp-apps/ccam
./app --docroot . --http-address localhost --http-port 8080 &
and accessed at http://app.host.tld/.
Now http://app.host.tld/app just downloads the application binary itself.
Tried a few Location and Directory directives in the vhost configuration to prevent that, in vain.
How can we exclude the binary itself form being accessed ?
Thanks and regards.
Updated by S ET over 4 years ago
Mis-tagged it as 'Big', sorry. Obviously, it's a support question.
Updated by S ET over 4 years ago
Well, it just have to be run from anywhere else !!! Me been smart at all here !
Sorry for the noise.
Actions