Skip to content

Commit 9cc97ad

Browse files
committed
update Ubuntu install section
refs #405
1 parent 73b3c84 commit 9cc97ad

File tree

1 file changed

+1
-39
lines changed

1 file changed

+1
-39
lines changed

README.md

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,45 +1084,7 @@ The module has become part of Fedora 31.
10841084

10851085
## Ubuntu
10861086

1087-
Version 2-x status: unknown, see #124.
1088-
1089-
### Version 1-x:
1090-
1091-
If you do not already build your Apache httdp yourself, you can get a prebuilt, current 2.4.x release via the PPA by @oerdnj, see [here](https://launchpad.net/~ondrej/+archive/ubuntu/apache2/+packages).
1092-
1093-
What you need to do to get the PPA installed is basically:
1094-
1095-
```
1096-
> sudo add-apt-repository ppa:ondrej/apache2
1097-
> sudo apt update
1098-
> sudo apt install -y apache2 apache2-dev build-essential autoconf make libtool libssl-dev libjansson-dev libcurl4-openssl-dev
1099-
```
1100-
1101-
Then you get a [mod_md release](https://github.com/icing/mod_md/releases) and configure it:
1102-
1103-
```
1104-
mod_md > ./configure --with-apxs=/usr/bin/apxs --enable-werror
1105-
mod_md > make
1106-
mod_md > make install
1107-
```
1108-
Then you create two files in ```/etc/apache2/mods-available```
1109-
1110-
```
1111-
md.load:-----------------------------------------------
1112-
LoadModule md_module /usr/lib/apache2/modules/mod_md.so
1113-
-snip--------------------------------------------------
1114-
1115-
md.conf------------------------------------------------
1116-
LogLevel md:info
1117-
-snip--------------------------------------------------
1118-
```
1119-
1120-
enable the module and restart:
1121-
1122-
```
1123-
> sudo a2enmod md
1124-
> sudo service apache2 restart
1125-
```
1087+
The module is part of Ubuntu 24.04 LTS and other releases.
11261088

11271089
## FreeBSD
11281090

0 commit comments

Comments
 (0)