[extensions-web] Update httpd conf example to be more up to date



commit 3483959275bb6e8bb2ec259a27b7bd117cb751cb
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Mar 29 17:03:15 2012 -0400

    Update httpd conf example to be more up to date

 etc/sweettooth.httpd.conf.example |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/etc/sweettooth.httpd.conf.example b/etc/sweettooth.httpd.conf.example
index 89cc42e..24a8e5b 100644
--- a/etc/sweettooth.httpd.conf.example
+++ b/etc/sweettooth.httpd.conf.example
@@ -1,10 +1,25 @@
+
+WSGISocketPrefix /run/wsgi
+
+<VirtualHost 127.0.0.1:80>
+        ServerName localhost
+
+        WSGIScriptAlias / /home/jstpierre/Source/sweettooth/sweettooth.wsgi
+
+        WSGIDaemonProcess ego processes=1 threads=10
+        WSGIProcessGroup ego
+
+        Alias /static/extension-data/ /home/jstpierre/Source/sweettooth/sweettooth/uploaded-files/
+        Alias /static/ /home/jstpierre/Source/sweettooth/sweettooth/static/
+</VirtualHost>
+
 <VirtualHost 127.0.0.1:443>
-        ServerName extensions.gnome.org
+        ServerName localhost
 
         WSGIScriptAlias / /home/jstpierre/Source/sweettooth/sweettooth.wsgi
 
-        WSGIDaemonProcess extensions.gnome.org processes=1 threads=10
-        WSGIProcessGroup extensions.gnome.org
+        WSGIDaemonProcess ego-tls processes=1 threads=10
+        WSGIProcessGroup ego-tls
 
         Alias /static/extension-data/ /home/jstpierre/Source/sweettooth/sweettooth/uploaded-files/
         Alias /static/ /home/jstpierre/Source/sweettooth/sweettooth/static/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]