VMware vCenter – Enable Single Sign On (SSO)

Platform Service Controller is a new component in VMware vSphere. The PSC contains all the services that vCenter needs for its functions including Single Sign-On (SSO). This post describes how to configure AD authentication in vCenter Server. Read More …

Distributing Proxy PAC using GPO (Active Directory)

If your organization uses Active Directory and Internet Explorer, Google Chrome, Safari or Firefox, you can use the Active Directory Group Policy Object (GPO) feature to distribute the PAC file URL to all devices in your organization. Read More …

Nginx – Configuring Reverse Proxy

A reverse proxy is an in-the-middle proxy service which takes a client request, passes it on to one or more servers, and subsequently delivers the server’s response to the client: basically the communication will be only between the proxy and the client, there will be no direct traffic between these two endpoints. Read More …

Managing Uploads, Timeouts and PHP Limits in Nginx and Apache

There are software likes Apache, Nginx, PHP, and phpMyAdmin have multiple configuration settings that define and set limits to: Memory Usage (Allocation), PHP Script Run Times, Upload File Sizes. Read More …