Windows Server : installation of the IIS role – Internet Information Services
In this tutorial, we will see how to install the Internet Information Services (IIS) role which allows you to install a Web server on Windows.
In this tutorial, we will see how to install the Internet Information Services (IIS) role which allows you to install a Web server on Windows.
In order for the site to be available, it is necessary to create a record on the DNS server which manages the domain name.
In this article, I will explain how to implement SSO (Single Sign-On: Single Authentication) with GLPI installed with IIS. SSO saves the user from having to enter identifiers to connect to GLPI. Prerequisites Have configured the Active Directory in GLPI and import the users. In order to set up single authentication for GLPI, you must …
In this tutorial, I will explain how to prepare the Windows environment to install GLPI under IIS and how to configure GLPI to send email using an SMTP server. Prerequisites Have the IIS role installed on a server. Install PHP on IIS. A MariaDB or MySQL server. Download the latest version of GLPI. Have an …
Presentation In this tutorial, I will explain how: Install PHP on IIS Configure PHP with PHP Manager for IIS Website creation or vhost Run different PHP versions depending on the site Prerequisites For PHP implementation under IIS, you need a web server with the IIS service. A tutorial is available: Windows Server: IIS installation. PHP …
IIS ARR Presentation ARR is an add-in (plugin) that installs on IIS and allows to transform the Windows Web server into a Reverse Proxy. ARR is a free add-on that installs on an IIS service and allows: HTTP (S) routing Load Balancing Offloading SSL CDN (cache) Example of deployment with IIS / ARR: Prerequisites For …
IIS (Internet Information Services) is a proprietary WEB server available on Windows systems, many Windows features and software rely on it as: Exchange SharePoint WSUS ADRMS … Like Apache, it supports the PHP language. IIS has a graphical interface for its administration. A module platform and plugins is available natively that allows the addition of …
Presentation In this article, I explain how to customize the PHP directives for each of the sites on an IIS server. There are several more or less complex methods. I will introduce the one that for me seems the least restrictive, the use of PATH sections in the configuration of PHP. Configuration of the site …
Presentation In this article, I will explain how to install an IIS web server on a computer with Windows 10. IIS is a Web server developed by Microsoft that is also available on servers. The version installed on the client is called IIS Express, it is perfect for testing locally. Installation 1. Open the Control …
By default, IIS does not issue files with .dat and .pac extensions for automatic proxy configuration. If we try to attach to retrieve the file a 404 error page is displayed. Allow proxy configuration files You must declare MIME Types on the IIS server. 1. Open the console, go to server 1 and click on …