1

Recently I started using Scriptcase and it requires me to first install PHP and apache.

During apache installation, I need to make some modification in httpd.conf, which is located in C:\apache24\conf

I added contents in the script as following:

img1

The installation was successful but leaving one error. I tried to restart but the error is still appears:

img2

I've Googled looking for solution but so far I found nothing. Anyone maybe?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Gan
  • 43
  • 1
  • 3

1 Answers1

0

It looks like you're missing a space after the handler fcgid-script.

It should be AddHandler fcgid-script .php not AddHandler fcgid-script.php

Similar issue on the following line with the FcgidWrapper directive.

drew010
  • 68,777
  • 11
  • 134
  • 162