# https://httpd.apache.org/docs/current/ # https://httpd.apache.org/docs/current/mod/directives.html LoadModule alias_module modules/mod_alias.so LoadModule authz_core_module modules/mod_authz_core.so LoadModule cgid_module modules/mod_cgid.so LoadModule mpm_event_module modules/mod_mpm_event.so LoadModule unixd_module modules/mod_unixd.so ServerRoot "/etc/httpd" ServerAdmin webmaster@example.com ServerName localhost Listen 80 User http Group http ErrorLog "/var/log/httpd/error_log" LogLevel warn AllowOverride None Require all denied AllowOverride None Options ExecCGI FollowSymlinks Require all granted Alias /cgit.css "/usr/share/webapps/cgit/cgit.css" Alias /cgit.png "/usr/share/webapps/cgit/cgit.png" Alias /favicon.ico "/usr/share/webapps/cgit/favicon.ico" ScriptAlias / "/usr/share/webapps/cgit/cgit.cgi/"