OpenBSD Wiki
Advertisement

The Apache Web Server[]

The Apache web server is a popular web server on the Internet. It can be customized using its config file and using modules. The server is cross-platform and can be used in OpenBSD.

Installing[]

The customized version of Apache 1.3 that shipped with early versions of OpenBSD has been replaced, OpenHTTPD, was created to replace Apache. It can be installed from packages

{code}

pkg_add apache-httpd

{/code}

Version[]

Apache is still available as a package 2.4.25 is current..

Configuring[]

It can be configured by the modification of httpd.conf.

Advertisement