Created
April 16, 2009 15:17
-
-
Save adkron/96468 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ServerName www.akingsoftware.com | |
ServerAlias akingsoftware.com *.akingsoftware.com | |
DocumentRoot /home/apache/trial/public | |
</VirtualHost> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Other stuff, mostly comments | |
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-2.1.3/ext/apache2/mod_passenger.so | |
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.1.3 | |
PassengerRuby /usr/bin/ruby1.8 | |
# Include the virtual host configurations: | |
Include /etc/apache2/sites-enabled/ | |
NameVirtualHost *:80 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ServerName www.mammalog.com | |
ServerAlias mammalog.com *.mammalog.com | |
Redirect temp / http://at-home-mommy.blogspot.com | |
PassengerEnabled off | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment