Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Addressed reviewer's comments.

...

Excerpt

Step 1. Installation script tries to auto-detect the current version of Apache HTTP Server, its root directory, and path to its configuration file (httpd.conf). To accept the auto-detected Apache HTTP Server parameters, press Enter. Otherwise, specify the required version number, directory, and path to configuration file manually:

Code Block
languagebash
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.4.18]: 
Apache HTTP Server root directory is /etc/apache2
Apache HTTP Server configuration directory is [/etc/apache2/conf-available]: 

Step 2. Reload Apache HTTP Server to activate a new apply the configuration: 

Code Block
languagebash
themeEmacs
service apache2 reload

Step 3. Press Enter to enable additional and required mod_mime and mod_headers Apache HTTP Server modules. Otherwise, type No n.

Code Block
languagebash
themeEmacs
Modules:
headers
mime
Do you want to enable the required modules automatically? Enter yesy or non [yesy]: yes

Step 4. Install the FastCGI module for Apache HTTP Server if you have selected Option 4 . WSC Dialog Plugin for CKEditor or [Option 5 ] All products on step 2.5 before. To install a generic mod_fastcgi module shipped with the installation package, press EnterIt 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.

Code Block
languagebash
themeEmacs
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

Step 5. Press Enter to enable the required modules automatically.

Code Block
languagebash
themeEmacs
Do you want to enable the required modules automatically? Enter 'y' or 'n' [y]:

Step 65. Press Enter to restart Apache HTTP Server for the changes to take effect.

Code Block
languagebash
themeEmacs
Do you want to restart Apache HTTP Server? Enter 'y' or 'n' [y]: 


...