Changeset 20634 for gsdl/trunk


Ignore:
Timestamp:
2009-09-18T17:56:25+12:00 (15 years ago)
Author:
ak19
Message:

Updated the windows version of httpd.conf.in to match the changes to the linux httpd.conf.in. Instead of the line Allow from HOSTS, it now has Allow from the default home IP (127.0.0.1) and the HOST_IP. These are now always going to be entered into the apache conf file to ensure that accessing the local server using localhost and hostname in the URL will work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/packages/apache-httpd/windows-httpd.conf.in

    r20621 r20634  
    489489     Order deny,allow
    490490     **CONNECTPERMISSION** from all
    491      Allow from **HOSTS**
     491     Allow from 127.0.0.1 **HOST_IP**
    492492  </Directory>
    493493
     
    498498     Order deny,allow
    499499     **CONNECTPERMISSION** from all
    500      Allow from **HOSTS**
     500     Allow from 127.0.0.1 **HOST_IP**
    501501  </Directory>
Note: See TracChangeset for help on using the changeset viewer.