Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 1

...

Excerpt
  • Choose Apache HTTP Server to run WebSpellChecker on Apache HTTP Server (Option 1).

Pre-requisite

Code Block
languagepowershell
themeEmacs
Step 8: Choose Web or Application Server type.

Select a particular Web or Application Server which will be used for the WSC application server running.

	1. Apache HTTP Server
	2. Java Application Server (Apache Tomcat, Oracle WebLogic Server, Oracle GlassFish Server, etc.)
	3. Other

Input the number from 1 to 3: 1
Note
  •  Auto-detecting Apache HTTP Server parameters. The installation script will try to auto-detect the current version of Apache HTTP Server and path to its configuration file (httpd.conf).
    • Press Enter if the auto-determined version of Apache HTTP Server is correct, otherwise specify it manually.
    • Press Enter if the path to the Apache HTTP Server configuration directory is correct, otherwise specify it manually.
Code Block
languagepowershell
themeEmacs
Auto-detecting the Apache HTTP Server parameters...
Press Enter to accept the auto-detected (if any) or enter your custom values.
Apache HTTP Server version is [2.2.22]:


Code Block
languagepowershell
themeEmacs
Apache root dir is /etc/apache2
Apache HTTP Server configuration directory is [/etc/apache2/conf-available]:
  • Install the FastCGI module for Apache HTTP Server. Type Yes to install a generic mod_fastcgi module which is shipped with the installation package.

Excerpt Include
_include_mod_fastcgi_apache_webserver
_include_mod_fastcgi_apache_webserver
nopaneltrue

Code Block
languagepowershell
themeEmacs
The WSC application requires the mod_fastcgi module for the Apache HTTP Server. This module can be obtained from the external resources or automatically installed from the WSC package.

Please note that it is recommended to use a certain external mod_fastcgi module which is specifically tailored for your system. However, you may decide to stick with a generic one shipped with the package.

Do you want to proceed with the mod_fastcgi installation from the WSC package? Enter yes or no: yes
  • Install additional modules for Apache HTTP Server. There are several additional Apache HTTP Server mod_mime and mod_headers modules which are also required for a proper work of the application. They might be already enabled for your Web Server. In this case you do not need to install these modules and just type No. Otherwise, type Yes to enable the required modules automatically.
Code Block
languagepowershell
themeEmacs
The additional Apache HTTP Server modules are required and should be enabled for the proper work of the WebSpellChecker application.

Modules:
headers
mime

Do you want to enable the required modules automatically? Enter yes or no [yes]: yes
  • Restart Apache HTTP Server.
true
Code Block
languagepowershell
themeEmacs
Do you want to restart Apache HTTP Server? Enter yes or no [yes]: yes
is already installed before installing WebSpellChecker. Thus, during the installation an already existing Apache HTTP Server is auto-detected and becomes available for further configuration. 

If you want to use Apache HTTP Server as a web server, perform the following steps:

  1. Activate a new configuration.
  2. Enable the required modules automatically.
  3. Restart Apache HTTP Server.
Expand
titleClick here to expand the configuration steps for Apache HTTP Server and example of configuration file...
Excerpt Include
_includes_wsc55x_apache_http_server_setup_includes_wsc55x_apache_http_server_setupnopanel