Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: mod_fcgi need configuration clarification |
|
| Author |
|
sambache
Joined: 11 Feb 2014 Posts: 15 Location: Canada, Yorkton, Sk
|
Posted: Tue 18 Nov '25 4:51 Post subject: mod_fcgi need configuration clarification |
|
|
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
|
Posted: Tue 18 Nov '25 11:09 Post subject: |
|
|
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
|
Posted: Tue 18 Nov '25 17:50 Post subject: |
|
|
Thank you for the quick advise and clarification.
Much appreciated! |
|
| Back to top |
|
|
|
|
|
|