From 06613791d5ebfa44f108131eeb12ccffb298aba2 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 19 Nov 2019 15:08:28 +0100 Subject: [PATCH] PUT handler --- README.rst | 8 ++++++++ www/empty-json.php | 15 +++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 www/empty-json.php diff --git a/README.rst b/README.rst index bb65277..25361c8 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,14 @@ OUYA setup 3. Skip credit card registration +Apache setup +============ +Virtual host configuration:: + + Script PUT /empty-json.php + +``mod_actions`` need to be enabled for apache 2.4. + =========== Information diff --git a/www/empty-json.php b/www/empty-json.php new file mode 100644 index 0000000..b8dbdee --- /dev/null +++ b/www/empty-json.php @@ -0,0 +1,15 @@ + +{} -- 2.30.2