Upgrading NCSA httpd
httpd 1.0 is fairly similar to httpd 1.0a5.
Changes which directly require configuration changes
- ScriptAlias now used for CGI scripts only, access your NCSA
scripts with OldScriptAlias
- Fixed AddType directive
- The NCSA scripts are no longer included, CGI replacements are now
included
Other changes
- NCSA POST scripts now have REMOTE_HOST set
- Added AddEncoding directive to srm.conf and .htaccess
- error_log now logs all failed accesses and the reason for failure
- Time headers are now RFC822 compliant
- You can now alias or disable user-supported directories
- Added a require directive to allow you to allow any valid user
- I/O is now buffered into chunks for speed
- Redirect no longer supported from .htaccess files.
- Added -v and -f command line flags
Return to Overview
httpd@ncsa.uiuc.edu