Top "Virtualhost" questions

The term Virtual Host refers to the practice of running more than one web site (such as www.

Why is my PHP source code showing?

So, I added the following to my http.conf file: Listen443 NameVirtualHost *:443 <VirtualHost *:443> DocumentRoot /PATH_TO/www ServerName …

apache virtualhost
How to serve other vhosts next to Gitlab Omnibus server? [Full step-by-step solution]

I installed Gitlab CE on a dedicated Ubuntu 14.04 server edition with Omnibus package. Now I would want to install three …

nginx webserver virtualhost gitlab gitlab-omnibus
Apache Virtual Host (Subdomain) access with different computer on LAN

I am currently trying to configure the Virtual Host (Subdomain) of my Apache HTTP Server so it can be accessed …

apache virtualhost
Change the ownership (chown) from 'root' to 'apache'

System OS: CentOS7.0-64 LAMP for VSI Problem: I am attempting to change the ownership of two virtual directories from …

virtualhost centos7 chown
How can I implement a global RewriteCond / RewriteRule in Apache that applies to all virtual hosts?

The title pretty much says it all. :-) I have lots of virtual hosts and I want to put a …

apache mod-rewrite virtualhost
Creating a virtual host using webmin loads default site

So I'm trying to set up a rackspace cloud server to host multiple sites (not servers) with a single IP. …

apache virtualhost webmin
apache map single subdomain to folder

In my /var/www I have a number of sites (goodsite, badsite, uglysite). Right now they are accessed by mydomain.…

apache .htaccess mod-rewrite subdomain virtualhost
Tunnel a localhost subdirectory through ngrok?

Objective: want to share a website preview using ngrok, which creates a tunnel from which my localhost can be seen …

http localhost wamp virtualhost ngrok
Vagrant in production

I've been reading about Vagrant, and I find it quite useful for my development. I am currently managing a series …

virtualhost vagrant infrastructure
How to set up a proxy location for all paths except some with apache2?

I've got several webapps running on my webserver: SVN Repository Browser, accessible via https://beta.mydomain.tld/svn/repos Trac …

apache2 virtualhost mod-proxy