aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/in_source_files.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-01-28 10:38:10 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-01-29 00:50:49 -0500
commitd39da3f07036b22892ffb0b05737e8ba7e1ff954 (patch)
tree7d4a5cca9563faa1f9f15057b2ad0116149775b3 /org/in_source_files.org
parentcgi sqlite_search, heading matches fix, cleanup (diff)
config & sqlite search output, some changes
Diffstat (limited to 'org/in_source_files.org')
-rw-r--r--org/in_source_files.org34
1 files changed, 17 insertions, 17 deletions
diff --git a/org/in_source_files.org b/org/in_source_files.org
index a436734..ef4cafd 100644
--- a/org/in_source_files.org
+++ b/org/in_source_files.org
@@ -104,23 +104,23 @@ webserv:
db_pg_table: ""
db_pg_user: ""
┃",
- _cfg.www_doc_root, // doc root
- _cfg.www_http, // http
- _cfg.www_host, // host / domain
- _cfg.www_http, // data "http" or "https"
- _cfg.www_host, // data domain "localhost"
- _cfg.www_url_doc_root, // data root url "http://locahost" "https://sisudoc.org"
- _cfg.www_doc_root, // data root path
- _cfg.cgi_search_form_title, // cgi title // e.g. "≅ SiSU Spine search"
- _cfg.www_http, // cgi http
- _cfg.www_host, // cgi host
- _cfg.cgi_url_root, // cgi bin url
- _cfg.cgi_bin_subpath, // cgi bin path
- _cfg.cgi_bin_root, // cgi bin path
- _cfg.cgi_filename, // cgi filename
- _cfg.cgi_url_action, // cgi action
- _cfg.db_sqlite_path, // sqlite db path
- _cfg.db_sqlite_filename, // sqlite db filename
+ _cfg.processing_path_doc_root, // doc root
+ _cfg.http_request_type, // http
+ _cfg.http_host, // host / domain
+ _cfg.http_request_type, // data "http" or "https"
+ _cfg.http_host, // data domain "localhost"
+ _cfg.www_url_doc_root, // data root url "http://locahost" "https://sisudoc.org"
+ _cfg.processing_path_doc_root, // data root path
+ _cfg.cgi_search_form_title, // cgi title // e.g. "≅ SiSU Spine search"
+ _cfg.http_request_type, // cgi http
+ _cfg.http_host, // cgi host
+ _cfg.cgi_url_root, // cgi bin url
+ _cfg.cgi_bin_subpath, // cgi bin path
+ _cfg.cgi_bin_root, // cgi bin path
+ _cfg.cgi_filename, // cgi filename
+ _cfg.cgi_url_action, // cgi action
+ _cfg.db_sqlite_path, // sqlite db path
+ _cfg.db_sqlite_filename, // sqlite db filename
);
foreach(conf_fn; [_conf_file_details.config_filename_site]) {
foreach(pth; _conf_file_details.possible_config_path_locations.config_local_site) {