Skip to content
Snippets Groups Projects
Commit 9a2cc840 authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Rename files, which _have_ to be changed by administrator, to *.dist

parent 86a96c1e
No related branches found
No related tags found
No related merge requests found
...@@ -74,17 +74,19 @@ C. Installation ...@@ -74,17 +74,19 @@ C. Installation
* Enable mod_wsgi, mod_ssl, include Warden configuration * Enable mod_wsgi, mod_ssl, include Warden configuration
This depends heavily on your distribution and Apache configuration. This depends heavily on your distribution and Apache configuration.
Basically you need to Basically you need to create and include apache.conf:
Include /opt/warden_server_3.0/apache.conf Include /opt/warden_server_3.0/apache.conf
or paste the contents into whichever Directory, Location or VirtualHost or paste the contents into whichever Directory, Location or VirtualHost
you dedicate for Warden. you dedicate for Warden. You can use apache.conf.dist as an example.
You may also need to change paths to certificate/key/ca material, path You may need to change paths to certificate/key/ca material, path to
to extracted warden_server.wsgi and web path alias. warden_server.wsgi and web path alias.
You may also need to change configuration file path in warden_server.wsgi. Also, for warden_server.wsgi, you can use warden_server.wsgi.dist as
a template. You will possibly need to change at least configuration
file path.
* Configure Warden server (see next chapter) * Configure Warden server (see next chapter)
...@@ -93,9 +95,10 @@ C. Installation ...@@ -93,9 +95,10 @@ C. Installation
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
D. Configuration D. Configuration
Configuration is JSON object in file - however, lines starting with "#" Configuration is JSON object in file (warden_server.cfg by default),
or "//" are allowed and will be ignored as comments. File must contain valid however, lines starting with "#" or "//" are allowed and will be ignored as
JSON object, containing configuration. See also warden_server.cfg as example. comments. File must contain valid JSON object, containing configuration. See
also warden_server.cfg.dist as example.
Top level JSON object contains subsections, which configure particular Top level JSON object contains subsections, which configure particular
aspect of the server. Each subsection can contain "type" key, which chooses aspect of the server. Each subsection can contain "type" key, which chooses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment