WEB开发网
开发学院操作系统Linux/Unix 在AIX Version 5.3中使用Java和PHP技术进行开发(... 阅读

在AIX Version 5.3中使用Java和PHP技术进行开发(1)

 2008-11-13 08:14:03 来源:WEB开发网   
核心提示: 将端口属性值更改为您希望使用的端口,如果需要,在AIX Version 5.3中使用Java和PHP技术进行开发(1)(7),您可能还希望调整 redirectPort 属性,其中包含了安全套接字层 (SSL) 连接所使用的端口,一处是在 Engine 标记中,而另一处是在特定的 Host

将端口属性值更改为您希望使用的端口。如果需要,您可能还希望调整 redirectPort 属性,其中包含了安全套接字层 (SSL) 连接所使用的端口。如果您更改了这个值,那么请确保同时更改 SSL 连接的端口规范,如清单 2 所示。

清单 2. 更改端口规范<!-- Define a SSL HTTP/1.1 Connector on port 8443
   This connector uses the JSSE configuration, when using APR, the
   connector should be using the OpenSSL style configuration
   described in the APR documentation -->
<!--
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
      maxThreads="150" scheme="https" secure="true"
      clientAuth="false" sslProtocol="TLS" />
-->

如果您希望服务器特定主机上的服务能够支持多个网络接口或地址,那么您还必须修改主机名规范。需要在两个位置对其进行设置,一处是在 Engine 标记中,而另一处是在特定的 Host 标记中,如清单 3 所示。

清单 3. 修改主机名规范<Engine name="Catalina" defaultHost="localhost">
...
   <!-- Define the default virtual host
      Note: XML Schema validation will not work with Xerces 2.2.
    -->
   <Host name="localhost" appBase="webapps"
      unpackWARs="true" autoDeploy="true"
      xmlValidation="false" xmlNamespaceAware="false">

上一页  2 3 4 5 6 7 8 9  下一页

Tags:AIX Version 使用

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接