Apache2 confguration

From Teknologisk videncenter
Revision as of 14:26, 27 April 2016 by Heth (talk | contribs) (Links)
Jump to: navigation, search

Apache version 2.2

Apache version 2.2[1]

Checking configuration

To check the syntax of the configuration files use 'apachectl[2]

heth@mars:/etc/apache2$ <input>apachectl configtest</input>
[Fri May 04 06:40:28 2012] [warn] NameVirtualHost *:443 has no VirtualHosts
Syntax OK

Links

HTTPS default setup

Tilpas eventuelt /etc/apache2/sites-available/default-ssl.conf eller en anden conf fil

 a2enmod ssl
 a2ensite default-ssl
 service apache2 restart


References