Apache HTTP Server

From DreamHost

Jump to: navigation, search

Apache HTTP Server is an open source HTTP web server for UNIX-like systems (BSD, Linux, and UNIX), Microsoft Windows, and other platforms.

DreamHost customers have only limited access to Apache settings. Certain options can be changed through the Remap Sub-directories panel and .htaccess files.

Contents

DreamHost Apache Version

DreamHost currently runs several versions of the open source Apache HTTP Server. New domains do not have the option to choose the older Apache/1.3.37 version.

cURL can be run from the shell to determine the current version of Apache in use at DreamHost:

$ curl -Is http://www.dreamhost.com |grep Server
Server: Apache/1.3.37 (Unix) mod_throttle/3.1.2 DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.4.7 mod_ssl/2.8.22 OpenSSL/0.9.7e
$ curl -Is http://www.yoursite.com |grep Server
Server: Apache/2.0.54 (Unix) PHP/4.4.7 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2
$ curl -Is http://blog.dreamhost.com |grep Server
Server: Apache/2.0.61 (Unix) PHP/5.2.3 mod_ssl/2.0.61 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2


Apache Modules for DreamHost

This list is not verified and some of these modules are not neccessarily loaded for your server.

  1. mod_access
  2. mod_actions
  3. mod_alias
  4. mod_asis
  5. mod_auth
  6. mod_auth_anon
  7. mod_auth_dbm
  8. mod_auth_digest
  9. mod_auth_mysql
  10. mod_auth_svn
  11. mod_autoindex
  12. mod_cache
  13. mod_cband
  14. mod_cern_meta
  15. mod_cgi
  16. mod_dav
  17. mod_dav_fs
  18. mod_dav_svn
  19. mod_deflate
  20. mod_dir
  21. mod_encoding
  22. mod_env
  23. mod_expires
  24. mod_ext_filter
  25. mod_fastcgi
  26. mod_fcgid
  27. mod_headers
  28. mod_imap
  29. mod_include
  30. mod_info
  31. mod_limitipconn
  32. mod_log_config
  33. mod_log_forensic
  34. mod_logio
  35. mod_mime
  36. mod_mime_magic
  37. mod_negotiation
  38. mod_rewrite
  39. mod_security
  40. mod_setenvif
  41. mod_speling
  42. mod_ssl
  43. mod_status
  44. mod_suexec
  45. mod_unique_id
  46. mod_userdir
  47. mod_usertrack
  48. mod_vhost_alias

See Also

External Links

Personal tools