Skip to content

Commit 2b4cdd1

Browse files
miharpclaude
andcommitted
Remove 10 settings absent from OpenVox generated config reference
Grep of the openvox-server source confirmed these settings have been removed from the codebase entirely: bindaddress, ca, capass, caprivatedir, configtimeout, masterhttplog, masterlog, rails_loglevel, railslog, ssl_server_ca_auth. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Michael Harp <mike@mikeharp.com>
1 parent 81b27d1 commit 2b4cdd1

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

docs/_openvox-server_8x/puppet_conf_setting_diffs.markdown

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ OpenVox Server honors almost all settings in puppet.conf and should pick them up
1010

1111
OpenVox Server does not use this setting. For more information on the server logging implementation, see the [logging configuration section](./configuration.html#logging).
1212

13-
## `bindaddress`
14-
15-
OpenVox Server does not use this setting. To set the address on which the server listens, use either `host` (unencrypted) or `ssl-host` (SSL encrypted) in the
16-
[webserver.conf](./configuration.html#webserverconf) file.
17-
18-
## `ca`
19-
20-
OpenVox Server does not use this setting. Instead, OpenVox Server acts as a certificate authority based on the certificate authority service configuration in the `ca.cfg` file. See
21-
[Service Bootstrapping](./configuration.html#service-bootstrapping) for more details.
22-
2313
## `ca_ttl`
2414

2515
OpenVox Server enforces a max ttl of 50 standard years (up to 1576800000 seconds).
@@ -40,14 +30,6 @@ OpenVox Server copies the file for the `cacrl` setting, if one exists, over to t
4030
Any CRL file updates from the OpenVox Server certificate authority---such as revocations performed via the `certificate_status` HTTP endpoint---use the `cacrl` setting in puppet.conf to determine the location
4131
of the CRL. This is true regardless of the `ssl-` settings in webserver.conf.
4232

43-
## `capass`
44-
45-
OpenVox Server does not use this setting. OpenVox Server's certificate authority does not create a `capass` password file when the CA certificate and key are generated.
46-
47-
## `caprivatedir`
48-
49-
OpenVox Server does not use this setting. OpenVox Server's certificate authority does not create this directory.
50-
5133
## `daemonize`
5234

5335
OpenVox Server does not use this setting.
@@ -106,14 +88,6 @@ OpenVox Server uses the CA file defined for the `localcacert` setting in puppet.
10688

10789
OpenVox Server does not use this setting. For more information on the server logging implementation, see the [logging configuration section](./configuration.html#logging).
10890

109-
## `masterhttplog`
110-
111-
OpenVox Server does not use this setting. You can configure a web server access log via the `access-log-config` setting in the [webserver.conf](./configuration.html#webserverconf) file.
112-
113-
## `masterlog`
114-
115-
OpenVox Server does not use this setting. For more information on the server logging implementation, see the [logging configuration section](./configuration.html#logging).
116-
11791
## `masterport`
11892

11993
OpenVox Server does not use this setting. To set the port on which the server listens, set the `port` (unencrypted) or `ssl-port` (SSL encrypted) setting in the
@@ -123,14 +97,6 @@ OpenVox Server does not use this setting. To set the port on which the server li
12397

12498
OpenVox Server does not use this setting. For more information on the server logging implementation, see the [logging configuration section](./configuration.html#logging).
12599

126-
## `rails_loglevel`
127-
128-
OpenVox Server does not use this setting.
129-
130-
## `railslog`
131-
132-
OpenVox Server does not use this setting.
133-
134100
## `ssl_client_header`
135101

136102
OpenVox Server honors this setting only if the `allow-header-cert-info` setting in the `master.conf` file is set to 'true'. For more information on this setting, see the documentation on
@@ -141,11 +107,6 @@ OpenVox Server honors this setting only if the `allow-header-cert-info` setting
141107
OpenVox Server honors this setting only if the `allow-header-cert-info` setting in the `master.conf` file is set to `true`. For more information on this setting, see the documentation on
142108
[external SSL termination](./external_ssl_termination.html).
143109

144-
## `ssl_server_ca_auth`
145-
146-
OpenVox Server does not use this setting. It only considers the `ssl-ca-cert` setting from the webserver.conf file and the `cacert` setting from the puppet.conf file. See [`cacert`](#cacert) for more
147-
information.
148-
149110
## `syslogfacility`
150111

151112
OpenVox Server does not use this setting.
@@ -156,11 +117,6 @@ OpenVox Server does not use this setting.
156117

157118
## HttpPool-Related Server Settings
158119

159-
## `configtimeout`
160-
161-
OpenVox Server does not currently consider this setting for any code running on the server and using the `Puppet::Network::HttpPool` module to create an HTTP client connection. This pertains, for example, to
162-
any requests that the server would make to the `reporturl` for the `http` report processor. Note that Puppet agents do still honor this setting.
163-
164120
## `http_proxy_host`
165121

166122
OpenVox Server does not currently consider this setting for any code running on the server and using the `Puppet::Network::HttpPool` module to create an HTTP client connection. This pertains, for example, to

0 commit comments

Comments
 (0)