Questions tagged [apache2]
Apache (HTTP Server) /əˈpætʃiː/ is a modular cross-platform web server software with a large variety of features(called modules) including SSL, compression, log, proxy and server-side programming language interfaces like Perl, Python, Tcl, and PHP.
apache2
1
question with a bounty
-1
votes
1
answer
26
views
+100
RewriteRule ^$ https://www.google.com : eventually want to redirect / to /something_else/index.html
I've apt install apache2 for 100% stock ubuntu 22.04 apache2 , run a2enmod rewrite, added these lines to ./sites-available/000-default.conf, and restarted apache2.
LogLevel info ssl:warn rewrite:...