You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-server/apache/README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,21 @@ Once a certificate authority is self managed simply add the CA certificate to al
104
104
105
105
In Ubuntu httpd is called Apache2 and apache logs are located under `/var/log/apache2`. Log path names in the [gitlab-ssl.conf](gitlab-ssl.conf) configuration should reflect this. Ubuntu runs [AppArmor][apparmor] instead of SELinux and by default doesn't affect GitLab operation.
106
106
107
+
# General notes
108
+
109
+
## mod_pagespeed
110
+
111
+
There have been [reports][] regarding `mod_pagespeed` on Apache.
112
+
If you ever encounter such an issue, try disabling it. In `/etc/apache2/mods-available/pagespeed.conf`
113
+
place the following:
114
+
115
+
```bash
116
+
ModPagespeed off
117
+
```
118
+
119
+
If you don't want to disable it completely, read [this article][digiocean]
0 commit comments