<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: My Apache Webserver is publicly accessible only from certain IP addresses in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597095#M19062</link>
    <description>Try adding something like this in ur conf file&lt;BR /&gt;AddType text/html .html</description>
    <pubDate>Sat, 06 Aug 2005 00:24:22 GMT</pubDate>
    <dc:creator>Bejoy C Alias</dc:creator>
    <dc:date>2005-08-06T00:24:22Z</dc:date>
    <item>
      <title>My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597078#M19045</link>
      <description>My Apache Webserver is publicly accessible only from certain IP addresses&lt;BR /&gt;&lt;BR /&gt;I am hosting through optimum online and it seems as if only users with optimum online IP addresses can see my website on their computers. The site is being hosted through a port other than the standard port 80. the website is: &lt;A href="http://getwhatUwant.com" target="_blank"&gt;http://getwhatUwant.com&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Can anyone give me an idea of why this may be happening? I can access my website from my own computer, and anyone (seemingly) with optimum online can also access my website. Most people who do not have optimum online can not see my website on their computers. When I try to connect to my webserver from my own computer through an anonymous proxy (obtained from proxy4free.com), I am unable to see my website on my own computer! &lt;BR /&gt;&lt;BR /&gt;WEBSERVER IP ADDRESS: 24.187.119.190:65254&lt;BR /&gt;&lt;BR /&gt;APACHE 2.05&lt;BR /&gt;SUN ONE ASP 4.0.0.2&lt;BR /&gt;PHP 5&lt;BR /&gt;MYSQL 5.1&lt;BR /&gt;FREE DNS SERVICE PROVIDED BY SITELUTIONS.COM&lt;BR /&gt;&lt;BR /&gt;THe computer is connected directly to the internet and is part of a windows xp home network in which all computers are connected by a HUB (not a router). &lt;BR /&gt;&lt;BR /&gt;If someone can help me out here, I will very greatly appreciate it. I spent so much time developing my website only to find that it is not accessible to anyone who does not use optimum online as their ISP. Please let me know how i can fix this problem and give me some hints as to what may be causing it. THanks&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2005 23:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597078#M19045</guid>
      <dc:creator>getwhatUwant</dc:creator>
      <dc:date>2005-08-04T23:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597079#M19046</link>
      <description>Hi,&lt;BR /&gt;I think you really should tell Optimum Online (OO) that your server is not accessible, and ask them to fix this ASAP.&lt;BR /&gt;&lt;BR /&gt;EF</description>
      <pubDate>Fri, 05 Aug 2005 03:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597079#M19046</guid>
      <dc:creator>Emir Faisal</dc:creator>
      <dc:date>2005-08-05T03:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597080#M19047</link>
      <description>hi , iam able to access ur site &lt;A href="http://getwhatUwant.com/" target="_blank"&gt;http://getwhatUwant.com/&lt;/A&gt; with my internet explorer but not with my mozilla browser . &lt;BR /&gt;Better to have a talk with ur isp .</description>
      <pubDate>Fri, 05 Aug 2005 04:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597080#M19047</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-08-05T04:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597081#M19048</link>
      <description>Someting to know:&lt;BR /&gt;&lt;BR /&gt;If you do a netstat -an and look at the output you will see two items of note concerning your web server.&lt;BR /&gt;&lt;BR /&gt;There will be a persistant connection of inbound users on port 80. That is input, inbound through your firewall or into your system.&lt;BR /&gt;&lt;BR /&gt;There will be an outbouned connection as well with a five digit port number, chosen seemingly at random. That is outbound or OUTPUT concerning the firewall.&lt;BR /&gt;&lt;BR /&gt;I would run iptables -L on your firewall and see if there are any entries in there that might be interfering with the IP addresses that can't reach your server. &lt;BR /&gt;&lt;BR /&gt;A common mistake in firewall programming is what I did which was to assume that a web server only operates on port 80 and to block output to other ports.&lt;BR /&gt;&lt;BR /&gt;Most ISP's do not bother to block certain IP addresses but some do. Once you verify your system is not causing the issue(likely it is your system) then contact the ISP.&lt;BR /&gt;&lt;BR /&gt;I have a couple of hundred IP addresseds of known troublemakers that I will not allow any traffic onto my systems. If my customers don't like it, they can get another NSP as far as I am concerned.&lt;BR /&gt;&lt;BR /&gt;Good luck, do some investigation and post back if you have detail on your output you want interpreted.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 05 Aug 2005 05:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597081#M19048</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-05T05:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597082#M19049</link>
      <description>I'm trying from Paraguay, when i enter the URL i get:&lt;BR /&gt;&lt;BR /&gt;Connection refused www2.getwhatuwant.com:65254&lt;BR /&gt;&lt;BR /&gt;Make sure that the 65254 port is open on your and your IPS firewalls.&lt;BR /&gt;&lt;BR /&gt;You should check your ACLs on the virtual directory of apache, you should have allow from all directive.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2005 07:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597082#M19049</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-05T07:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597083#M19050</link>
      <description>Ivan, can you please tell me exactly what lines I should include in my apache httpd.conf file?  You say to allow from all.  How do i do that exactly.  Thanks</description>
      <pubDate>Fri, 05 Aug 2005 11:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597083#M19050</guid>
      <dc:creator>getwhatUwant</dc:creator>
      <dc:date>2005-08-05T11:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597084#M19051</link>
      <description>SEP, I tried running iptables from the command line but it didn't work.  Do I have to install a program to be able to use the iptables command?  I am using windows xp as my operating system, norton antivirus and windows xp firewalls.  Thanks</description>
      <pubDate>Fri, 05 Aug 2005 11:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597084#M19051</guid>
      <dc:creator>getwhatUwant</dc:creator>
      <dc:date>2005-08-05T11:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597085#M19052</link>
      <description>Depends On which directory do you have your web files.&lt;BR /&gt;&lt;BR /&gt;You will have a &lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;Section for every virtual directory&lt;BR /&gt;&lt;BR /&gt;And must be set:&lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;Options Option1 Option2 ....&lt;BR /&gt;&lt;BR /&gt;Order allow,deny&lt;BR /&gt;Allow from all&lt;BR /&gt;&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;Where path is the path to the directory where the files resides, option1 and option2 are the options for the virtual directory, and finally the access control.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2005 11:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597085#M19052</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-05T11:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597086#M19053</link>
      <description>You should verify the httpd access and error log file, maybe you get information about why connections are refused.&lt;BR /&gt;&lt;BR /&gt;See /var/log/httpd files.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2005 11:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597086#M19053</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-05T11:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597087#M19054</link>
      <description>SEP, here is the output I got from running netstat:&lt;BR /&gt;&lt;BR /&gt;Active Connections&lt;BR /&gt;&lt;BR /&gt;  Proto  Local Address          Foreign Address        State&lt;BR /&gt;  TCP    0.0.0.0:110            0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:143            0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:366            0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:465            0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:993            0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:995            0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:1027           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:1801           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:2103           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:2105           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:2107           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:2396           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:2869           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:3307           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:3389           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:4662           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:5222           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:5223           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:5229           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:5269           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:5355           0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:32000          0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:32001          0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    0.0.0.0:65254          0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    24.187.119.190:139     0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    24.187.119.190:1214    217.115.142.105:80     CLOSE_WAIT&lt;BR /&gt;  TCP    24.187.119.190:1224    38.116.37.102:4661     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:2883    82.249.32.141:4662     LAST_ACK&lt;BR /&gt;  TCP    24.187.119.190:3068    59.167.19.106:4662     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3070    84.179.126.233:4662    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3074    80.81.4.167:9339       TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3077    84.58.6.189:5111       TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3083    84.153.183.54:4662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3084    217.208.143.91:4662    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3086    84.183.198.221:4662    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3087    80.131.19.35:20285     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3088    62.97.176.114:23773    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3097    62.101.168.126:4662    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3100    84.168.207.122:4662    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3119    84.131.238.131:23      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3124    172.177.207.25:4662    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3129    82.135.1.116:4662      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3135    69.199.165.78:4662     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3136    201.128.172.84:3939    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3138    82.81.123.107:4662     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3142    81.72.103.17:4662      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3143    62.0.157.214:7772      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3144    61.224.41.160:4662     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3150    24.13.165.254:4662     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3152    213.60.60.217:4965     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3165    84.121.5.125:4662      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3167    82.49.207.165:4662     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3168    82.81.82.12:4664       TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3170    82.49.130.73:4662      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3171    83.25.232.57:4662      ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3172    83.98.244.22:4663      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3173    24.96.26.18:4662       TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3174    84.154.116.94:4662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3176    24.30.30.194:4662      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3177    85.65.50.177:5662      CLOSING&lt;BR /&gt;  TCP    24.187.119.190:3178    194.164.231.217:4662   TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3179    213.211.56.44:4662     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3181    82.52.114.87:4662      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3182    218.190.212.172:4661   TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3184    217.129.14.144:5662    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3187    81.132.214.204:3333    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3189    82.231.2.128:7561      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3190    82.223.17.216:4662     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3191    85.64.224.83:4662      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3192    82.230.6.118:4662      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3193    84.228.51.236:6662     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3194    201.128.180.23:4662    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3195    213.145.184.2:22929    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3197    82.56.15.237:4662      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3199    213.136.235.60:4662    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3202    81.213.64.133:4662     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3203    82.227.37.160:65402    TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3208    85.64.241.60:4662      LAST_ACK&lt;BR /&gt;  TCP    24.187.119.190:3211    84.95.65.221:4662      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3217    83.44.73.38:8888       TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3224    81.86.144.145:4662     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3225    81.220.254.84:4662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3241    83.176.25.73:4662      ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3245    80.218.137.71:4662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3246    70.27.225.89:6346      ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3248    83.37.202.21:4662      ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3253    85.226.58.44:4662      ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3255    84.109.151.31:6662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3257    24.187.119.190:110     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3258    84.100.239.33:5662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3259    84.108.20.192:6662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3260    80.146.84.88:4662      ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3262    24.187.119.190:110     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3264    24.187.119.190:110     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3265    81.218.92.189:6662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3266    201.252.211.253:4662   ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3268    81.34.18.88:2750       ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3269    84.109.149.247:5662    ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3270    84.137.160.101:60      ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3272    81.218.5.75:6662       ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3273    201.27.101.119:4662    ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3275    81.62.162.253:4662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3278    192.151.53.228:80      CLOSE_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3281    192.151.53.228:80      CLOSE_WAIT&lt;BR /&gt;  TCP    24.187.119.190:3291    83.176.68.211:4662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3292    84.95.88.33:6662       ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3293    85.250.206.81:24856    ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3294    80.230.224.196:6662    ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3295    212.179.217.194:6662   ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3297    84.171.99.170:4662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3298    81.218.185.24:6662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3299    84.109.36.53:6662      SYN_SENT&lt;BR /&gt;  TCP    24.187.119.190:3300    80.230.73.125:5773     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3302    85.64.149.189:6662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3304    217.175.172.120:4662   ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3306    213.63.134.228:4662    ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3309    62.128.53.183:6662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3310    84.120.115.64:4662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3311    62.57.102.198:4662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3312    201.9.107.71:4662      ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3313    217.132.87.148:6662    ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3314    83.32.219.204:6970     SYN_SENT&lt;BR /&gt;  TCP    24.187.119.190:3317    84.94.86.12:6662       SYN_SENT&lt;BR /&gt;  TCP    24.187.119.190:3318    217.132.32.25:6662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3319    81.218.95.193:6662     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:3320    200.102.75.192:4662    SYN_SENT&lt;BR /&gt;  TCP    24.187.119.190:3321    213.54.150.73:8080     SYN_SENT&lt;BR /&gt;  TCP    24.187.119.190:3323    82.80.129.92:6662      SYN_SENT&lt;BR /&gt;  TCP    24.187.119.190:3324    80.178.203.46:4662     SYN_SENT&lt;BR /&gt;  TCP    24.187.119.190:3325    221.199.4.51:4662      SYN_SENT&lt;BR /&gt;  TCP    24.187.119.190:3328    212.234.232.213:4662   SYN_SENT&lt;BR /&gt;  TCP    24.187.119.190:4662    64.230.92.40:61491     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    67.172.183.74:2809     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:4662    69.3.118.168:3943      ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    80.136.6.71:4579       ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    81.161.146.100:1172    ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    81.218.157.200:2187    ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    82.91.60.166:4758      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:4662    82.158.36.36:3750      TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:4662    82.161.81.128:4735     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    83.22.27.42:41304      ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    84.58.173.179:3833     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    172.181.126.147:22806  ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    200.118.48.44:2458     TIME_WAIT&lt;BR /&gt;  TCP    24.187.119.190:4662    210.83.196.109:34996   ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    211.41.132.72:2639     ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    217.132.234.73:29776   ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:4662    219.142.101.54:43098   ESTABLISHED&lt;BR /&gt;  TCP    24.187.119.190:14051   0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    127.0.0.1:1028         0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    127.0.0.1:1216         127.0.0.1:1217         ESTABLISHED&lt;BR /&gt;  TCP    127.0.0.1:1217         127.0.0.1:1216         ESTABLISHED&lt;BR /&gt;  TCP    127.0.0.1:1222         0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    127.0.0.1:1222         127.0.0.1:3256         TIME_WAIT&lt;BR /&gt;  TCP    127.0.0.1:1222         127.0.0.1:3261         TIME_WAIT&lt;BR /&gt;  TCP    127.0.0.1:1222         127.0.0.1:3263         TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:139        0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    192.168.0.1:1524       192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:2869       192.168.0.129:1063     ESTABLISHED&lt;BR /&gt;  TCP    192.168.0.1:3243       192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:3389       192.168.0.129:1045     ESTABLISHED&lt;BR /&gt;  TCP    192.168.0.1:5939       192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:9369       192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:10423      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:11194      0.0.0.0:0              LISTENING&lt;BR /&gt;  TCP    192.168.0.1:11322      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:12516      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:13361      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:14875      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:18049      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:20921      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:27431      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:29413      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:30682      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:31426      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:36342      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:37335      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:40318      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:40902      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:47303      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:49773      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:55469      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:60016      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  TCP    192.168.0.1:61868      192.168.0.1:2869       TIME_WAIT&lt;BR /&gt;  UDP    0.0.0.0:161            *:*&lt;BR /&gt;  UDP    0.0.0.0:445            *:*&lt;BR /&gt;  UDP    0.0.0.0:500            *:*&lt;BR /&gt;  UDP    0.0.0.0:1026           *:*&lt;BR /&gt;  UDP    0.0.0.0:1029           *:*&lt;BR /&gt;  UDP    0.0.0.0:1045           *:*&lt;BR /&gt;  UDP    0.0.0.0:1205           *:*&lt;BR /&gt;  UDP    0.0.0.0:1212           *:*&lt;BR /&gt;  UDP    0.0.0.0:1213           *:*&lt;BR /&gt;  UDP    0.0.0.0:2023           *:*&lt;BR /&gt;  UDP    0.0.0.0:3527           *:*&lt;BR /&gt;  UDP    0.0.0.0:4500           *:*&lt;BR /&gt;  UDP    0.0.0.0:4672           *:*&lt;BR /&gt;  UDP    24.187.119.190:123     *:*&lt;BR /&gt;  UDP    24.187.119.190:137     *:*&lt;BR /&gt;  UDP    24.187.119.190:138     *:*&lt;BR /&gt;  UDP    24.187.119.190:1900    *:*&lt;BR /&gt;  UDP    24.187.119.190:7890    *:*&lt;BR /&gt;  UDP    24.187.119.190:47649   *:*&lt;BR /&gt;  UDP    127.0.0.1:123          *:*&lt;BR /&gt;  UDP    127.0.0.1:1030         *:*&lt;BR /&gt;  UDP    127.0.0.1:1218         *:*&lt;BR /&gt;  UDP    127.0.0.1:1900         *:*&lt;BR /&gt;  UDP    127.0.0.1:2989         *:*&lt;BR /&gt;  UDP    192.168.0.1:53         *:*&lt;BR /&gt;  UDP    192.168.0.1:67         *:*&lt;BR /&gt;  UDP    192.168.0.1:68         *:*&lt;BR /&gt;  UDP    192.168.0.1:123        *:*&lt;BR /&gt;  UDP    192.168.0.1:137        *:*&lt;BR /&gt;  UDP    192.168.0.1:138        *:*&lt;BR /&gt;  UDP    192.168.0.1:1900       *:*&lt;BR /&gt;  UDP    192.168.0.1:3964       *:*&lt;BR /&gt;  UDP    192.168.0.1:16869      *:*&lt;BR /&gt;&lt;BR /&gt;Does that give you any information that you think could help you to help me?  Thanks</description>
      <pubDate>Fri, 05 Aug 2005 11:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597087#M19054</guid>
      <dc:creator>getwhatUwant</dc:creator>
      <dc:date>2005-08-05T11:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597088#M19055</link>
      <description>IVAN, here is my apache configuration file.  Can you please tell me exactly what lines I need to include to allow all IPs to access my website?  I will greatly appreciate it.  THanks&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Based upon the NCSA server configuration files originally by Rob McCool.&lt;BR /&gt;#&lt;BR /&gt;# This is the main Apache server configuration file.  It contains the&lt;BR /&gt;# configuration directives that give the server its instructions.&lt;BR /&gt;# See &lt;&gt;&lt;/&gt; for detailed information about&lt;BR /&gt;# the directives.&lt;BR /&gt;#&lt;BR /&gt;# Do NOT simply read the instructions in here without understanding&lt;BR /&gt;# what they do.  They're here only as hints or reminders.  If you are unsure&lt;BR /&gt;# consult the online docs. You have been warned.  &lt;BR /&gt;#&lt;BR /&gt;# The configuration directives are grouped into three basic sections:&lt;BR /&gt;#  1. Directives that control the operation of the Apache server process as a&lt;BR /&gt;#     whole (the 'global environment').&lt;BR /&gt;#  2. Directives that define the parameters of the 'main' or 'default' server,&lt;BR /&gt;#     which responds to requests that aren't handled by a virtual host.&lt;BR /&gt;#     These directives also provide default values for the settings&lt;BR /&gt;#     of all virtual hosts.&lt;BR /&gt;#  3. Settings for virtual hosts, which allow Web requests to be sent to&lt;BR /&gt;#     different IP addresses or hostnames and have them handled by the&lt;BR /&gt;#     same Apache server process.&lt;BR /&gt;#&lt;BR /&gt;# Configuration and logfile names: If the filenames you specify for many&lt;BR /&gt;# of the server's control files begin with "/" (or "drive:/" for Win32), the&lt;BR /&gt;# server will use that explicit path.  If the filenames do *not* begin&lt;BR /&gt;# with "/", the value of ServerRoot is prepended -- so "logs/foo.log"&lt;BR /&gt;# with ServerRoot set to "C:/Program_Files/Apache Group/Apache2" will be interpreted by the&lt;BR /&gt;# server as "C:/Program_Files/Apache Group/Apache2/logs/foo.log".&lt;BR /&gt;#&lt;BR /&gt;# NOTE: Where filenames are specified, you must use forward slashes&lt;BR /&gt;# instead of backslashes (e.g., "c:/apache" instead of "c:\apache").&lt;BR /&gt;# If a drive letter is omitted, the drive on which Apache.exe is located&lt;BR /&gt;# will be used by default.  It is recommended that you always supply&lt;BR /&gt;# an explicit drive letter in absolute paths, however, to avoid&lt;BR /&gt;# confusion.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;### Section 1: Global Environment&lt;BR /&gt;#&lt;BR /&gt;# The directives in this section affect the overall operation of Apache,&lt;BR /&gt;# such as the number of concurrent requests it can handle or where it&lt;BR /&gt;# can find its configuration files.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# ServerRoot: The top of the directory tree under which the server's&lt;BR /&gt;# configuration, error, and log files are kept.&lt;BR /&gt;#&lt;BR /&gt;# NOTE!  If you intend to place this on an NFS (or otherwise network)&lt;BR /&gt;# mounted filesystem then please read the LockFile documentation (available&lt;BR /&gt;# at &lt;&gt;);&lt;BR /&gt;# you will save yourself a lot of trouble.&lt;BR /&gt;#&lt;BR /&gt;# Do NOT add a slash at the end of the directory path.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;ServerRoot "C:/Program_Files/Apache Group/Apache2"&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# ScoreBoardFile: File used to store internal server process information.&lt;BR /&gt;# If unspecified (the default), the scoreboard will be stored in an&lt;BR /&gt;# anonymous shared memory segment, and will be unavailable to third-party&lt;BR /&gt;# applications.&lt;BR /&gt;# If specified, ensure that no two invocations of Apache share the same&lt;BR /&gt;# scoreboard file. The scoreboard file MUST BE STORED ON A LOCAL DISK.&lt;BR /&gt;#&lt;BR /&gt;ScoreBoardFile logs/apache_runtime_status&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# PidFile: The file in which the server should record its process&lt;BR /&gt;# identification number when it starts.&lt;BR /&gt;#&lt;BR /&gt;PidFile logs/httpd.pid&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Timeout: The number of seconds before receives and sends time out.&lt;BR /&gt;#&lt;BR /&gt;Timeout 300&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# KeepAlive: Whether or not to allow persistent connections (more than&lt;BR /&gt;# one request per connection). Set to "Off" to deactivate.&lt;BR /&gt;#&lt;BR /&gt;KeepAlive On&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# MaxKeepAliveRequests: The maximum number of requests to allow&lt;BR /&gt;# during a persistent connection. Set to 0 to allow an unlimited amount.&lt;BR /&gt;# We recommend you leave this number high, for maximum performance.&lt;BR /&gt;#&lt;BR /&gt;MaxKeepAliveRequests 0&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# KeepAliveTimeout: Number of seconds to wait for the next request from the&lt;BR /&gt;# same client on the same connection.&lt;BR /&gt;#&lt;BR /&gt;KeepAliveTimeout 15&lt;BR /&gt;&lt;BR /&gt;##&lt;BR /&gt;## Server-Pool Size Regulation (MPM specific)&lt;BR /&gt;## &lt;BR /&gt;&lt;BR /&gt;# WinNT MPM&lt;BR /&gt;# ThreadsPerChild: constant number of worker threads in the server process&lt;BR /&gt;# MaxRequestsPerChild: maximum  number of requests a server process serves&lt;BR /&gt;&lt;IFMODULE mpm_winnt.c=""&gt;&lt;BR /&gt;ThreadsPerChild 250&lt;BR /&gt;MaxRequestsPerChild  0&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Listen: Allows you to bind Apache to specific IP addresses and/or&lt;BR /&gt;# ports, instead of the default. See also the &lt;VIRTUALHOST&gt;&lt;BR /&gt;# directive.&lt;BR /&gt;#&lt;BR /&gt;# Change this to Listen on specific IP addresses as shown below to &lt;BR /&gt;# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)&lt;BR /&gt;#&lt;BR /&gt;#Listen 12.34.56.78:80&lt;BR /&gt;Listen 65254&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Dynamic Shared Object (DSO) Support&lt;BR /&gt;#&lt;BR /&gt;# To be able to use the functionality of a module which was built as a DSO you&lt;BR /&gt;# have to place corresponding `LoadModule' lines at this location so the&lt;BR /&gt;# directives contained in it are actually available _before_ they are used.&lt;BR /&gt;# Statically compiled modules (those listed by `httpd -l') do not need&lt;BR /&gt;# to be loaded here.&lt;BR /&gt;#&lt;BR /&gt;# Example:&lt;BR /&gt;# LoadModule foo_module modules/mod_foo.so&lt;BR /&gt;#&lt;BR /&gt;LoadModule access_module modules/mod_access.so&lt;BR /&gt;LoadModule actions_module modules/mod_actions.so&lt;BR /&gt;LoadModule alias_module modules/mod_alias.so&lt;BR /&gt;LoadModule asis_module modules/mod_asis.so&lt;BR /&gt;LoadModule auth_module modules/mod_auth.so&lt;BR /&gt;#LoadModule auth_anon_module modules/mod_auth_anon.so&lt;BR /&gt;#LoadModule auth_dbm_module modules/mod_auth_dbm.so&lt;BR /&gt;#LoadModule auth_digest_module modules/mod_auth_digest.so&lt;BR /&gt;LoadModule autoindex_module modules/mod_autoindex.so&lt;BR /&gt;#LoadModule cern_meta_module modules/mod_cern_meta.so&lt;BR /&gt;LoadModule cgi_module modules/mod_cgi.so&lt;BR /&gt;#LoadModule dav_module modules/mod_dav.so&lt;BR /&gt;#LoadModule dav_fs_module modules/mod_dav_fs.so&lt;BR /&gt;LoadModule dir_module modules/mod_dir.so&lt;BR /&gt;LoadModule env_module modules/mod_env.so&lt;BR /&gt;#LoadModule expires_module modules/mod_expires.so&lt;BR /&gt;#LoadModule file_cache_module modules/mod_file_cache.so&lt;BR /&gt;#LoadModule headers_module modules/mod_headers.so&lt;BR /&gt;LoadModule imap_module modules/mod_imap.so&lt;BR /&gt;LoadModule include_module modules/mod_include.so&lt;BR /&gt;#LoadModule info_module modules/mod_info.so&lt;BR /&gt;LoadModule isapi_module modules/mod_isapi.so&lt;BR /&gt;LoadModule log_config_module modules/mod_log_config.so&lt;BR /&gt;LoadModule mime_module modules/mod_mime.so&lt;BR /&gt;#LoadModule mime_magic_module modules/mod_mime_magic.so&lt;BR /&gt;#LoadModule proxy_module modules/mod_proxy.so&lt;BR /&gt;#LoadModule proxy_connect_module modules/mod_proxy_connect.so&lt;BR /&gt;#LoadModule proxy_http_module modules/mod_proxy_http.so&lt;BR /&gt;#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so&lt;BR /&gt;LoadModule negotiation_module modules/mod_negotiation.so&lt;BR /&gt;#LoadModule rewrite_module modules/mod_rewrite.so&lt;BR /&gt;LoadModule setenvif_module modules/mod_setenvif.so&lt;BR /&gt;#LoadModule speling_module modules/mod_speling.so&lt;BR /&gt;#LoadModule status_module modules/mod_status.so&lt;BR /&gt;#LoadModule unique_id_module modules/mod_unique_id.so&lt;BR /&gt;LoadModule userdir_module modules/mod_userdir.so&lt;BR /&gt;#LoadModule usertrack_module modules/mod_usertrack.so&lt;BR /&gt;#LoadModule vhost_alias_module modules/mod_vhost_alias.so&lt;BR /&gt;#LoadModule ssl_module modules/mod_ssl.so&lt;BR /&gt;#LoadModule perl_module modules/mod_perl.so&lt;BR /&gt;LoadModule CAsp2AP_Module "C:\WINDOWS\system32\chiliasp\apachmod20_43.dll"&lt;BR /&gt;CaspLib "C:\WINDOWS\system32\chiliasp"&lt;BR /&gt;# CAspDebug "5" "c:\ApachMod.log"&lt;BR /&gt;&lt;BR /&gt;#LoadModule php5_module "c:\Program_Files\php\sapi\php5apache2.dll"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;#  Reconstruction of the complete module list from all available modules&lt;BR /&gt;#  (static and shared ones) to achieve correct module execution order.&lt;BR /&gt;#&lt;BR /&gt;# The modules listed below, without a corresponding LoadModule directive,&lt;BR /&gt;# are static bound into the standard Apache binary distribution for Windows.&lt;BR /&gt;#&lt;BR /&gt;# Note: The order in which modules are loaded is important.  Don't change&lt;BR /&gt;# the order below without expert advice.&lt;BR /&gt;# ExtendedStatus controls whether Apache will generate "full" status&lt;BR /&gt;# information (ExtendedStatus On) or just basic information (ExtendedStatus&lt;BR /&gt;# Off) when the "server-status" handler is called. The default is Off.&lt;BR /&gt;#&lt;BR /&gt;#ExtendedStatus On&lt;BR /&gt;&lt;BR /&gt;### Section 2: 'Main' server configuration&lt;BR /&gt;#&lt;BR /&gt;# The directives in this section set up the values used by the 'main'&lt;BR /&gt;# server, which responds to any requests that aren't handled by a&lt;BR /&gt;# &lt;VIRTUALHOST&gt; definition.  These values also provide defaults for&lt;BR /&gt;# any &lt;VIRTUALHOST&gt; containers you may define later in the file.&lt;BR /&gt;#&lt;BR /&gt;# All of these directives may appear inside &lt;VIRTUALHOST&gt; containers,&lt;BR /&gt;# in which case these default settings will be overridden for the&lt;BR /&gt;# virtual host being defined.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# ServerAdmin: Your address, where problems with the server should be&lt;BR /&gt;# e-mailed.  This address appears on some server-generated pages, such&lt;BR /&gt;# as error documents.  e.g. admin@your-domain.com&lt;BR /&gt;#&lt;BR /&gt;ServerAdmin ADMIN@getwhatUwant.com&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# ServerName gives the name and port that the server uses to identify itself.&lt;BR /&gt;# This can often be determined automatically, but we recommend you specify&lt;BR /&gt;# it explicitly to prevent problems during startup.&lt;BR /&gt;#&lt;BR /&gt;# If this is not set to valid DNS name for your host, server-generated&lt;BR /&gt;# redirections will not work.  See also the UseCanonicalName directive.&lt;BR /&gt;#&lt;BR /&gt;# If your host doesn't have a registered DNS name, enter its IP address here.&lt;BR /&gt;# You will have to access it by its address anyway, and this will make &lt;BR /&gt;# redirections work in a sensible way.&lt;BR /&gt;#&lt;BR /&gt;ServerName &lt;A href="http://www.getwhatUwant.com:65254" target="_blank"&gt;www.getwhatUwant.com:65254&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# UseCanonicalName: Determines how Apache constructs self-referencing &lt;BR /&gt;# URLs and the SERVER_NAME and SERVER_PORT variables.&lt;BR /&gt;# When set "Off", Apache will use the Hostname and Port supplied&lt;BR /&gt;# by the client.  When set "On", Apache will use the value of the&lt;BR /&gt;# ServerName directive.&lt;BR /&gt;#&lt;BR /&gt;UseCanonicalName Off&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# DocumentRoot: The directory out of which you will serve your&lt;BR /&gt;# documents. By default, all requests are taken from this directory, but&lt;BR /&gt;# symbolic links and aliases may be used to point to other locations.&lt;BR /&gt;#&lt;BR /&gt;DocumentRoot "C:/Program_Files/Apache Group/Apache2/htdocs"&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Each directory to which Apache has access can be configured with respect&lt;BR /&gt;# to which services and features are allowed and/or disabled in that&lt;BR /&gt;# directory (and its subdirectories). &lt;BR /&gt;#&lt;BR /&gt;# First, we configure the "default" to be a very restrictive set of &lt;BR /&gt;# features.  &lt;BR /&gt;#&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;    Options FollowSymLinks&lt;BR /&gt;    AllowOverride None&lt;BR /&gt;&lt;/VIRTUALHOST&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Note that from this point forward you must specifically allow&lt;BR /&gt;# particular features to be enabled - so if something's not working as&lt;BR /&gt;# you might expect, make sure that you have specifically enabled it&lt;BR /&gt;# below.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# This should be changed to whatever you set DocumentRoot to.&lt;BR /&gt;#&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Possible values for the Options directive are "None", "All",&lt;BR /&gt;# or any combination of:&lt;BR /&gt;#   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews&lt;BR /&gt;#&lt;BR /&gt;# Note that "MultiViews" must be named *explicitly* --- "Options All"&lt;BR /&gt;# doesn't give it to you.&lt;BR /&gt;#&lt;BR /&gt;# The Options directive is both complicated and important.  Please see&lt;BR /&gt;# &lt;A href="http://httpd.apache.org/docs-2.0/mod/core.html#options" target="_blank"&gt;http://httpd.apache.org/docs-2.0/mod/core.html#options&lt;/A&gt;&lt;BR /&gt;# for more information.&lt;BR /&gt;#&lt;BR /&gt;    Options Indexes FollowSymLinks Includes&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# AllowOverride controls what directives may be placed in .htaccess files.&lt;BR /&gt;# It can be "All", "None", or any combination of the keywords:&lt;BR /&gt;#   Options FileInfo AuthConfig Limit&lt;BR /&gt;#&lt;BR /&gt;    AllowOverride All&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Controls who can get stuff from this server.&lt;BR /&gt;#&lt;BR /&gt;    Order allow,deny&lt;BR /&gt;    Allow from all&lt;BR /&gt;&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# UserDir: The name of the directory that is appended onto a user's home&lt;BR /&gt;# directory if a ~user request is received.  Be especially careful to use&lt;BR /&gt;# proper, forward slashes here.  On Windows NT, "Personal/My Website"&lt;BR /&gt;# is a more appropriate choice.&lt;BR /&gt;#&lt;BR /&gt;UserDir "apache/users"&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Control access to UserDir directories.  The following is an example&lt;BR /&gt;# for a site where these directories are restricted to read-only.&lt;BR /&gt;#&lt;BR /&gt;# You must correct the path for the root to match your system's configured&lt;BR /&gt;# user directory location, e.g. "C:/WinNT/profiles/*/My Documents/My Website"&lt;BR /&gt;# or whichever, as appropriate.&lt;BR /&gt;#&lt;BR /&gt;#&lt;DIRECTORY&gt;&lt;BR /&gt;#    AllowOverride FileInfo AuthConfig Limit&lt;BR /&gt;#    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec&lt;BR /&gt;#    &lt;LIMIT get="" post="" options="" propfind=""&gt;&lt;BR /&gt;#        Order allow,deny&lt;BR /&gt;#        Allow from all&lt;BR /&gt;#    &lt;/LIMIT&gt;&lt;BR /&gt;#    &lt;LIMITEXCEPT get="" post="" options="" propfind=""&gt;&lt;BR /&gt;#        Order deny,allow&lt;BR /&gt;#        Deny from all&lt;BR /&gt;#    &lt;/LIMITEXCEPT&gt;&lt;BR /&gt;#&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# DirectoryIndex: sets the file that Apache will serve if a directory&lt;BR /&gt;# is requested.&lt;BR /&gt;#&lt;BR /&gt;# The index.html.var file (a type-map) is used to deliver content-&lt;BR /&gt;# negotiated documents.  The MultiViews Option can be used for the &lt;BR /&gt;# same purpose, but it is much slower.&lt;BR /&gt;#&lt;BR /&gt;DirectoryIndex index.html index.html.var index.shtml index.wml index.pwml index.php index.php3 index.php4 index.htm tek9.asp, default.asp, default.htm index.asp&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# AccessFileName: The name of the file to look for in each directory&lt;BR /&gt;# for additional configuration directives.  See also the AllowOverride &lt;BR /&gt;# directive.&lt;BR /&gt;#&lt;BR /&gt;AccessFileName .htaccess&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# The following lines prevent .htaccess and .htpasswd files from being &lt;BR /&gt;# viewed by Web clients. &lt;BR /&gt;#&lt;BR /&gt;&lt;FILES&gt;&lt;BR /&gt;    Order allow,deny&lt;BR /&gt;    Deny from all&lt;BR /&gt;    Satisfy All&lt;BR /&gt;&lt;/FILES&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# TypesConfig describes where the mime.types file (or equivalent) is&lt;BR /&gt;# to be found.&lt;BR /&gt;#&lt;BR /&gt;TypesConfig conf/mime.types&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# DefaultType is the default MIME type the server will use for a document&lt;BR /&gt;# if it cannot otherwise determine one, such as from filename extensions.&lt;BR /&gt;# If your server contains mostly text or HTML documents, "text/plain" is&lt;BR /&gt;# a good value.  If most of your content is binary, such as applications&lt;BR /&gt;# or images, you may want to use "application/octet-stream" instead to&lt;BR /&gt;# keep browsers from trying to display binary files as though they are&lt;BR /&gt;# text.&lt;BR /&gt;#&lt;BR /&gt;DefaultType text/plain&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# The mod_mime_magic module allows the server to use various hints from the&lt;BR /&gt;# contents of the file itself to determine its type.  The MIMEMagicFile&lt;BR /&gt;# directive tells the module where the hint definitions are located.&lt;BR /&gt;#&lt;BR /&gt;&lt;IFMODULE mod_mime_magic.c=""&gt;&lt;BR /&gt;    MIMEMagicFile conf/magic&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# HostnameLookups: Log the names of clients or just their IP addresses&lt;BR /&gt;# e.g., &lt;A href="http://www.apache.org" target="_blank"&gt;www.apache.org&lt;/A&gt; (on) or 204.62.129.132 (off).&lt;BR /&gt;# The default is off because it'd be overall better for the net if people&lt;BR /&gt;# had to knowingly turn this feature on, since enabling it means that&lt;BR /&gt;# each client request will result in AT LEAST one lookup request to the&lt;BR /&gt;# nameserver.&lt;BR /&gt;#&lt;BR /&gt;HostnameLookups Off&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# EnableMMAP: Control whether memory-mapping is used to deliver&lt;BR /&gt;# files (assuming that the underlying OS supports it).&lt;BR /&gt;# The default is on; turn this off if you serve from NFS-mounted &lt;BR /&gt;# filesystems.  On some systems, turning it off (regardless of&lt;BR /&gt;# filesystem) can improve performance; for details, please see&lt;BR /&gt;# &lt;A href="http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap" target="_blank"&gt;http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap&lt;/A&gt;&lt;BR /&gt;#&lt;BR /&gt;#EnableMMAP off&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# EnableSendfile: Control whether the sendfile kernel support is &lt;BR /&gt;# used  to deliver files (assuming that the OS supports it).&lt;BR /&gt;# The default is on; turn this off if you serve from NFS-mounted &lt;BR /&gt;# filesystems.  Please see&lt;BR /&gt;# &lt;A href="http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile" target="_blank"&gt;http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile&lt;/A&gt;&lt;BR /&gt;#&lt;BR /&gt;#EnableSendfile off&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# ErrorLog: The location of the error log file.&lt;BR /&gt;# If you do not specify an ErrorLog directive within a &lt;VIRTUALHOST&gt;&lt;BR /&gt;# container, error messages relating to that virtual host will be&lt;BR /&gt;# logged here.  If you *do* define an error logfile for a &lt;VIRTUALHOST&gt;&lt;BR /&gt;# container, that host's errors will be logged there and not here.&lt;BR /&gt;#&lt;BR /&gt;ErrorLog logs/error.log&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# LogLevel: Control the number of messages logged to the error.log.&lt;BR /&gt;# Possible values include: debug, info, notice, warn, error, crit,&lt;BR /&gt;# alert, emerg.&lt;BR /&gt;#&lt;BR /&gt;LogLevel warn&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# The following directives define some format nicknames for use with&lt;BR /&gt;# a CustomLog directive (see below).&lt;BR /&gt;#&lt;BR /&gt;LogFormat "%h %l %u %t \"%r\" %&amp;gt;s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined&lt;BR /&gt;LogFormat "%h %l %u %t \"%r\" %&amp;gt;s %b" common&lt;BR /&gt;LogFormat "%{Referer}i -&amp;gt; %U" referer&lt;BR /&gt;LogFormat "%{User-agent}i" agent&lt;BR /&gt;&lt;BR /&gt;# You need to enable mod_logio.c to use %I and %O&lt;BR /&gt;#LogFormat "%h %l %u %t \"%r\" %&amp;gt;s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# The location and format of the access logfile (Common Logfile Format).&lt;BR /&gt;# If you do not define any access logfiles within a &lt;VIRTUALHOST&gt;&lt;BR /&gt;# container, they will be logged here.  Contrariwise, if you *do*&lt;BR /&gt;# define per-&lt;VIRTUALHOST&gt; access logfiles, transactions will be&lt;BR /&gt;# logged therein and *not* in this file.&lt;BR /&gt;#&lt;BR /&gt;CustomLog logs/access.log common&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# If you would like to have agent and referer logfiles, uncomment the&lt;BR /&gt;# following directives.&lt;BR /&gt;#&lt;BR /&gt;#CustomLog logs/referer.log referer&lt;BR /&gt;#CustomLog logs/agent.log agent&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# If you prefer a single logfile with access, agent, and referer information&lt;BR /&gt;# (Combined Logfile Format) you can use the following directive.&lt;BR /&gt;#&lt;BR /&gt;#CustomLog logs/access.log combined&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# ServerTokens&lt;BR /&gt;# This directive configures what you return as the Server HTTP response&lt;BR /&gt;# Header. The default is 'Full' which sends information about the OS-Type&lt;BR /&gt;# and compiled in modules.&lt;BR /&gt;# Set to one of:  Full | OS | Minor | Minimal | Major | Prod&lt;BR /&gt;# where Full conveys the most information, and Prod the least.&lt;BR /&gt;#&lt;BR /&gt;ServerTokens Full&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Optionally add a line containing the server version and virtual host&lt;BR /&gt;# name to server-generated pages (internal error documents, FTP directory &lt;BR /&gt;# listings, mod_status and mod_info output etc., but not CGI generated &lt;BR /&gt;# documents or custom error documents).&lt;BR /&gt;# Set to "EMail" to also include a mailto: link to the ServerAdmin.&lt;BR /&gt;# Set to one of:  On | Off | EMail&lt;BR /&gt;#&lt;BR /&gt;ServerSignature Email&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Aliases: Add here as many aliases as you need (with no limit). The format is &lt;BR /&gt;# Alias fakename realname&lt;BR /&gt;#&lt;BR /&gt;# Note that if you include a trailing / on fakename then the server will&lt;BR /&gt;# require it to be present in the URL.  So "/icons" isn't aliased in this&lt;BR /&gt;# example, only "/icons/".  If the fakename is slash-terminated, then the &lt;BR /&gt;# realname must also be slash terminated, and if the fakename omits the &lt;BR /&gt;# trailing slash, the realname must also omit it.&lt;BR /&gt;#&lt;BR /&gt;# We include the /icons/ alias for FancyIndexed directory listings.  If you&lt;BR /&gt;# do not use FancyIndexing, you may comment this out.&lt;BR /&gt;#&lt;BR /&gt;Alias /caspsamp "C:\Program Files\Sun ONE ASP\Samples"&lt;BR /&gt;Alias /caspdoc "C:\Program Files\Sun ONE ASP\UserGuide"&lt;BR /&gt;Alias /icons/ "C:\Program_Files\Apache Group\Apache2\icons\"&lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;    Options Indexes MultiViews&lt;BR /&gt;    AllowOverride None&lt;BR /&gt;    Order allow,deny&lt;BR /&gt;    Allow from all&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# This should be changed to the ServerRoot/manual/.  The alias provides&lt;BR /&gt;# the manual, even if you choose to move your DocumentRoot.  You may comment&lt;BR /&gt;# this out if you do not care for the documentation.&lt;BR /&gt;#&lt;BR /&gt;AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "C:/Program_Files/Apache Group/Apache2/manual$1"&lt;BR /&gt;#&lt;BR /&gt;&lt;IFMODULE mod_alias.c=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;    Options Indexes&lt;BR /&gt;    AllowOverride None&lt;BR /&gt;    Order allow,deny&lt;BR /&gt;    Allow from all&lt;BR /&gt;&lt;BR /&gt;    &lt;FILES&gt;&lt;BR /&gt;        SetHandler type-map&lt;BR /&gt;    &lt;/FILES&gt;&lt;BR /&gt;&lt;BR /&gt;    SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|ru)/ prefer-language=$1&lt;BR /&gt;    RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;    Alias /mysql/ "C:/Program_Files/PHP/PHP_Administration/"&lt;BR /&gt;&lt;BR /&gt;    &lt;DIRECTORY&gt;&lt;BR /&gt;        Options FollowSymLinks Indexes&lt;BR /&gt;        AllowOverride None&lt;BR /&gt;        Order deny,allow&lt;BR /&gt;        allow from getwhatuwant.com &lt;BR /&gt; allow from 127.0.0.1&lt;BR /&gt;        deny from all&lt;BR /&gt;    &lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Alias /home/ "C:/Program_Files/PHP/HOME/"&lt;BR /&gt;&lt;BR /&gt;    &lt;DIRECTORY&gt;&lt;BR /&gt;        Options FollowSymLinks Indexes&lt;BR /&gt;        AllowOverride None&lt;BR /&gt;        Order deny,allow&lt;BR /&gt;        allow from getwhatuwant.com &lt;BR /&gt; allow from 127.0.0.1&lt;BR /&gt;        deny from all&lt;BR /&gt;    &lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# ScriptAlias: This controls which directories contain server scripts.&lt;BR /&gt;# ScriptAliases are essentially the same as Aliases, except that&lt;BR /&gt;# documents in the realname directory are treated as applications and&lt;BR /&gt;# run by the server when requested rather than as documents sent to the client.&lt;BR /&gt;# The same rules about trailing "/" apply to ScriptAlias directives as to&lt;BR /&gt;# Alias.&lt;BR /&gt;#&lt;BR /&gt;ScriptAlias /cgi-bin/ "C:/Program_Files/Apache Group/Apache2/cgi-bin/"&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# "C:/Program_Files/Apache Group/Apache2/cgi-bin" should be changed to whatever your ScriptAliased&lt;BR /&gt;# CGI directory exists, if you have that configured.&lt;BR /&gt;#&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;    AllowOverride None&lt;BR /&gt;    Options None&lt;BR /&gt;    Order allow,deny&lt;BR /&gt;    Allow from all&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;# End of aliases.&lt;BR /&gt;#&lt;BR /&gt;&lt;IFMODULE mod_autoindex.c=""&gt;&lt;BR /&gt;&lt;BR /&gt;# Redirect allows you to tell clients about documents which used to exist in&lt;BR /&gt;# your server's namespace, but do not anymore. This allows you to tell the&lt;BR /&gt;# clients where to look for the relocated document.&lt;BR /&gt;# Example:&lt;BR /&gt;# Redirect permanent /foo &lt;A href="http://www.example.com/bar" target="_blank"&gt;http://www.example.com/bar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Directives controlling the display of server-generated directory listings.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# IndexOptions: Controls the appearance of server-generated directory&lt;BR /&gt;# listings.&lt;BR /&gt;#&lt;BR /&gt;IndexOptions FancyIndexing VersionSort&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# AddIcon* directives tell the server which icon to show for different&lt;BR /&gt;# files or filename extensions.  These are only displayed for&lt;BR /&gt;# FancyIndexed directories.&lt;BR /&gt;#&lt;BR /&gt;AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip&lt;BR /&gt;&lt;BR /&gt;AddIconByType (TXT,/icons/text.gif) text/*&lt;BR /&gt;AddIconByType (IMG,/icons/image2.gif) image/*&lt;BR /&gt;AddIconByType (SND,/icons/sound2.gif) audio/*&lt;BR /&gt;AddIconByType (VID,/icons/movie.gif) video/*&lt;BR /&gt;&lt;BR /&gt;AddIcon /icons/binary.gif .bin .exe&lt;BR /&gt;AddIcon /icons/binhex.gif .hqx&lt;BR /&gt;AddIcon /icons/tar.gif .tar&lt;BR /&gt;AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv&lt;BR /&gt;AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip&lt;BR /&gt;AddIcon /icons/a.gif .ps .ai .eps&lt;BR /&gt;AddIcon /icons/layout.gif .html .shtml .htm .pdf&lt;BR /&gt;AddIcon /icons/text.gif .txt&lt;BR /&gt;AddIcon /icons/c.gif .c&lt;BR /&gt;AddIcon /icons/p.gif .pl .py&lt;BR /&gt;AddIcon /icons/f.gif .for&lt;BR /&gt;AddIcon /icons/dvi.gif .dvi&lt;BR /&gt;AddIcon /icons/uuencoded.gif .uu&lt;BR /&gt;AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl&lt;BR /&gt;AddIcon /icons/tex.gif .tex&lt;BR /&gt;AddIcon /icons/bomb.gif core&lt;BR /&gt;&lt;BR /&gt;AddIcon /icons/back.gif ..&lt;BR /&gt;AddIcon /icons/hand.right.gif README&lt;BR /&gt;AddIcon /icons/folder.gif ^^DIRECTORY^^&lt;BR /&gt;AddIcon /icons/blank.gif ^^BLANKICON^^&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# DefaultIcon is which icon to show for files which do not have an icon&lt;BR /&gt;# explicitly set.&lt;BR /&gt;#&lt;BR /&gt;DefaultIcon /icons/unknown.gif&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# AddDescription allows you to place a short description after a file in&lt;BR /&gt;# server-generated indexes.  These are only displayed for FancyIndexed&lt;BR /&gt;# directories.&lt;BR /&gt;# Format: AddDescription "description" filename&lt;BR /&gt;#&lt;BR /&gt;    AddDescription "GZIP compressed document" .gz&lt;BR /&gt;    AddDescription "tar archive" .tar&lt;BR /&gt;    AddDescription "GZIP compressed tar archive" .tgz&lt;BR /&gt;    AddDescription "ZIP archive" .zip&lt;BR /&gt;    AddDescription "CAB archive" .cab&lt;BR /&gt;    AddDescription "Win32 Executable" .exe&lt;BR /&gt;#&lt;BR /&gt;# ReadmeName is the name of the README file the server will look for by&lt;BR /&gt;# default, and append to directory listings.&lt;BR /&gt;#&lt;BR /&gt;# HeaderName is the name of a file which should be prepended to&lt;BR /&gt;# directory indexes. &lt;BR /&gt;ReadmeName README.html&lt;BR /&gt;HeaderName HEADER.html&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# IndexIgnore is a set of filenames which directory indexing should ignore&lt;BR /&gt;# and not include in the listing.  Shell-style wildcarding is permitted.&lt;BR /&gt;#&lt;BR /&gt;IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t&lt;BR /&gt;&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;# End of indexing directives.&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# Document types.&lt;BR /&gt;#&lt;BR /&gt;&lt;IFMODULE mod_mime.c=""&gt;&lt;BR /&gt;&lt;BR /&gt;    #&lt;BR /&gt;    # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress&lt;BR /&gt;    # information on the fly. Note: Not all browsers support this.&lt;BR /&gt;    # Despite the name similarity, the following Add* directives have nothing&lt;BR /&gt;    # to do with the FancyIndexing customization directives above.&lt;BR /&gt;    #&lt;BR /&gt;    AddEncoding x-compress Z&lt;BR /&gt;    AddEncoding x-gzip gz tgz&lt;BR /&gt;#&lt;BR /&gt;# DefaultLanguage and AddLanguage allows you to specify the language of &lt;BR /&gt;# a document. You can then use content negotiation to give a browser a &lt;BR /&gt;# file in a language the user can understand.&lt;BR /&gt;#&lt;BR /&gt;# Specify a default language. This means that all data&lt;BR /&gt;# going out without a specific language tag (see below) will &lt;BR /&gt;# be marked with this one. You probably do NOT want to set&lt;BR /&gt;# this unless you are sure it is correct for all cases.&lt;BR /&gt;#&lt;BR /&gt;# * It is generally better to not mark a page as &lt;BR /&gt;# * being a certain language than marking it with the wrong&lt;BR /&gt;# * language!&lt;BR /&gt;#&lt;BR /&gt;# DefaultLanguage nl&lt;BR /&gt;#&lt;BR /&gt;# Note 1: The suffix does not have to be the same as the language&lt;BR /&gt;# keyword --- those with documents in Polish (whose net-standard&lt;BR /&gt;# language code is pl) may wish to use "AddLanguage pl .po" to&lt;BR /&gt;# avoid the ambiguity with the common suffix for perl scripts.&lt;BR /&gt;#&lt;BR /&gt;# Note 2: The example entries below illustrate that in some cases &lt;BR /&gt;# the two character 'Language' abbreviation is not identical to &lt;BR /&gt;# the two character 'Country' code for its country,&lt;BR /&gt;# E.g. 'Danmark/dk' versus 'Danish/da'.&lt;BR /&gt;#&lt;BR /&gt;# Note 3: In the case of 'ltz' we violate the RFC by using a three char&lt;BR /&gt;# specifier. There is 'work in progress' to fix this and get&lt;BR /&gt;# the reference data for rfc1766 cleaned up.&lt;BR /&gt;#&lt;BR /&gt;# Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl)&lt;BR /&gt;# English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)&lt;BR /&gt;# Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)&lt;BR /&gt;# Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)&lt;BR /&gt;# Norwegian (no) - Polish (pl) - Portugese (pt)&lt;BR /&gt;# Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)&lt;BR /&gt;# Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW)&lt;BR /&gt;#&lt;BR /&gt;AddLanguage ca .ca&lt;BR /&gt;AddLanguage cs .cz .cs&lt;BR /&gt;AddLanguage da .dk&lt;BR /&gt;AddLanguage de .de&lt;BR /&gt;AddLanguage el .el&lt;BR /&gt;AddLanguage en .en&lt;BR /&gt;AddLanguage eo .eo&lt;BR /&gt;AddLanguage es .es&lt;BR /&gt;AddLanguage et .et&lt;BR /&gt;AddLanguage fr .fr&lt;BR /&gt;AddLanguage he .he&lt;BR /&gt;AddLanguage hr .hr&lt;BR /&gt;AddLanguage it .it&lt;BR /&gt;AddLanguage ja .ja&lt;BR /&gt;AddLanguage ko .ko&lt;BR /&gt;AddLanguage ltz .ltz&lt;BR /&gt;AddLanguage nl .nl&lt;BR /&gt;AddLanguage nn .nn&lt;BR /&gt;AddLanguage no .no&lt;BR /&gt;AddLanguage pl .po&lt;BR /&gt;AddLanguage pt .pt&lt;BR /&gt;AddLanguage pt-BR .pt-br&lt;BR /&gt;AddLanguage ru .ru&lt;BR /&gt;AddLanguage sv .sv&lt;BR /&gt;AddLanguage zh-CN .zh-cn&lt;BR /&gt;AddLanguage zh-TW .zh-tw&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# LanguagePriority allows you to give precedence to some languages&lt;BR /&gt;# in case of a tie during content negotiation.&lt;BR /&gt;#&lt;BR /&gt;# Just list the languages in decreasing order of preference. We have&lt;BR /&gt;# more or less alphabetized them here. You probably want to change this.&lt;BR /&gt;#&lt;BR /&gt;LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# ForceLanguagePriority allows you to serve a result page rather than&lt;BR /&gt;# MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback)&lt;BR /&gt;# [in case no accepted languages matched the available variants]&lt;BR /&gt;#&lt;BR /&gt;ForceLanguagePriority Prefer Fallback&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Commonly used filename extensions to character sets. You probably&lt;BR /&gt;# want to avoid clashes with the language extensions, unless you&lt;BR /&gt;# are good at carefully testing your setup after each change.&lt;BR /&gt;# See &lt;A href="http://www.iana.org/assignments/character-sets" target="_blank"&gt;http://www.iana.org/assignments/character-sets&lt;/A&gt; for the&lt;BR /&gt;# official list of charset names and their respective RFCs.&lt;BR /&gt;#&lt;BR /&gt;AddCharset ISO-8859-1  .iso8859-1 .latin1&lt;BR /&gt;AddCharset ISO-8859-2  .iso8859-2 .latin2 .cen&lt;BR /&gt;AddCharset ISO-8859-3  .iso8859-3 .latin3&lt;BR /&gt;AddCharset ISO-8859-4  .iso8859-4 .latin4&lt;BR /&gt;AddCharset ISO-8859-5  .iso8859-5 .latin5 .cyr .iso-ru&lt;BR /&gt;AddCharset ISO-8859-6  .iso8859-6 .latin6 .arb&lt;BR /&gt;AddCharset ISO-8859-7  .iso8859-7 .latin7 .grk&lt;BR /&gt;AddCharset ISO-8859-8  .iso8859-8 .latin8 .heb&lt;BR /&gt;AddCharset ISO-8859-9  .iso8859-9 .latin9 .trk&lt;BR /&gt;AddCharset ISO-2022-JP .iso2022-jp .jis&lt;BR /&gt;AddCharset ISO-2022-KR .iso2022-kr .kis&lt;BR /&gt;AddCharset ISO-2022-CN .iso2022-cn .cis&lt;BR /&gt;AddCharset Big5        .Big5       .big5&lt;BR /&gt;# For russian, more than one charset is used (depends on client, mostly):&lt;BR /&gt;AddCharset WINDOWS-1251 .cp-1251   .win-1251&lt;BR /&gt;AddCharset CP866       .cp866&lt;BR /&gt;AddCharset KOI8-r      .koi8-r .koi8-ru&lt;BR /&gt;AddCharset KOI8-ru     .koi8-uk .ua&lt;BR /&gt;AddCharset ISO-10646-UCS-2 .ucs2&lt;BR /&gt;AddCharset ISO-10646-UCS-4 .ucs4&lt;BR /&gt;AddCharset UTF-8       .utf8&lt;BR /&gt;&lt;BR /&gt;# The set below does not map to a specific (iso) standard&lt;BR /&gt;# but works on a fairly wide range of browsers. Note that&lt;BR /&gt;# capitalization actually matters (it should not, but it&lt;BR /&gt;# does for some browsers).&lt;BR /&gt;#&lt;BR /&gt;# See &lt;A href="http://www.iana.org/assignments/character-sets" target="_blank"&gt;http://www.iana.org/assignments/character-sets&lt;/A&gt;&lt;BR /&gt;# for a list of sorts. But browsers support few.&lt;BR /&gt;#&lt;BR /&gt;AddCharset GB2312      .gb2312 .gb &lt;BR /&gt;AddCharset utf-7       .utf7&lt;BR /&gt;AddCharset utf-8       .utf8&lt;BR /&gt;AddCharset big5        .big5 .b5&lt;BR /&gt;AddCharset EUC-TW      .euc-tw&lt;BR /&gt;AddCharset EUC-JP      .euc-jp&lt;BR /&gt;AddCharset EUC-KR      .euc-kr&lt;BR /&gt;AddCharset shift_jis   .sjis&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# AddType allows you to add to or override the MIME configuration&lt;BR /&gt;# file mime.types for specific file types.&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt; ScriptAlias /php/ "C:/Program_Files/php"&lt;BR /&gt;AddType application/x-httpd-php .php&lt;BR /&gt;AddType application/x-httpd-php .php3&lt;BR /&gt;AddType application/x-httpd-php .htm&lt;BR /&gt;AddType application/x-httpd-php .html&lt;BR /&gt;#Action application/x-httpd-php "/php/php-cgi.exe"&lt;BR /&gt;AddType application/x-tar .tgz&lt;BR /&gt;    AddType image/x-icon .ico&lt;BR /&gt;    AddType application/vnd.wap.wmlc .wmlc&lt;BR /&gt;    AddType application/x-httpd-php .phtml .pwml .php3 .php4 .php .php2 .inc&lt;BR /&gt;    AddType text/vnd.wap.wml .wml&lt;BR /&gt;    AddType text/vnd.wap.wmlscript .wmls&lt;BR /&gt;    AddType text/vnd.wap.wmlscriptc .wmlsc&lt;BR /&gt;    AddType image/vnd.wap.wbmp .wbmp&lt;BR /&gt;&lt;BR /&gt;# AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress&lt;BR /&gt;# information on the fly. Note: Not all browsers support this.&lt;BR /&gt;# Despite the name similarity, the following Add* directives have nothing&lt;BR /&gt;# to do with the FancyIndexing customization directives above.&lt;BR /&gt;#&lt;BR /&gt;#AddEncoding x-compress .Z&lt;BR /&gt;#AddEncoding x-gzip .gz .tgz&lt;BR /&gt;#&lt;BR /&gt;# If the AddEncoding directives above are commented-out, then you&lt;BR /&gt;# probably should define those extensions to indicate media types:&lt;BR /&gt;#&lt;BR /&gt;AddType application/x-compress .Z&lt;BR /&gt;AddType application/x-gzip .gz .tgz&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# AddHandler allows you to map certain file extensions to "handlers":&lt;BR /&gt;# actions unrelated to filetype. These can be either built into the server&lt;BR /&gt;# or added with the Action directive (see below)&lt;BR /&gt;#&lt;BR /&gt;# To use CGI scripts outside of ScriptAliased directories:&lt;BR /&gt;# (You will also need to add "ExecCGI" to the "Options" directive.)&lt;BR /&gt;#&lt;BR /&gt;AddHandler chiliasp .asp&lt;BR /&gt;AddHandler chiliasp .asa&lt;BR /&gt;AddHandler cgi-script .cgi&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# To use server-parsed HTML files&lt;BR /&gt;    #&lt;BR /&gt;    AddType text/html .shtml&lt;BR /&gt;    AddHandler server-parsed .shtml&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# For files that include their own HTTP headers:&lt;BR /&gt;#&lt;BR /&gt;#AddHandler send-as-is asis&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# For server-parsed imagemap files:&lt;BR /&gt;#&lt;BR /&gt;#AddHandler imap-file map&lt;BR /&gt;#&lt;BR /&gt;# For type maps (negotiated resources):&lt;BR /&gt;# (This is enabled by default to allow the Apache "It Worked" page&lt;BR /&gt;#  to be distributed in multiple languages.)&lt;BR /&gt;#&lt;BR /&gt;AddHandler type-map var&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Filters allow you to process content before it is sent to the client.&lt;BR /&gt;#&lt;BR /&gt;# To parse .shtml files for server-side includes (SSI):&lt;BR /&gt;# (You will also need to add "Includes" to the "Options" directive.)&lt;BR /&gt;#&lt;BR /&gt;#AddType text/html .shtml&lt;BR /&gt;#AddOutputFilter INCLUDES .shtml&lt;BR /&gt;#&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;# End of document types.&lt;BR /&gt;#&lt;BR /&gt;# Action lets you define media types that will execute a script whenever&lt;BR /&gt;# a matching file is called. This eliminates the need for repeated URL&lt;BR /&gt;# pathnames for oft-used CGI file processors.&lt;BR /&gt;# Format: Action media/type /cgi-script/location&lt;BR /&gt;# Format: Action handler-name /cgi-script/location&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Customizable error responses come in three flavors:&lt;BR /&gt;# 1) plain text 2) local redirects 3) external redirects&lt;BR /&gt;#&lt;BR /&gt;# Some examples:&lt;BR /&gt;#ErrorDocument 500 "The server made a boo boo."&lt;BR /&gt;#ErrorDocument 404 /missing.html&lt;BR /&gt;#ErrorDocument 404 "/cgi-bin/missing_handler.pl"&lt;BR /&gt;#ErrorDocument 402 &lt;A href="http://www.example.com/subscription_info.html" target="_blank"&gt;http://www.example.com/subscription_info.html&lt;/A&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Putting this all together, we can internationalize error responses.&lt;BR /&gt;#&lt;BR /&gt;# We use Alias to redirect any /error/HTTP_&lt;ERROR&gt;.html.var response to&lt;BR /&gt;# our collection of by-error message multi-language collections.  We use &lt;BR /&gt;# includes to substitute the appropriate text.&lt;BR /&gt;#&lt;BR /&gt;# You can modify the messages' appearance without changing any of the&lt;BR /&gt;# default HTTP_&lt;ERROR&gt;.html.var files by adding the line:&lt;BR /&gt;#&lt;BR /&gt;#   Alias /error/include/ "/your/include/path/"&lt;BR /&gt;#&lt;BR /&gt;# which allows you to create your own set of files by starting with the&lt;BR /&gt;# @exp_errordir@/include/ files and copying them to /your/include/path/, &lt;BR /&gt;# even on a per-VirtualHost basis.  The default include files will display&lt;BR /&gt;# your Apache version number and your ServerAdmin email address regardless&lt;BR /&gt;# of the setting of ServerSignature.&lt;BR /&gt;#&lt;BR /&gt;# The internationalized error documents require mod_alias, mod_include&lt;BR /&gt;# and mod_negotiation.  To activate them, uncomment the following 30 lines.&lt;BR /&gt;&lt;BR /&gt;#    Alias /error/ "@exp_errordir@/"&lt;BR /&gt;#&lt;BR /&gt;#    &lt;DIRECTORY&gt;&lt;BR /&gt;#        AllowOverride None&lt;BR /&gt;#        Options IncludesNoExec&lt;BR /&gt;#        AddOutputFilter Includes html&lt;BR /&gt;#        AddHandler type-map var&lt;BR /&gt;#        Order allow,deny&lt;BR /&gt;#        Allow from all&lt;BR /&gt;#        LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr&lt;BR /&gt;#        ForceLanguagePriority Prefer Fallback&lt;BR /&gt;#    &lt;/DIRECTORY&gt;&lt;BR /&gt;#&lt;BR /&gt;#    ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var&lt;BR /&gt;#    ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var&lt;BR /&gt;#    ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var&lt;BR /&gt;#    ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var&lt;BR /&gt;#    ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var&lt;BR /&gt;#    ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var&lt;BR /&gt;#    ErrorDocument 410 /error/HTTP_GONE.html.var&lt;BR /&gt;#    ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var&lt;BR /&gt;#    ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var&lt;BR /&gt;#    ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var&lt;BR /&gt;#    ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var&lt;BR /&gt;#    ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var&lt;BR /&gt;#    ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var&lt;BR /&gt;#    ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var&lt;BR /&gt;#    ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var&lt;BR /&gt;#    ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var&lt;BR /&gt;#    ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# The following directives modify normal HTTP response behavior to&lt;BR /&gt;# handle known problems with browser implementations.&lt;BR /&gt;#&lt;BR /&gt;&lt;IFMODULE mod_setenvif.c=""&gt;&lt;BR /&gt;#&lt;BR /&gt;BrowserMatch "Mozilla/2" nokeepalive&lt;BR /&gt;BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0&lt;BR /&gt;BrowserMatch "RealPlayer 4\.0" force-response-1.0&lt;BR /&gt;BrowserMatch "Java/1\.0" force-response-1.0&lt;BR /&gt;BrowserMatch "JDK/1\.0" force-response-1.0&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# The following directive disables redirects on non-GET requests for&lt;BR /&gt;# a directory that does not include the trailing slash.  This fixes a &lt;BR /&gt;# problem with Microsoft WebFolders which does not appropriately handle &lt;BR /&gt;# redirects for folders with DAV methods.&lt;BR /&gt;# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.&lt;BR /&gt;#&lt;BR /&gt;BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully&lt;BR /&gt;BrowserMatch "^WebDrive" redirect-carefully&lt;BR /&gt;BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully&lt;BR /&gt;BrowserMatch "^gnome-vfs" redirect-carefully&lt;BR /&gt;&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;# End of browser customization directives&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# Allow server status reports generated by mod_status,&lt;BR /&gt;# with the URL of http://servername/server-status&lt;BR /&gt;# Change the ".getwhatUwant.com" to match your domain to enable.&lt;BR /&gt;#&lt;BR /&gt;#&lt;LOCATION&gt;&lt;BR /&gt;#    SetHandler server-status&lt;BR /&gt;#    Order deny,allow&lt;BR /&gt;#    Deny from all&lt;BR /&gt;#    Allow from .getwhatUwant.com&lt;BR /&gt;#&lt;/LOCATION&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Allow remote server configuration reports, with the URL of&lt;BR /&gt;#  http://servername/server-info (requires that mod_info.c be loaded).&lt;BR /&gt;# Change the ".getwhatUwant.com" to match your domain to enable.&lt;BR /&gt;#&lt;BR /&gt;#&lt;LOCATION&gt;&lt;BR /&gt;#    SetHandler server-info&lt;BR /&gt;#    Order deny,allow&lt;BR /&gt;#    Deny from all&lt;BR /&gt;#    Allow from .getwhatUwant.com&lt;BR /&gt;#&lt;/LOCATION&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Bring in additional module-specific configurations&lt;BR /&gt;#&lt;BR /&gt;&lt;IFMODULE mod_ssl.c=""&gt;&lt;BR /&gt;    Include conf/ssl.conf&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;### Section 3: Virtual Hosts&lt;BR /&gt;#&lt;BR /&gt;# VirtualHost: If you want to maintain multiple domains/hostnames on your&lt;BR /&gt;# machine you can setup VirtualHost containers for them. Most configurations&lt;BR /&gt;# use only name-based virtual hosts so the server doesn't need to worry about&lt;BR /&gt;# IP addresses. This is indicated by the asterisks in the directives below.&lt;BR /&gt;#&lt;BR /&gt;# Please see the documentation at &lt;BR /&gt;# &lt;&gt;&lt;/&gt;&lt;BR /&gt;# for further details before you try to setup virtual hosts.&lt;BR /&gt;#&lt;BR /&gt;# You may use the command line option '-S' to verify your virtual host&lt;BR /&gt;# configuration.&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Use name-based virtual hosting.&lt;BR /&gt;#&lt;BR /&gt;#NameVirtualHost *:80&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# VirtualHost example:&lt;BR /&gt;# Almost any Apache directive may go into a VirtualHost container.&lt;BR /&gt;# The first VirtualHost section is used for requests without a known&lt;BR /&gt;# server name.&lt;BR /&gt;#&lt;BR /&gt;#&lt;VIRTUALHOST&gt;&lt;BR /&gt;#    ServerAdmin webmaster@dummy-host.example.com&lt;BR /&gt;#    DocumentRoot /www/docs/dummy-host.example.com&lt;BR /&gt;#    ServerName dummy-host.example.com&lt;BR /&gt;#    ErrorLog logs/dummy-host.example.com-error_log&lt;BR /&gt;#    CustomLog logs/dummy-host.example.com-access_log common&lt;BR /&gt;#&lt;/VIRTUALHOST&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;VIRTUALHOST&gt;&lt;BR /&gt;ServerName localhost&lt;BR /&gt;DocumentRoot C:/getwhatuwant.com&lt;BR /&gt;&lt;/VIRTUALHOST&gt;&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# Directives to allow use of AWStats as a CGI&lt;BR /&gt;#&lt;BR /&gt;Alias /awstatsclasses "C:/Program Files/AWStats/wwwroot/classes/"&lt;BR /&gt;Alias /awstatscss "C:/Program Files/AWStats/wwwroot/css/"&lt;BR /&gt;Alias /awstatsicons "C:/Program Files/AWStats/wwwroot/icon/"&lt;BR /&gt;ScriptAlias /awstats/ "C:/Program Files/AWStats/wwwroot/cgi-bin/"&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# This is to permit URL access to scripts/files in AWStats directory.&lt;BR /&gt;#&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;    Options None&lt;BR /&gt;    AllowOverride None&lt;BR /&gt;    Order allow,deny&lt;BR /&gt;    Allow from all&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#adds support for ASP&lt;BR /&gt;#PerlModule Apache::ASP&lt;BR /&gt;#&lt;FILES&gt;&lt;BR /&gt;#   SetHandler perl-script&lt;BR /&gt;#   PerlHandler Apache::ASP&lt;BR /&gt;#   PerlSetVar Global .&lt;BR /&gt;#   PerlSetVar StateDir /tmp/asp&lt;BR /&gt;#&lt;/FILES&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;/ERROR&gt;&lt;/ERROR&gt;&lt;/VIRTUALHOST&gt;&lt;/VIRTUALHOST&gt;&lt;/VIRTUALHOST&gt;&lt;/VIRTUALHOST&gt;&lt;/VIRTUALHOST&gt;&lt;/VIRTUALHOST&gt;&lt;/VIRTUALHOST&gt;&lt;/&gt;</description>
      <pubDate>Fri, 05 Aug 2005 11:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597088#M19055</guid>
      <dc:creator>getwhatUwant</dc:creator>
      <dc:date>2005-08-05T11:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597089#M19056</link>
      <description>What am I seeing?&lt;BR /&gt;&lt;BR /&gt;Are you running Windows?&lt;BR /&gt;&lt;BR /&gt;ServerRoot "C:/Program_Files/Apache Group/Apache2"&lt;BR /&gt;&lt;BR /&gt;Why do you have a virtual hosts? Comment out all lines below and restart the server.&lt;BR /&gt;&lt;BR /&gt;# Use name-based virtual hosting.</description>
      <pubDate>Fri, 05 Aug 2005 14:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597089#M19056</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-05T14:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597090#M19057</link>
      <description>I am running windows xp&lt;BR /&gt;&lt;BR /&gt;comment out all the lines below?  There was only one line you showed me.  Is that right?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 05 Aug 2005 14:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597090#M19057</guid>
      <dc:creator>getwhatUwant</dc:creator>
      <dc:date>2005-08-05T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597091#M19058</link>
      <description>ALL below the line indicated, and restart the service.</description>
      <pubDate>Fri, 05 Aug 2005 14:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597091#M19058</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-05T14:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597092#M19059</link>
      <description>Thanks Ivan, you get an A for effort but your idea didn't work!  when i comment out all of those lines, my website doesnt even work on my own computer.  What happens is I am asked to download a file from my website instead of having the site displayed on my screen.  If you recall, the problem i reported initially was that my website was not accessible from IPs other than OPTIMUM ONLINE ISP IPs.  After deleting the lines you told me to delete, I checked to see if I could at least access my website using a proxy.  I checked to see if I could now at least bring the website up using a proxy and be asked to download a file (like what happens when I load my website from my own computer without a proxy).  Well, I am not asked to download a file and I still get a blank screen even after deleting the lines you told me to delete.  Any other ideas?  Anyone?  Thanks</description>
      <pubDate>Fri, 05 Aug 2005 15:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597092#M19059</guid>
      <dc:creator>getwhatUwant</dc:creator>
      <dc:date>2005-08-05T15:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597093#M19060</link>
      <description>You don't need virtual server, the problem is that you need to configure all options below virutal server, above the virtual server section, so, in the section 1:&lt;BR /&gt;&lt;BR /&gt;DocumentRoot C:/getwhatuwant.com&lt;BR /&gt;&lt;BR /&gt;Alias /awstatsclasses "C:/Program Files/AWStats/wwwroot/classes/"&lt;BR /&gt;Alias /awstatscss "C:/Program Files/AWStats/wwwroot/css/"&lt;BR /&gt;Alias /awstatsicons "C:/Program Files/AWStats/wwwroot/icon/"&lt;BR /&gt;ScriptAlias /awstats/ "C:/Program Files/AWStats/wwwroot/cgi-bin/"&lt;BR /&gt;&lt;BR /&gt;Section 2:&lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;Options None&lt;BR /&gt;AllowOverride None&lt;BR /&gt;Order allow,deny&lt;BR /&gt;Allow from all&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2005 15:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597093#M19060</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-05T15:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597094#M19061</link>
      <description>Thanks.  I commented out the virtual host tags.  But the same problem seems to persist:  i can not access the website when i use a proxy.  Also, when i load up my website on my machine, I am asked to download a file (i.e. my site does not load up, rather I am asked to download a file from my site).  Why is this happening?  Why isn't Index.html just loading up?  Why is the user asked to download the file Index.html?  Thanks so much for all your help.  I really do apppreciate it.</description>
      <pubDate>Fri, 05 Aug 2005 16:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597094#M19061</guid>
      <dc:creator>getwhatUwant</dc:creator>
      <dc:date>2005-08-05T16:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597095#M19062</link>
      <description>Try adding something like this in ur conf file&lt;BR /&gt;AddType text/html .html</description>
      <pubDate>Sat, 06 Aug 2005 00:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597095#M19062</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-08-06T00:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597096#M19063</link>
      <description>Thanks BeJoy, i found out that the problem was that i had htm and html file sbeing handled by PHP.  But still, I can't figure out why my website is inaccessible to some users.  thanks&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Aug 2005 01:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597096#M19063</guid>
      <dc:creator>getwhatUwant</dc:creator>
      <dc:date>2005-08-06T01:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: My Apache Webserver is publicly accessible only from certain IP addresses</title>
      <link>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597097#M19064</link>
      <description>Is there any specific need for configuring apache on port 65254 ?</description>
      <pubDate>Mon, 08 Aug 2005 00:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/my-apache-webserver-is-publicly-accessible-only-from-certain-ip/m-p/3597097#M19064</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-08-08T00:08:18Z</dc:date>
    </item>
  </channel>
</rss>

