Changing the IP address for the Apache Web Server on NetWare 6
(Last modified: 04Oct2002)
This document (10070195) is provided subject to the disclaimer at the end of this document.
fact
Novell NetWare 6
Novell Small Business Suite 6
goal
Changing the IP address for the Apache Web Server on NetWare 6
fix
To verify or change the IP address open SYS:\APACHE\CONF\ADMINSERV.CONF with a text editor like notepad or wordpad.
This first section is the IP address for the standalone Apache Web server:
# Start Apache Services Port Configuration
Port 51080
Listen 192.168.1.1:51080
<IfModule mod_tls.c>
SecureListen 192.168.1.1:51443 "SSL CertificateDNS"
</IfModule>
# End Apache Services Port Configuration
Next find the following section that refers to the Web Manager:
# NetWare Web Manager config starts
Listen 192.168.1.1:2211
<IfModule mod_tls.c>
SecureListen 192.168.1.1:2200 "SSL CertificateDNS"
# Listen 192.168.1.1:2200
</IfModule>
<VirtualHost 192.168.1.1:2200>
ServerAdmin mymailname@mail.server
DocumentRoot sys:/webapps/WebAdmin
ServerName mcasey1.provo.novell.com
ErrorLog sys:/novonyx/suitespot/admin-serv/logs/errors.txt
CustomLog sys:/novonyx/suitespot/admin-serv/logs/access.txt common
DefaultType text/html
BrowserMatch "MSIE" nokeepalive downgrade-1.0 force-response-1.0
#######################################################
# configuration for the /WebAdmin context ends.
#######################################################
Redirect /iManage/ https://192.168.1.1:2200/eMFrame/iManage.html
Redirect /iManage https://192.168.1.1:2200/eMFrame/iManage.html
Include "SYS:/webapps/eMFrame/WEB-INF/eMFrame-apache.conf"
</VirtualHost>
Change the IP address in each of the sections mentioned above. After making the changes to this file down the apache web server by typing NVXADMDN at the server console. Then restart the Apache Web Server by typing NVXADMUP at the server console.
document
Document Title: | Changing the IP address for the Apache Web Server on NetWare 6 |
Document ID: | 10070195 |
Solution ID: | NOVL77257 |
Creation Date: | 19Apr2002 |
Modified Date: | 04Oct2002 |
Novell Product Class: | Groupware NetWare |
disclaimer
The Origin of this information may be internal or external to Novell. Novell makes all reasonable efforts to verify this information. However, the information provided in this document is for your information only. Novell makes no explicit or implied claims to the validity of this information.
Any trademarks referenced in this document are the property of their respective owners. Consult your product manuals for complete trademark information.