[project-babel commit] r309 - trunk/apache

0 views
Skip to first unread message

codesite...@google.com

unread,
Jan 14, 2008, 4:07:48 PM1/14/08
to v2ex-...@googlegroups.com
Author: v2ex.livid
Date: Mon Jan 14 13:07:22 2008
New Revision: 309

Added:
trunk/apache/babel_win32_deja2.conf
Modified:
trunk/apache/babel_win32.conf

Log:
Working with NetBeans IDE 6.0 now. It rocks!

Modified: trunk/apache/babel_win32.conf
==============================================================================
--- trunk/apache/babel_win32.conf (original)
+++ trunk/apache/babel_win32.conf Mon Jan 14 13:07:22 2008
@@ -18,9 +18,4 @@
Order allow,deny
Allow from all
</Directory>
-
- ErrorLog e:/www/babel/logs/error.log
- LogLevel warn
-
- CustomLog e:/www/babel/logs/access.log combined
</VirtualHost>

Added: trunk/apache/babel_win32_deja2.conf
==============================================================================
--- (empty file)
+++ trunk/apache/babel_win32_deja2.conf Mon Jan 14 13:07:22 2008
@@ -0,0 +1,21 @@
+<VirtualHost *:80>
+ ServerName v2ex
+ ServerAlias v-dev.v2ex.com
+ ServerAdmin v2ex....@mac.com
+
+ RewriteEngine On
+ Include e:/www/babel/apache/rewrite.conf
+
+ DocumentRoot e:/www/babel/htdocs/
+ <Directory />
+ Options Indexes FollowSymLinks
+ AllowOverride None
+ </Directory>
+
+ <Directory e:/www/babel/htdocs/>
+ Options Indexes FollowSymLinks
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+ </Directory>
+</VirtualHost>
\ No newline at end of file

codesite...@google.com

unread,
Jan 14, 2008, 4:07:48 PM1/14/08
to v2ex-...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages