#virtualhost
2 posts tagged virtualhost. Clear filter
-
Install and Serve a Rails Application from PHP Subdirectory Using Apache, Phussion Passenger and Ruby Enterprise Edition
Here is how to install a Rails application out of a subdirectory (rather than as a subdomain) with the Apache web server(Apache2). In this example I'm going to use my own blog which is a Wordpress...
-
Wildcard VirtualHost with Apache2
Set your ServerAlias directive to \.domain.tld - Here is a quick example. Now everything.example.com and anything.example.com, even though you didn't explicitly set them, will map to the...