You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/11/14 21:43:32 UTC

svn commit: r595041 - /lenya/trunk/tools/proxytest/README

Author: nettings
Date: Wed Nov 14 12:43:31 2007
New Revision: 595041

URL: http://svn.apache.org/viewvc?rev=595041&view=rev
Log:
made apache httpd stuff more generic

Modified:
    lenya/trunk/tools/proxytest/README

Modified: lenya/trunk/tools/proxytest/README
URL: http://svn.apache.org/viewvc/lenya/trunk/tools/proxytest/README?rev=595041&r1=595040&r2=595041&view=diff
==============================================================================
--- lenya/trunk/tools/proxytest/README (original)
+++ lenya/trunk/tools/proxytest/README Wed Nov 14 12:43:31 2007
@@ -75,18 +75,20 @@
    (yes, /tmp. it's just for testing, no need to clutter up your apache ssl 
    directory)
 
-2. Install an apache configuration for virtual hosts:
+2. Configure some virtual hosts in your Apache HTTPD server:
+   Locate an active configuration file (distribution-dependent), and add the line
 
-      $LENYA_HOME/tools/proxytest:> cp apache_vhosts.conf /etc/apache2/vhosts.d 
+      "Include $LENYA_HOME/tools/proxytest/apache_vhosts.conf"
 
-   (That's probably distro-specific. Just make sure that the file is being included
-   from your master config file)
+   to it.
 
 3. Append some fake host entries to your local resolver:
 
       $LENYA_HOME/tools/proxytest:> cat hosts_fake >> /etc/hosts
 
 4. Make sure apache2 is configured to run SSL by passing it the -DSSL flag.
+   The best way to do it depends on your distribution. If in doubt, omit SSL
+   for now and try to add it later.
 
 5. Restart apache2:
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org