logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: mod_fcgi need configuration clarification
Author
sambache



Joined: 11 Feb 2014
Posts: 15
Location: Canada, Yorkton, Sk

PostPosted: Tue 18 Nov '25 4:51    Post subject: mod_fcgi need configuration clarification Reply with quote

Hello apache professionales

I am in need for some clarifications in regards to mod_fcgi. My php install is in d:\apache\php

In my httpd.conf I have the following and I am not sure if SystemRoot and SystemDrive is correct.
Corrections are very welcome.

<IfModule fcgi_module>
FcgidInitialEnv SystemRoot "C:/Windows"
FcgidInitialEnv SystemDrive "C:"
FcgidInitialEnv TEMP "C:/WINDOWS/Temp"
FcgidInitialEnv TMP "C:/WINDOWS/Temp"
FcgidInitialEnv windir "C:/WINDOWS"

As a newbie to apache, my tendency for
SystemRoot is "D:/Apache"
SystemDrive "D:"

Would that be correct? Any other corrections?

Thank you
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7445
Location: EU, Germany, Next to Hamburg

PostPosted: Tue 18 Nov '25 11:09    Post subject: Reply with quote

SystemDrive is the OS Drive where Windows is installed on. Poperbly not D: Drive.
SystemRoot is in mostcases C:\\Windows

You can see a full config https://www.apachelounge.com/viewtopic.php?t=2394

if you still have a question please ask again.
Back to top
sambache



Joined: 11 Feb 2014
Posts: 15
Location: Canada, Yorkton, Sk

PostPosted: Tue 18 Nov '25 17:50    Post subject: Reply with quote

Thank you for the quick advise and clarification.

Much appreciated!
Back to top


Reply to topic   Topic: mod_fcgi need configuration clarification View previous topic :: View next topic
Post new topic   Forum Index -> Apache