From 6ec221bd5c6ef170dc944cad9c3a9c3ae845878c Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 9 Sep 2021 16:43:33 +1000 Subject: Get the other viewer web pages to work via FCGI. --- bin/Robust.ini | 10 +++++----- example/config/config.ini | 2 +- example/var/www/html/about.html | 2 +- example/var/www/html/help.html | 2 +- example/var/www/html/password_help.html | 2 +- example/var/www/html/register.html | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/Robust.ini b/bin/Robust.ini index 9c54de7..319bc4c 100644 --- a/bin/Robust.ini +++ b/bin/Robust.ini @@ -597,24 +597,24 @@ ; login page: optional: if it exists it will be used to tell the client to use ; this as splash page - welcome = ${Const|BaseURL}:${Const|PublicPort}/web/loginpage.html + welcome = ${Const|BaseURL}/sledjchisl.fcgi/loginpage.html ; helper uri: optional: if it exists it will be used to tell the client to use ; this for all economy related things ;economy = ${Const|SSLURL}:${Const|PublicSSLPort}/economy ; web page of grid: optional: page providing further information about your grid - about = ${Const|BaseURL}:${Const|PublicPort}/web/about.html + about = ${Const|BaseURL}/sledjchisl.fcgi/about.html ; account creation: optional: page providing further information about obtaining ; a user account on your grid - register = ${Const|SSLURL}:${Const|PublicSSLPort}/web/account.html + register = ${Const|SSLURL}/sledjchisl.fcgi/register.html ; help: optional: page providing further assistance for users of your grid - help = ${Const|BaseURL}:${Const|PublicPort}/web/help.html + help = ${Const|BaseURL}/sledjchisl.fcgi/help.html ; password help: optional: page providing password assistance for users of your grid - password = ${Const|SSLURL}:${Const|PublicSSLPort}/web/password_help.html + password = ${Const|SSLURL}/sledjchisl.fcgi/password_help.html ; HG address of the gatekeeper, if you have one ; this is the entry point for all the regions of the world diff --git a/example/config/config.ini b/example/config/config.ini index 03182fa..f288369 100644 --- a/example/config/config.ini +++ b/example/config/config.ini @@ -19,7 +19,7 @@ DbPath = "../../var/lib/db" LogPath = "../../var/log" PIDPath = "../../var/run" - WebPath = "../../web" + WebPath = "../../var/www/html" [Const] MOTD = "Welcome to your local grid." diff --git a/example/var/www/html/about.html b/example/var/www/html/about.html index 7294c21..20fa373 100644 --- a/example/var/www/html/about.html +++ b/example/var/www/html/about.html @@ -2,7 +2,7 @@ About this grid - + diff --git a/example/var/www/html/help.html b/example/var/www/html/help.html index 17022d8..2c99caf 100644 --- a/example/var/www/html/help.html +++ b/example/var/www/html/help.html @@ -2,7 +2,7 @@ Help for this grid - + diff --git a/example/var/www/html/password_help.html b/example/var/www/html/password_help.html index db6c659..0578396 100644 --- a/example/var/www/html/password_help.html +++ b/example/var/www/html/password_help.html @@ -2,7 +2,7 @@ Password help for this grid - + diff --git a/example/var/www/html/register.html b/example/var/www/html/register.html index e37d2b0..26e62a6 100644 --- a/example/var/www/html/register.html +++ b/example/var/www/html/register.html @@ -2,7 +2,7 @@ Account for this grid - + -- cgit v1.1