Skip to content

Instantly share code, notes, and snippets.

@brantz
Created December 29, 2011 14:55
Show Gist options
  • Save brantz/1534439 to your computer and use it in GitHub Desktop.
Save brantz/1534439 to your computer and use it in GitHub Desktop.
output
[/]$ apt-get install apache2 libapache2-mod-jk
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap ssl-cert
Suggested packages:
www-browser apache2-doc apache2-suexec apache2-suexec-custom ufw tomcat6 libapache-mod-jk-doc
The following NEW packages will be installed:
apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common libapache2-mod-jk libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap ssl-cert
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,620kB of archives.
After this operation, 12.0MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main libapr1 1.3.8-1ubuntu0.3 [124kB]
Get:2 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main libaprutil1 1.3.9+dfsg-3ubuntu0.10.04.1 [91.1kB]
Get:3 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main libaprutil1-dbd-sqlite3 1.3.9+dfsg-3ubuntu0.10.04.1 [28.2kB]
Get:4 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main libaprutil1-ldap 1.3.9+dfsg-3ubuntu0.10.04.1 [25.8kB]
Get:5 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main apache2.2-bin 2.2.14-5ubuntu8.7 [2,738kB]
Get:6 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main apache2-utils 2.2.14-5ubuntu8.7 [162kB]
Get:7 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main apache2.2-common 2.2.14-5ubuntu8.7 [291kB]
Get:8 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main apache2-mpm-worker 2.2.14-5ubuntu8.7 [2,370B]
Get:9 http://de.archive.ubuntu.com/ubuntu/ lucid-updates/main apache2 2.2.14-5ubuntu8.7 [1,484B]
Get:10 http://de.archive.ubuntu.com/ubuntu/ lucid/universe libapache2-mod-jk 1:1.2.28-2 [146kB]
Get:11 http://de.archive.ubuntu.com/ubuntu/ lucid/main ssl-cert 1.0.23ubuntu2 [10.9kB]
Fetched 3,620kB in 0s (5,368kB/s)
Preconfiguring packages ...
Selecting previously deselected package libapr1.
(Reading database ... 18613 files and directories currently installed.)
Unpacking libapr1 (from .../libapr1_1.3.8-1ubuntu0.3_amd64.deb) ...
Selecting previously deselected package libaprutil1.
Unpacking libaprutil1 (from .../libaprutil1_1.3.9+dfsg-3ubuntu0.10.04.1_amd64.deb) ...
Selecting previously deselected package libaprutil1-dbd-sqlite3.
Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.3.9+dfsg-3ubuntu0.10.04.1_amd64.deb) ...
Selecting previously deselected package libaprutil1-ldap.
Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.3.9+dfsg-3ubuntu0.10.04.1_amd64.deb) ...
Selecting previously deselected package apache2.2-bin.
Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.14-5ubuntu8.7_amd64.deb) ...
Selecting previously deselected package apache2-utils.
Unpacking apache2-utils (from .../apache2-utils_2.2.14-5ubuntu8.7_amd64.deb) ...
Selecting previously deselected package apache2.2-common.
Unpacking apache2.2-common (from .../apache2.2-common_2.2.14-5ubuntu8.7_amd64.deb) ...
Selecting previously deselected package apache2-mpm-worker.
Unpacking apache2-mpm-worker (from .../apache2-mpm-worker_2.2.14-5ubuntu8.7_amd64.deb) ...
Selecting previously deselected package apache2.
Unpacking apache2 (from .../apache2_2.2.14-5ubuntu8.7_amd64.deb) ...
Selecting previously deselected package libapache2-mod-jk.
Unpacking libapache2-mod-jk (from .../libapache2-mod-jk_1%3a1.2.28-2_amd64.deb) ...
Selecting previously deselected package ssl-cert.
Unpacking ssl-cert (from .../ssl-cert_1.0.23ubuntu2_all.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up libapr1 (1.3.8-1ubuntu0.3) ...
Setting up libaprutil1 (1.3.9+dfsg-3ubuntu0.10.04.1) ...
Setting up libaprutil1-dbd-sqlite3 (1.3.9+dfsg-3ubuntu0.10.04.1) ...
Setting up libaprutil1-ldap (1.3.9+dfsg-3ubuntu0.10.04.1) ...
Setting up apache2.2-bin (2.2.14-5ubuntu8.7) ...
Setting up apache2-utils (2.2.14-5ubuntu8.7) ...
Setting up apache2.2-common (2.2.14-5ubuntu8.7) ...
ERROR: Module reqtimeout does not exist!
Setting up apache2-mpm-worker (2.2.14-5ubuntu8.7) ...
ERROR: Module cgid does not exist!
ERROR: Module cgid does not exist!
It looks like you've deleted /etc/apache2/mods-available/cgid.load, so mod_cgid cannot be enabled. To fix this, please purge and reinstall apache2.2-common.
Setting up apache2 (2.2.14-5ubuntu8.7) ...
Setting up libapache2-mod-jk (1:1.2.28-2) ...
Enabling module jk.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Setting up ssl-cert (1.0.23ubuntu2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment