Skip to content

Commit 60748d9

Browse files
committed
Fixes #5 (gitlab.com)
1 parent ed97ea5 commit 60748d9

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

web-server/apache/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,21 @@ Once a certificate authority is self managed simply add the CA certificate to al
104104

105105
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.
106106

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]
120+
to better understand it.
121+
107122
[startcom_ssl]: http://cert.startcom.org/
108123
[xca]: http://sourceforge.net/projects/xca/
109124
[ovpn_scripts]: http://openvpn.net/index.php/open-source/documentation/howto.html#pki
@@ -116,4 +131,5 @@ In Ubuntu httpd is called Apache2 and apache logs are located under `/var/log/ap
116131
[serversignature]: http://httpd.apache.org/docs/2.2/mod/core.html#serversignature
117132
[apparmor]: https://wiki.ubuntu.com/AppArmor
118133
[sock]: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
119-
134+
[reports]: https://github.com/gitlabhq/gitlabhq/issues/5139
135+
[digiocean]: https://www.digitalocean.com/community/tutorials/how-to-get-started-with-mod_pagespeed-with-apache-on-an-ubuntu-and-debian-cloud-server

0 commit comments

Comments
 (0)