Addhandler fcgid-script.php error, plz help !:(

So I just started using Scriptcase, and it requires me to install apache and php first.
I added some contents to httpd.conf in the apache/conf directory, based on srciptcase guidebook.
Here’s the added contents to the script :

nothing wrong with the apache’s installation, but when I tried to restart, an error appears:
AH00526: Syntax error on line 183.
AddHandler requiresat least two arguments, a handler name followed by one or more file extensions.

I tried googling for the answer but so far I found nothing.
Please master give me solution …

o. o AddHandler is only for adding a specific language so that the browser executes the code instead of displaying it on screen. It is NOT something you should be messing with for custom files. Whatever that guide is telling you to do, they obviously don’t know what they are talking about. AddHandler works like this.

AddHandler application/x-httpd-php .php

Edit: So I went back, searched for the guide you are looking at. And it looks like you forgot to put a space here

fcgid-script .php

And here

.exe" .php

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.