# this file will be created when you run Apache) then you *must* ensure that
# no two invocations of Apache share the same scoreboard file.
#
-ScoreBoardFile logs/apache_status
+#ScoreBoardFile logs/apache_status
#
# In the standard configuration, the server will process httpd.conf,
# requests active at once means they're all handled more slowly) and
# the amount of system resources you'll allow the server to consume.
#
-ThreadsPerChild 50
+ThreadsPerChild 250
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# the order below without expert advice.
#
#LoadModule anon_auth_module modules/ApacheModuleAuthAnon.dll
+#LoadModule auth_digest_module modules/ApacheModuleAuthDigest.dll
#LoadModule cern_meta_module modules/ApacheModuleCERNMeta.dll
-#LoadModule digest_module modules/ApacheModuleDigest.dll
#LoadModule expires_module modules/ApacheModuleExpires.dll
+#LoadModule file_cache_module modules/ApacheModuleFileCache.dll
#LoadModule headers_module modules/ApacheModuleHeaders.dll
#LoadModule proxy_module modules/ApacheModuleProxy.dll
#LoadModule rewrite_module modules/ApacheModuleRewrite.dll
# your server if it's different than the one the program would get (i.e., use
# "www" instead of the host's real name).
#
+# 127.0.0.1 is the TCP/IP local loop-back address. Your machine
+# always knows itself by this address. If you machine is connected to
+# a network, you should change this to be your machine's name
+#
# Note: You cannot just invent host names and hope they work. The name you
# define here must be a valid DNS name for your host. If you don't understand
# this, ask your network administrator.
# You will have to access it by its address (e.g., http://123.45.67.89/)
# anyway, and this will make redirections work in a sensible way.
#
-#ServerName new.host.name
+ServerName 127.0.0.1
#
# DocumentRoot: The directory out of which you will serve your