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 Sun, 10 Jun 2012 22:28:54 +0200