You can change the following network settings on your server: server user, server name, server port, bind to address, and MTA host.
Changing the Server's Location (Unix/Linux)
For various reasons, you might move the server from one directory to another. If you move the server, you must change the location the server referencesit needs to know where the binary files are. After changing the location, you must shut down the server and copy the server files and subdirectories to a new location.
To change the server's location edit the Server Location field in The Network Settings Page in the Administration Server.
Changing the Server's User Account (Unix/Linux)
The server user specifies a Unix/Linux user account that the server uses. All the server's processes run as this user.
You do not need to specify a server user if you chose a port number greater than 1024 and are not running as the root user (in this case, you do not need to be logged on as root to start the server). If you do not specify a user account here, the server runs with the user account you start it with. Make sure that when you start the server, you use the correct user account.
Note.
If you do not know how to create a new user on your system, contact your system administrator or consult your system documentation.
Even if you start the server as root, you should not run the server as root all the
time. You want the server to have restricted access to your system resources
and run as a non-privileged user. The user name you enter as the server user
should already exist as a normal Unix/Linux user account. After the server
starts, it runs as this user.
If you want to avoid creating a new user account, you can choose the user nobody or an account used by another HTTP server running on the same host. On some systems, however, the user nobody can own files but not run programs.
To change the server's user account, edit the Server User field in The Network Settings Page in the Administration Server.
Changing the Server's User Account (Windows NT)
By using a specific user account (other than LocalSystem), you can restrict or enable system features for the server. For example, you can use a user account that can mount files from another machine.
To change the web server user account after installation, perform the following steps:
Create a user with the Windows NT Users Manager. The user must have "Log in as a service" rights.
Stop the server.
From the Windows Control Panel, choose Services.
Select the iWS service.
In the Service pop-up, in the Log on As section, click the This Account radio button.
Type the user account you want the web server to use.
Type the password for that account; type it again for confirmation.
Click OK.
Restart the server using the Services program or the Server Administration page.
Changing the Server Name
The server name is the full hostname of your server machine. When clients access your server, they use this name. The format for the server name is machinename.yourdomain.domain. For example, if your full domain name is iplanet.com, you could install a server with the name www.iplanet.com.
If your system administrator has set up a DNS alias for your server, use that alias on The Network Settings Page in the Administration Server. If you do not have a DNS alias for your server, use the machine's name combined with your domain name to construct the full hostname.
To change the server name, edit the Server Name field in The Network Settings Page in the Administration Server.
Changing the Server Port Number
The Server Port Number specifies the TCP port that the server listens to. The port number you choose can affect your usersif you use a nonstandard port, then anyone accessing your server must specify a server name and port number in the URL. For example, if you use port 8090, the user would specify something like this URL:
Port numbers for the most commonly used network-accessible services are
maintained in the file /etc/services (on Unix/Linux) or
\WINNT\System32\drivers\etc\services (on Windows NT).
Although the port number can be any port from 1 to 65535, the standard insecure web server port number is 80, and the standard secure web server port number is 443.
For Unix/Linux, if you are not running as the root user when you install or start the server, you must use a port number higher than 1024.
To change the server port number, edit the Server Port field in The Network Settings Page in the Administration Server.
Changing the Server Binding Address
At times you'll want the server machine to answer to two URLs. For example, you might want to answer both http://www.iplanet.com/ and http://www.mozilla.com/ from one machine.
If you have already set up your system to listen to multiple IP addresses and want to use this feature, use the Bind To Address field in the Network Settings window to tell the server which IP address is associated with this hostname.
To change the server binding address, edit the Bind To Address field in The Network Settings Page in the Administration Server.
Changing the Server's MTA Host
You can change the server's MTA (Message Transfer Agent) host. You must enter a valid MTA host if you want to use the agent email function.
To change the MTA Host, edit the MTA host field in The Network Settings Page in the Administration Server.
|