...
The directives going away are Order, Allow, Deny, Satisfy.
https://httpd.apache.org/docs/trunk/upgrading.html#run-time
https://httpd.apache.org/docs/trunk/mod/mod_authz_core.html#require
Server version | All Request Allow | All Request Deny | Granted Host based |
---|---|---|---|
2.2 | Order allow,deny Allow from all | Order deny,allow Deny from all | Order Deny,Allow Deny from all Allow from harvard.edu |
2.4 | Require all granted | Require all denied | Require host harvard.edu |
- New PHP version
The new server will have PHP 5.4 instead of PHP 5.3 on the old server. Many of the changes between these version involved the removal of deprecated features. Attempted use of those will now be a fatal error rather than a warning message.
http://php.net/manual/en/migration54.incompatible.php
- Old and new IPs for the eecs web server
- old IP: 140.247.63.230
- new IP: 52.2.16.86
- Old and new IPs for the eecs web server
If you have any question about this, please contact us at eecs-web-migration@seas.harvard.edu