Am 14.01.2011 10:13, schrieb Carsten Wiedmann:
1)
With FcgidInitialEnv I write:
| FcgidInitialEnv FOO "C:\\ProgramData\\Foo"

but with FcgidCmdOptions it's:
| FcgidCmdOptions "C:/usr/bin/cgi.exe" \
| InitialEnv FOO=C:\ProgramData\Foo

I have to use a single backslash and not a double backslash as usual. Why?

Another problem: How can I set a value with space? e.g:
| FcgidInitialEnv FOO "C:\\Program Files\\Foo"

is working. But:
| InitialEnv FOO=C:\Program Files\Foo
or
| InitialEnv FOO="C:\Program Files\Foo"
not.

Hm, next problem with a space. How can I use a space in FcgidWrapper?
| FcgidWrapper "C:/Program Files/PHP/php-5.3.5/php-cgi.exe" .php

is not working. Error:
| Syntax error on line 34 of C:/ProgramData/.../php.conf:
| Wrapper C:/Program cannot be accessed: (720002)Das System kann die | | angegebene Datei nicht finden.

Maybe the whole thing is more a question for Dev@?

Regards,
Carsten


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to