Has anyone tried install PHP 8 in Windows Server 2012 IIS? - iis-7.5

There is little or none of the tutorial or sharing on this topic. I'm wondering if IIS8 or 7.5 doesn't support PHP8 yet.
Don't mention installing it with WAMP or XAMMP. It's part of the project's requirements to have PHP with IIS only.

Related

ColdFusion 11 on Windows 10 with IIS is not working

I installed CF 11 on Windows 10 Professional using IIS option as shown below. But when I go to IIS I don't see CFIDE folder there:
I thought the CF installation process would have created a CFIDE folder in IIS with its subfolder Administrator that points to the Administrator URL. But IIS did have any such folder. If I remember in Windows 7, installing CF 11 with IIS option automatically configure Administrator website in IIS - at least that what I recall I had done in Win7.
So I manually added a virtual directory in IIS and named it CFIDE with physical path as C:\ColdFusion11\cfusion\wwwroot\CFIDE that is a correct path on my system. But when I go to http://localhost/CFIDE/administrator/ or go to All Programs-->Adobe-->Administrator in Windows, I get the following error. Please help:
CF11 was initially not supported for windows 10. One of the recent update of CF11 started supporting Windows 10. You would need to install ColdFusion and Select Built in Web server while installing ColdFusion. Once its installed, apply the latest update from CF admin and re-configure the IIS connector using Web server Configuration tool.
OR
Apply the latest update manually:
http://coldfusionx.blogspot.in/2017/07/how-to-install-coldfusion-updates.html
And re-configure the IIS connector.

Deploying Java Servlet applications on Windows with IIS

I have develop JSP-Servlert application (i.e. WAR file) which running perfectly on tomcat server. Now I want to run same web application on IIS without tomcat.
Currently I am following this url: http://www.helicontech.com/articles/deploying-java-servlet-applications-on-windows-with-iis/
But while configuring Java hosting package as per mentioned in the above article, it is giving error to download jetty 8. Other softwares from the same package is getting download and install successfully.
When I checked the logs, I found that it is downloading the jetty from the URL: "http://dist.codehaus.org/jetty/jetty-hightide-8.1.7/jetty-hightide-8.1.7.v20120910.zip" and all the codehaus services has shutdown.
Can anyone help me to install the jetty into IIS or any other option to deploy the WAR into IIS?
Thanks,
SameerK
Definately the easiest option, at the time of writing, is to use Microsoft's HttpPlatformHandler that you can install on IIS 8+ (Windows 8 or Windows Server 2012 at least).
You basically need to:
Install IIS on your machine
Install JDK
Install Jetty on Windows (just download zip and unpack it)
Create WAR file
Copy WAR file to your Jetty's installation folder under webapps directory.
Set up IIS web site with web.config as described here.
That's it. You can view your site using http://localhost:your_iis_defined_port/your_war_name. If you rename your WAR to root.war then 'your_war_name' will not be necessary.
I have prepared a step by step guide on how to do that with more explanation.
After hours of trying i managed it by adding a ReverseProxy Rule, this is fairly easy and done super fast.
I had these dependencies installed already: AAR and HttpProxyHandler

how to configure XHProf for drupal 6 on windows?

With the help of Lorenzo Alberton tutorial, i get XHProf installed for drupal 6 on linux server. Now i need to get it installed on windows but i found that XHProf cant be installed on windows. Additionally, at drupal.org XHProf, is available for drupal 7 onwards. If anyone has installed XHProf for drupal 6 on windows then please share.
This question has already been answered here: https://drupal.stackexchange.com/questions/19193/how-to-configure-xhprof-for-drupal-6-on-windows
Just for the records, you do NOT need the Drupal module to use XHProf. You must download a compiled version for your apache (I'm using WAMP http://www.wampserver.com/en/, but can't remember where I got mine) and then enable it in php.ini. You can set the settings in the php.ini or trigger on demmand profiles. http://es2.php.net/xhprof

Can I install IIS on Windows 7 home basic?

I have genuine Windows 7 Home Basic on my Dell laptop. However IIS isn't getting installed here.
Is it something this version of Windows 7 can support?
If yes, please let me know how can I get this installed on my OS?
I think IIS Express should work. New version of IIS for development that just shipped with MVC3.
http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.aspx
IIS install on home premium it is not installed in home basic .U have to upgrade your os to Home Premium

Installing joomla on Microsoft IIS

i tried to install joomla using the microsoft web platform installer. I was able to install joomla, php and mysql successfully.
However when i browse the website from the IIS, it says page cannot be found..
What am i missing..please let me know
Its been more than 2 days i am trying this...
Try to install it using this tool Microsoft Web Platform Installer 2.0, it will help you setup everything. Because may be there is something you missed such as setup the iis to handle php files.

Resources