summaryrefslogtreecommitdiff
path: root/misc/example/apache-gs5.conf
diff options
context:
space:
mode:
authorJulian Pawlowski <julian.pawlowski@gmail.com>2013-01-08 04:42:26 +0100
committerJulian Pawlowski <julian.pawlowski@gmail.com>2013-01-08 04:42:26 +0100
commit265432804cefc9ee56d9e7ddbf866229fffd8fc4 (patch)
tree19dc1495329ee46cd3e9872e25e468f13368fe70 /misc/example/apache-gs5.conf
parent5cb5feb40a71fc04f1352f62ee55db1b13fc2169 (diff)
remove obsolete files and dubs we also have in GBE repo
Diffstat (limited to 'misc/example/apache-gs5.conf')
-rw-r--r--misc/example/apache-gs5.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/example/apache-gs5.conf b/misc/example/apache-gs5.conf
deleted file mode 100644
index ef81952..0000000
--- a/misc/example/apache-gs5.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-
- LoadModule passenger_module /usr/local/rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/apache2/mod_passenger.so
- PassengerRoot /usr/local/rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11
- PassengerRuby /usr/local/rvm/wrappers/ruby-1.9.2-p290/ruby
-
-
-
- <VirtualHost *:443>
- ErrorLog "|/usr/bin/logger -t apache -i -p local6.notice"
- CustomLog "|/usr/bin/logger -t apache -i -p local6.notice" combined
-
-
- DocumentRoot /opt/GS5/public
- PassengerAppRoot /opt/GS5
- RailsEnv development
- <Directory /opt/GS5/public>
- AllowOverride all
- Options -MultiViews
- Options FollowSymLinks
- </Directory>
- SSLEngine on
- SSLCertificateFile /etc/ssl/amooma/server_cert.pem
- SSLCertificateKeyFile /etc/ssl/amooma/server_key.pem
- </VirtualHost>