update comments for Apache 2.x
authorwosch <wosch>
Thu, 16 Apr 2009 18:31:20 +0000 (18:31 +0000)
committerwosch <wosch>
Thu, 16 Apr 2009 18:31:20 +0000 (18:31 +0000)
web/conf/apache2.0/cfspy.conf

index 922095c..10d4622 100644 (file)
@@ -1,10 +1,8 @@
-# $Id: cfspy.conf,v 1.3 2009-04-16 18:09:44 wosch Exp $
+# $Id: cfspy.conf,v 1.4 2009-04-16 18:31:20 wosch Exp $
 #
 # Sample configuration for running an IRSpy web-site under Apache 2.x.
 #
 #
 # Sample configuration for running an IRSpy web-site under Apache 2.x.
 #
-# This is the configuration that I use on the development machine,
-# xeno, which is a Fujitu-Siemens SCENIC X102 PC running Ubuntu Linux
-# release 6.06.  On this machine, the IRSpy software is at
+# This is the configuration that I use on the development machine us2
 #      /home/wosch/indexdata/irspy
 #
 # This file can be included in the Apache configuration by adding a
 #      /home/wosch/indexdata/irspy
 #
 # This file can be included in the Apache configuration by adding a
 # When running on Ubuntu (and probably Debian), don't forget to
 # install libapache-request-perl as well as libhtml-mason-perl,
 # otherwise Mason will fail mysteriously.
 # When running on Ubuntu (and probably Debian), don't forget to
 # install libapache-request-perl as well as libhtml-mason-perl,
 # otherwise Mason will fail mysteriously.
+#
+# For Apache 2.x
+#  sudo apt-get install libxml-libxslt-perl 
+#  sudo apt-get install libhtml-mason-perl
+#  sudo apt-get install libapache2-request-perl
 
 #NameVirtualHost 192.168.1.75
 
 
 #NameVirtualHost 192.168.1.75