Microsoft url rewrite 2.1 module download issue - web-platform-installer

I am trying to install microsoft url rewrite module and not able to. I tried to download it via Microsoft wep platform installer. Please, see screenshot below. If failed just like I was trying to download it directly from the browser. In the browser, it will throw invalid SSL certificate error from the download website.
Can anyone suggest how to resolve this issue and install the url rewrite module? I'm beginner with IIS and it's related technologies. Please guide.

https://learn.microsoft.com/en-us/answers/questions/429383/web-platform-installer-end-of-support-and-sunsetti
Web Platform Installer was being decommissioned when you attempted to install.
You can search and download the MSI packages from Microsoft Download Center.

Related

Azure: unable to include extension

So I'm trying to deploy a Laravel app to azure and it worked fine at the start. In this project, I need to use SOAP so I included the SoapWrapper package in my Laravel app. When however I try to deploy it to Azure after adding SoapWrapper, I get the following message:
This says that the soap module and the PHP version are not compatible. However, when I ssh into my Linux server and grab the PHP API I get the same one as the one of the modules:
I am kind of lost on how to fix this and why this happens.
Also, the path
/opt/php/7.3.27/ini/php.ini
which is stated on the first picture doesn't exist in my linux server.
Any help or suggestions?

Azure web app - extension, push and MySQL button cannot click/disabled

I created a web app using Linux and PHP 7.2, build in East Asia.
I want to install Laravel and connect MySQL DB but it's disabling me to click in extension and other button.
I have searched but I can't find a solution to this problem, can someone help me?
Extension option is not supported on Linux app.
About connect to Azure SQL DB, here is the official tutorial you could follow: https://learn.microsoft.com/en-us/azure/app-service/tutorial-php-mysql-app?pivots=platform-linux
About install some module, the best way is writing the install command in workflow or package.json for installing automatically.

How can I install Siberian CMS to Azure? problems during entering database information

Help with installation would be appreciated. Already succeeded installing to GoDaddy servers but now when trying to install to Azure (as web app) I constantly receive error while entering database information during installation process. My Azure setup runs on Apache and PHP 7.0.32. Error is caused by mixed content:
(jquery.js?1541940728:5 Mixed Content: The page at 'https://example.example.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://example.example.com/installer/installation_database/check'. This request has been blocked; the content must be served over HTTPS.).
I have read basically every info what I was able to find and only relevant hint was to install from http.
Does anyone have experience from installing Siberian CMS to Azure and Are you able to help with this?
Thanks!
screenshot
Azure SQL Database is not supported by Siberian CMS. It works only with MySQL.
Siberian CMS recommends VPS options provided by OVH and Contabo as explained on this documentation.

Creation of a NodeJS web app in Azure fails

Using this official Azure tutorial, I was able to perform all the steps until the step Browse to the app where when I browse to the app using http://myNodeJsTestApp.azurewebsites.net I get the following error:
The page cannot be displayed because an internal server error has occurred.
Please note that using same URL that tutorial asks us to use in step Set Node.js runtime of the tutorial, I was able to successfully display the exact same screen shown in that section. So the error is occurring after I got to the step Browse to the app further down. I'm using NodeJS version 8.12.0.
If you follow exactly the steps and don't modify the sample code, the only fault causing Internal server error is the node version 8.12.0.
Azure server doesn't install Node.js of all existing versions, go https://yourwebappname.scm.azurewebsites.net/api/diagnostics/runtime to check available ones.
I recommend to use 8.11.1 LTS version as the tutorial suggests, or you can choose 10.6.0 the latest on Azure.

Openwrt: build error

I'am building openWrt for an Arduino Yun board, i'am following the steps descibed in this link, however i'am getting a build erreur:
svn: E160013: Unable to connect to a repository at URL 'http://opkg.googlecode.com/svn/trunk', by accessing this page using the internet browser the page is really not found. Could anyone help me resolve the problem
Google Code hosting service is now defunct. Therefore, the version-control repository http://opkg.googlecode.com/svn/trunk is not available anymore.
Read the project's page carefully to learn how to obtain the source of the project.

Resources