Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected steps numbers.

...

Excerpt

2.7. Select Apache Web Server (Apache HTTP Server) as a web server and configure its settings.

2.98. Specify the path to the Apache HTTP Server configuration file (httpd.config).

Note

If you selected WSC Dialog plugin for CKEditor 4 during products selection step, you need to enable FastCGI module for Apache HTTP Server. 

Expand
titleClick here for detailed instructions on how to enable FastCGI module for Apache HTTP Server...
  • Download mod_fastcgi.so from an external resource.
  • Unzip the downloaded file to the Apache HTTP Server folder with other modules.
  • Define the FastCGI module in the httpd.config file. To do so, add the following sample:
Code Block
LoadModule fastcgi_module modules/mod_fastcgi.so
AddHandler fastcgi-script fcgi





...