1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Debian-specific RDF::Endpoint usage notes
=========================================
Integrate with a PSGI frontend
------------------------------
RDF::Endpoint uses PSGI. Debian packaging currently does not integrate
with any specific PSGI implementation.
The most minimal PSGI setup is to invoke the following:
plackup /usr/share/librdf-endpoint-perl/endpoint.psgi
For production use there are many options either with a dedicated PSGI
server like twiggy or starman, or using bindings to CGI, FCGI or uWSGI.
Included as example files are snippets to integrate with Apache2 via
uWSGI.
-- Jonas Smedegaard <dr@jones.dk> Sun, 10 Jun 2012 22:28:54 +0200
|