Posts

Showing posts with the label virtualhost

How to serve different web apps using one domain name in Apache?

How to serve different web apps using one domain name in Apache? I'm currently trying to deploy my Django 2.0 App on an Apache Web Server. However I'm experiencing difficulties in configuring it because my Virtual Host configuration overrides other Virtual Hosts which is used by other projects (Ruby and PHP WebApps). We only have one domain name at the moment so I cannot use other domain names to host my app. Is it possible to serve different kind of apps with one domain name using Apache Virtual Hosts? Yes it is possible. – Nic3500 yesterday Can please give me an example of a Virtual Host Configuration? I'm really confused with the ones in the Apache website. – nixon 10 hours ago ...