Configuring Unified Wire Manager; Configuring Management Station - Chelsio T5 Installation And User Manual

Unified wire for windows
Table of Contents

Advertisement

Chapter V. Unified Wire Manager (UM)

4. Configuring Unified Wire Manager

4.1.

Configuring Management Station

Follow the steps mentioned below to configure Apache Server and SSL certificate.
4.1.1. Apache HTTP Server
1. Assuming that Apache HTTP Server 2.2 is installed at the default location, append the
following lines in C:\Program Files (x86)\Apache Software
Foundation\Apache2.2\Conf\httpd.conf
ScriptAlias /python/ "C:/Program Files (x86)/Apache Software
Foundation/Apache2.2/htdocs/chelsio/python/"
<Directory "C:/Program Files (x86)/Apache Software
Foundation/Apache2.2/htdocs/chelsio/python/">
PythonPath "['C:/Program Files (x86)/Apache Software
Foundation/Apache2.2/htdocs/chelsio/python']+sys.path"
SetHandler mod_python
PythonHandler mod_python.publisher
PythonDebug on
</Directory>
LoadModule python_module modules/mod_python.so
ThreadStackSize 8388608
2. Perform
the
Foundation\Apache2.2\Conf\httpd.conf file
Change "DocumentRoot" to "C:/Program Files (x86)/Apache Software
i.
Foundation/Apache2.2/htdocs/chelsio"
ii.
Uncomment "LoadModule rewrite_module modules/mod_rewrite.so"
iii.
Uncomment "Include conf/extra/httpd-ssl.conf"
iv.
Uncomment "LoadModule ssl_module modules/mod_ssl.so"
v.
Add the following lines:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
4.1.2. SSL Certificate
1. Execute the following lines in command prompt and provide info to generate OpenSSL
certificate and keys:
Chelsio T5/T4 Unified Wire for Windows
following
tasks
in
C:\Program
Files
(x86)\Apache
Software
92

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the T5 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

T4

Table of Contents