From 6d1f9cc869d62f17230b3174f320bad4f2d1c435 Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 4 Jan 2020 17:28:24 +1000 Subject: Work with CGI PHP. --- cgi/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cgi/README (limited to 'cgi/README') diff --git a/cgi/README b/cgi/README new file mode 100644 index 0000000..734e4f0 --- /dev/null +++ b/cgi/README @@ -0,0 +1,16 @@ +These are for the case of running under a web server that doesn't support +PHP directly. In the case that prompted this, thttpd is the server +software. It'll likely work for others as well, none have been tested. + +To install this - + +* Copy both files to your web servers document root. +* php.cgi should be executable. +* add php.cgi to the base of your urls for PHP pages, so - + http://example.com/my/php/project/index.php + becomes - + http://example.com/php.cgi/my/php/project/index.php + Or for a typical apt-panopticon install - + http//:example.com/php.cgi/apt-panopticon/apt-panopticon_cgp/index.php +* For apt-panopticon, pass --cgi to it, so it'll construct URLs properly. +* Your PHP code may need to be adjusted, cgp has already been adjusted. -- cgit v1.1