Apache HTTP Server
From DreamHost
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.
- mod_access
- mod_actions
- mod_alias
- mod_asis
- mod_auth
- mod_auth_anon
- mod_auth_dbm
- mod_auth_digest
- mod_auth_mysql
- mod_auth_svn
- mod_autoindex
- mod_cache
- mod_cband
- mod_cern_meta
- mod_cgi
- mod_dav
- mod_dav_fs
- mod_dav_svn
- mod_deflate
- mod_dir
- mod_encoding
- mod_env
- mod_expires
- mod_ext_filter
- mod_fastcgi
- mod_fcgid
- mod_headers
- mod_imap
- mod_include
- mod_info
- mod_limitipconn
- mod_log_config
- mod_log_forensic
- mod_logio
- mod_mime
- mod_mime_magic
- mod_negotiation
- mod_rewrite
- mod_security
- mod_setenvif
- mod_speling
- mod_ssl
- mod_status
- mod_suexec
- mod_unique_id
- mod_userdir
- mod_usertrack
- mod_vhost_alias
See Also
External Links
Categories: Stub | Web

