Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 4:
Navigate to the Apache folder. If this is not installed download the newest stable release of Apache (https://httpd.apache.org/download.cgiImage Added). In this folder you find a sub folder called 'cgi-bin', create a file called 'pywps.cgi' in this folder and insert the following code in it, after checking the python path (and correcting it, so, for example if you have Python2.7 installed, the first line should be #!c:\python27\python.exe):

...