Installing Apache: Difference between revisions

From Leechfinger
Jump to navigationJump to search
Qais (talk | contribs)
No edit summary
Qais (talk | contribs)
No edit summary
Line 7: Line 7:
Here are the modules you will need to enable for apache.
Here are the modules you will need to enable for apache.
<syntaxhighlight lang="bash" line>
<syntaxhighlight lang="bash" line>
 
# a2enmod rewrite
# a2enmod ssl
# a2enmod socache_shmcb
# a2enmod imagemap
</syntaxhighlight>
</syntaxhighlight>
[[Category:Apache]]
[[Category:Apache]]

Revision as of 01:40, 22 May 2024

Installing apache

We will be installing apache2.

# apt install -y apache2 apache2-utils

Important modules

Here are the modules you will need to enable for apache.

# a2enmod rewrite
# a2enmod ssl
# a2enmod socache_shmcb
# a2enmod imagemap