You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

2.8 Select Apache Web Server as a web server and configure its settings.

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

2.10 Enable the FastCGI module.

  • 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 next code sample:
LoadModule fastcgi_module modules/mod_fastcgi.so
AddHandler fastcgi-script fcgi

  • No labels