You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Auto stop of CmdFreak service and Web server(nginx).</li>
179
179
<li>Unregister exceptions of firewall for CmdFreak.</li>
180
180
<li>Remove the service of CmdFreak from the target system.</li>
181
-
<li>Starts Web server</li>
181
+
<li>Starts the Web server</li>
182
182
</ul>
183
183
If an existing nginx instance is already in operation, restarting nginx may affect active sites.<br>
184
184
During uninstallation, the SELinux configuration (httpd_can_network_connect) is not reverted to pre-installation status.
@@ -203,7 +203,8 @@ <h1>7. Login to CmdFreak</h1>
203
203
If main console is not appeared or an error occurred, confirm the things shown below.<br/>
204
204
<ul>
205
205
<li>When host name is specified in the URL for the connection to CmdFreak from browser, confirm that the host name can be resolved. In case the host name is not resolved, change the host name to another name that can be resolved, and then retry.</li>
206
-
<li>Confirm that CmdFreak(nginx.exe) is registered as an exception of Windows firewall. If not, register nginx.exe to the Windows firewall as an exception. </li>
206
+
<li>Confirm that the Web server (nginx) process or port number is registered as a firewall exception.
207
+
If not, register the process or port number as a firewall exception. </li>
207
208
<li>Confirm that the specified port number is not already in use by another process. If it is, choose a different port number as described below.</li>
208
209
</ul>
209
210
@@ -239,15 +240,17 @@ <h1>9. Change IP address/host name and port number</h1>
239
240
Change IP address/host name and port number.<br/>
240
241
<p>
241
242
<u>In case you change IP address/host name and port number which CmdFreak service uses:</u><br/>
242
-
Specify IP address/host name and port number to servicehost and serviceport properties in <Installation folder>\cmdfreak.conf<br/>
243
-
Specify IP address/host name and port number to proxy_pass of location /api/ section in <Installation folder>\conf\nginx.conf<br/>
243
+
Specify IP address/host name and port number to servicehost and serviceport properties in <Installation folder>\cmdfreak.conf (for Windows)
244
+
or /etc/cmdfreak.conf (for Linux)<br/>
245
+
Specify IP address/host name and port number to proxy_pass of location /api/ section in <Installation folder>\conf\nginx.conf (for Windows)
246
+
or /etc/nginx/conf.d/cmdfreak_nginx.conf (for Linux)<br/>
244
247
</p>
245
248
<p>
246
249
<u>In case you change IP address/host name and port number which Web server uses:</u><br/>
247
-
Change listen and server_name in <Installation folder>\conf\nginx.conf<br/>
250
+
Change listen and server_name in <Installation folder>\conf\nginx.conf (for Windows) or /etc/nginx/conf.d/cmdfreak_nginx.conf (for Linux)<br/>
248
251
</p>
249
252
</li>
250
-
<li>Change firewall setting if necessary.</li>
253
+
<li>Change firewall setting if necessary. If SELinux is enabled, add access permission to the target port using "semanage port" command.</li>
0 commit comments