-
Posted to
PHP Community
by
jchertudi
on
11-05-2009, 2:54 PM
Hope this is the right forum here.
We have been trying to get php 5.2.11 to connect to a remote LDAPS server for authentication. This works fine using LDAP (no SSL), but when we try to use ldaps we get a "Can't contact LDAP server server.com:636"
From this same web server we can use WAB / find to contact the LDAPS server, but ...
-
Posted to
FastCGI Handler
by
jchertudi
on
10-02-2009, 7:32 PM
Me as well, we just started using the new Fast CGI with Zend Server. We are trying to track down an elusive "FastCGI process exited unexpectedly" error since our last update. Any hope to customize the error?
-
Posted to
IIS 7.0 - PowerShell
by
jchertudi
on
08-27-2009, 3:40 PM
I believe this is the best forum for this, we have a php-cgi script that launches a power shell command, which in turn submits a job to a queuing system.
We are running php on IIS7 x64. I believe that somewhere this is a permissions issue, but have not been able to crack the code yet. Only when I run our application pool with the account of a ...
-
Posted to
IIS7 - Configuration & Scripting
by
jchertudi
on
07-27-2009, 8:20 PM
We are preparing to move our production web systems to IIS 7 from IIS 6, which was in turn upgraded from IIS 5 some years ago. Left over in our "metabase" are a number of handler mappings, they are applied server wide and also at each site. I am trying to use appcmd to remove all of the custom handler mappings in each of our 2000 sites, ...
-
Posted to
Security
by
jchertudi
on
12-27-2007, 4:20 PM
yes, i verified we are set in both cases, the share permissions are all Change, NTFS is read. I just don't get it. is it as simple as restarting IIS on the web server to have it pick up a new security token after group membership changes?
-
Posted to
Security
by
jchertudi
on
12-27-2007, 2:10 PM
Have a Win2003 domain, with member file server and web server accessing web content via UNC .
The web site uses a domain\iusr account for anonymous access to the UNC content. If on the NTFS permissions of the file server I explicitly put domain\iusr with read, the site is ok. But when I place domain\iusr in a FileServer\Local Group, and ...
-
Posted to
FastCGI Handler
by
jchertudi
on
07-16-2007, 7:42 AM
Aha, it appears that is has! I must have made a setup error the first time, cause it is working now. Though this set up is a little counter intuitiveInstall Preview 2, register php
Copy the x86 fcgiext.dll into SysWOW64\inetsrvCopy the x64 fcgiext.dll into system32\inetsrvI can't wait until this is released full tested and ...
-
Posted to
FastCGI Handler
by
jchertudi
on
07-12-2007, 6:51 PM
i tried the v70419 patch today and it did not seem to resolve this. Should it have fixed this issue, or do I need to hang out until we get the next full packaged release?
-
Posted to
Classic ASP
by
jchertudi
on
03-20-2007, 5:14 PM
We just migrated from a pair of Windows load balanced Win2k3 servers using IIS and running a classic ASP application. We set up 3 new Win2k3 R2 x64 servers, added them into an NLB cluster, and use iiscnfg to copy over the IIS setting from the 32 bit servers. We also set
cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 “true”
And ...
-
Posted to
FastCGI Handler
by
jchertudi
on
02-16-2007, 8:43 PM
I am trying to find out where this value is configured!
Win2003 x64, fully patched.FastCGI v2, with special bits via Rick James to make it work with UNC paths
I can't get long running scripts to go more than 30 seconds. We have a few data conversion pages that will run for 1-3 minutes using slow cgi (point directly to the exe). It doesn't ...