aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example
diff options
context:
space:
mode:
authoronefang2021-09-09 16:43:33 +1000
committeronefang2021-09-09 16:43:33 +1000
commit6ec221bd5c6ef170dc944cad9c3a9c3ae845878c (patch)
tree85eb91ba61aa1117d117d62f57415ade87c3538b /example
parentTODO-- (diff)
downloadopensim-SC-6ec221bd5c6ef170dc944cad9c3a9c3ae845878c.zip
opensim-SC-6ec221bd5c6ef170dc944cad9c3a9c3ae845878c.tar.gz
opensim-SC-6ec221bd5c6ef170dc944cad9c3a9c3ae845878c.tar.bz2
opensim-SC-6ec221bd5c6ef170dc944cad9c3a9c3ae845878c.tar.xz
Get the other viewer web pages to work via FCGI.
Diffstat (limited to '')
-rw-r--r--example/config/config.ini2
-rw-r--r--example/var/www/html/about.html2
-rw-r--r--example/var/www/html/help.html2
-rw-r--r--example/var/www/html/password_help.html2
-rw-r--r--example/var/www/html/register.html2
5 files changed, 5 insertions, 5 deletions
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 @@
19 DbPath = "../../var/lib/db" 19 DbPath = "../../var/lib/db"
20 LogPath = "../../var/log" 20 LogPath = "../../var/log"
21 PIDPath = "../../var/run" 21 PIDPath = "../../var/run"
22 WebPath = "../../web" 22 WebPath = "../../var/www/html"
23 23
24[Const] 24[Const]
25 MOTD = "Welcome to your local grid." 25 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 @@
2<title>About this grid</title> 2<title>About this grid</title>
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <link rel="shortcut icon" href="SledjHamrIconSmall.png"> 5 <link rel="shortcut icon" href="/SledjHamrIconSmall.png">
6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> 6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' />
7 <meta http-equiv="refresh" content="120"> 7 <meta http-equiv="refresh" content="120">
8 </head> 8 </head>
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 @@
2<title>Help for this grid</title> 2<title>Help for this grid</title>
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <link rel="shortcut icon" href="SledjHamrIconSmall.png"> 5 <link rel="shortcut icon" href="/SledjHamrIconSmall.png">
6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> 6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' />
7 <meta http-equiv="refresh" content="120"> 7 <meta http-equiv="refresh" content="120">
8 </head> 8 </head>
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 @@
2<title>Password help for this grid</title> 2<title>Password help for this grid</title>
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <link rel="shortcut icon" href="SledjHamrIconSmall.png"> 5 <link rel="shortcut icon" href="/SledjHamrIconSmall.png">
6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> 6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' />
7 <meta http-equiv="refresh" content="120"> 7 <meta http-equiv="refresh" content="120">
8 </head> 8 </head>
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 @@
2 <title>Account for this grid</title> 2 <title>Account for this grid</title>
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <link rel="shortcut icon" href="SledjHamrIconSmall.png"> 5 <link rel="shortcut icon" href="/SledjHamrIconSmall.png">
6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> 6 <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' />
7 <meta http-equiv="refresh" content="120"> 7 <meta http-equiv="refresh" content="120">
8 </head> 8 </head>