Search notebook
Categories
Tags
- .Net
- .Net Core
- 7zip
- Active Directory
- ADConnect
- Apache
- Asp.Net Core
- Avalonia
- Backup
- Business Central
- C#
- CentOS
- Chocolatey
- Chrome
- Cookies
- Cross Platform
- CSS
- Databases
- Data Binding
- DBeaver
- Dev
- dnf
- DocFx
- Docker
- Eclipse
- ErpNext
- FPC
- GCC
- Git
- Glade
- GNOME
- gtk#
- gtk3
- IIS
- Java
- Javascript
- JSON
- Keyboard
- Lazarus
- Less
- Linux
- MariaDB
- Mercurial Hg
- Mono
- MonoDevelop
- MsSql
- msys2
- MySql
- Navision
- Network
- ngrok
- NodeJS
- npm
- o365
- OAuth
- osTicket
- Pascal
- PHP
- PowerShell
- Python
- RDL
- Recovery Model
- SharePoint
- Source Control
- TypeScript
- Ubuntu
- UglifyCSS
- UglifyJS
- UI
- VirtualBox
- VSCode
- Web Dev
- Windows
- xrdp
- yum
Tag Archives: Apache
Apache and IIS on the same machine
There are some ways to have Apache and IIS running on the same machine. I choose that method where each server, IIS and Apache, listens on its own IP Address. That is a machine with two IP addresses (on a … Continue reading
Apache multiple local virtual hosts on CentOS 7 Linux
Go to /etc/httpd/conf folder in order to edit the httpd.conf file. Find a line that sets the ServerName entry. Uncomment it (if it’s commented) and set it to a proper value. e.g. or There should be a DNS entry (somewhere … Continue reading