Ben bir çoklu sunucu ortamı (tüm pencereleri 2003) var.
I manually installed php 5 on the appserver.
I also plan to install mySQL on the appserver.
DMZ'd olan webserver üzerinde, ben iis6> Web hizmeti uzantıları altında php5isapi.dll uzantısı ekledi.
I was able to do that by giving the unc path to the isapi dll on the appserver
\\local ip address of appserver\c$\php\php5isapi.dll
when attempting to add the ".php" extension mapping on
webserver >> iis6 >> default website > properties > home directory > configuration >
add mappings
Windows says that I can't use a UNC path
\\local ip address of appserver\c$\php\php5isapi.dll
to access the .dll file which is on a different server.
bu yüzden kafam karıştı. Tüm php işlem yapmak benim AppServer (backend) kurma ve nerede php işlerini göndermek için web sunucusu anlatarak - Ben bu konuda doğru şekilde gittiğini düşündüm.
ne eksik ya da ben farklı ne yapıyor olmalıdır?