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