|

|
 | Virtual Server Documentation |
Home | Getting Started | FreeBSD | Solaris | Handbook
Web Server Configuration
Your Virtual Server Apache Web Server is fully configurable.
The Web Server Configuration File
The Virtual Server Apache Web Server configuration file is located at:
~/www/conf/httpd.conf
|
NOTE:
Older Virtual Servers may have three web server configuration files:
~/www/conf/httpd.conf
~/www/conf/srm.conf
~/www/conf/access.conf
You must Restart Your Web Server after making changes
to either the ~/www/conf/srm.conf file or ~/www/conf/access.conf
file.
Newer Virtual Servers have combined elements from these files into the one
~/www/conf/httpd.conf file.
|
To configure the web server, you must make modifications and additions to this file.
There are several ways to do this.
-
Use a UNIX file editor, such as pico or vi. These editors can be used
during a Telnet or SSH session with a
Virtual Server.
-
Download the file to your own PC, modify it, and then upload it back to the Virtual Server.
If you are transferring the file via FTP, be sure to use ASCII mode.
Restarting the Web Server
The Virtual Server web server normally restarts itself after modifications and additions are made to the
configuration file. However, in some cases it may be necessary to manually
Restart Your Web Server after making modifications.
|