zz9pzza commented on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-763202036
I am hitting this we think.
http://mailman.nginx.org/pipermail/nginx/2021-January/060344.html
http://mailman.nginx.org/pipermail/nginx/2021-January/060346.ht
urifoox commented on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-763207206
@zz9pzza - did you try to apply the patch / recompile?
https://github.com/apache/incubator-pagespeed-ngx/pull/1481
zz9pzza commented on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-763210325
```
james_@DESKTOP-OTOBGUP:~$ curl -I https://archiveofourown.org/
HTTP/2 200
server: nginx/1.19.6
x-page-speed: 1.13.35.2-0
```
We are r
oschaaf commented on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-763210833
@zz9pzza seems relevant to this issue, sure. Apparently the tweak to bump
the buffer sizes associated to the pipe didn't help in your case, so it sounds
like a prope
ashishkpal opened a new issue #2055:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2055
i am getting the below error on the nginx error log file
2021/01/20 10:32:29 [error] 1305#1305: [ngx_pagespeed 1.13.35.2-0] Slow
ReadFile operation on file
/var/cache/ngx_pagespee
oschaaf commented on issue #2055:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2055#issuecomment-763512642
Sure, but what is your question? :-)
This is an automated message from the Apache Git Service.
To re
ashishkpal commented on issue #2055:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2055#issuecomment-763528419
mine question is should i worry about this error and if yes then how do i
configure SlowFileLatencyUs
--
oschaaf commented on issue #2055:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2055#issuecomment-763530549
Closing this, you either need to follow up on the implied suggestion of the
message, or ensure faster (disk) i/o. Using memcached or larger caches for
pagespeed may
oschaaf closed issue #2055:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2055
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
uhlhosting commented on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764584964
No that line is in another file thats called in nginx.conf.
In nginx conf i have normal gzip on; and brotli on;
---
uhlhosting commented on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764669858
@Lofesa not sure why this is now happening it seems somehow pagespeed
ignored my variables:
# WordPress-specific configurations, change according to your do
uhlhosting edited a comment on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764669858
@Lofesa not sure why this is now happening it seems somehow pagespeed
ignored my variables:
# WordPress-specific configurations, change according to
Lofesa commented on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764834069
These are just regex expresions:
pagespeed Disallow "/wp-includes/js/dist/.js"; Thsi don´t macht this
https://uhl.site/wp-includes/js/dist/vendor/moment.min.js?ve
Lofesa edited a comment on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764834069
These are just regex expressions:
This `pagespeed Disallow "/wp-includes/js/dist/.js";` don´t macht this
`https://uhl.site/wp-includes/js/dist/vendor/mome
zz9pzza commented on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764849749
Would just raising the number in
https://github.com/apache/incubator-pagespeed-ngx/blob/master/src/ngx_event_connection.cc#L64
help ( not as a solution for everyone
vphantom commented on issue #1154:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-764856757
I just dug a little deeper and actually ngx_pagespeed is removing all our
custom headers from our responses, both those set with `add_header` and
`more_set_headers`
oschaaf commented on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764916163
> Would just raising the number in
https://github.com/apache/incubator-pagespeed-ngx/blob/master/src/ngx_event_connection.cc#L64
help ( not as a solution for everyon
oschaaf edited a comment on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764916163
> Would just raising the number in
https://github.com/apache/incubator-pagespeed-ngx/blob/master/src/ngx_event_connection.cc#L64
help ( not as a solution for
oschaaf commented on issue #1154:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-764917092
> Does nobody else in production need to set any header in Nginx?
That does seem unlikely to me. Does this happen only with `.pagespeed.`
rewritten urls?
---
vphantom commented on issue #1154:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-764962790
I tested it with plain image URLs when pagespeed is on. My work-around for
now (which turned out to work quite well) is to have Nginx proxy into itself to
a private
oschaaf commented on issue #1154:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-765012045
That's one way to solve the problem :-) Now if you could configure reverse
proxy to cache .pagespeed. resources, you might actually get something else out
of it too,
oschaaf edited a comment on issue #1154:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-765012045
That's one way to solve the problem :-) Now if you could configure
thenreverse proxy to cache .pagespeed. resources, you might actually get
something else out
oschaaf edited a comment on issue #1154:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-765012045
That's one way to solve the problem :-) Now if you could configure
thenreverse proxy to cache .pagespeed. resources, you might actually get
something else out
Lofesa edited a comment on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764834069
These are just regex expressions:
This `pagespeed Disallow "/wp-includes/js/dist/.js";` don´t macht this
`https://uhl.site/wp-includes/js/dist/vendor/mome
oschaaf edited a comment on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764916163
> Would just raising the number in
https://github.com/apache/incubator-pagespeed-ngx/blob/master/src/ngx_event_connection.cc#L64
help ( not as a solution for
vphantom commented on issue #1154:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-764856757
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
Lofesa commented on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764834069
These are just regex expresions:
pagespeed Disallow "/wp-includes/js/dist/.js"; Thsi don´t macht this
https://uhl.site/wp-includes/js/dist/vendor/moment.min.js?ve
oschaaf edited a comment on issue #1154:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-765012045
This is an automated message from the Apache Git Service.
To respond to the message, please lo
oschaaf commented on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764916163
> Would just raising the number in
https://github.com/apache/incubator-pagespeed-ngx/blob/master/src/ngx_event_connection.cc#L64
help ( not as a solution for everyon
oschaaf commented on issue #1154:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1154#issuecomment-764917092
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
zz9pzza commented on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-764849749
Would just raising the number in
https://github.com/apache/incubator-pagespeed-ngx/blob/master/src/ngx_event_connection.cc#L64
help ( not as a solution for everyone
uhlhosting edited a comment on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764669858
@Lofesa not sure why this is now happening it seems somehow pagespeed
ignored my variables:
# WordPress-specific configurations, change according to
uhlhosting commented on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-764584964
This is an automated message from the Apache Git Service.
To respond to the message, please log on
applibs opened a new issue #2056:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2056
This version X-Mod-Pagespeed: 1.13.35.2-0 broken order processing
javascripts.
Some my files are like:
but it will generate:
//
Lofesa commented on issue #2056:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2056#issuecomment-765206359
Disable the inline_javascript filter or increase the size for javascript be
inlined or exclude jquery from pagespeed
applibs commented on issue #2056:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2056#issuecomment-765240672
And how?
# DisableFilters inline_javascript
# pagespeed DisableFilters inline_javascript
I got error 500 with any of this exmple.
--
applibs edited a comment on issue #2056:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2056#issuecomment-765240672
And how?
```
# DisableFilters inline_javascript
# pagespeed DisableFilters inline_javascript
```
I got error 500 with any of this
applibs removed a comment on issue #2056:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2056#issuecomment-765240672
And how?
```
# DisableFilters inline_javascript
# pagespeed DisableFilters inline_javascript
```
I got error 500 with any of thi
Lofesa commented on issue #2056:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2056#issuecomment-765274057
You have deleted the comment, but:
For disable inline_javascript:
ModPagespeedDisableFilters inline_javascript
ModPagespeedForbidFilters inline_javascript
uhlhosting commented on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766492829
@Lofesa I am also testing CSP with pagespeed and it seems that there is some
external ongoing connection to www.pagespeed-mod.com ! ? Any idea what would
pagespee
Lofesa commented on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766614357
I have tested https://uhl.site in chrome browser and in webpagetest and
can´t see any outgoing connection to www.pagespeed-com.com, only uhl.site and
stats.uhl.site
uhlhosting commented on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766888678
@Lofesa I believe this is the way Pagespeed inlines the css if its in
header... This is purely done by pagespeed. Maybe it can be more investigated
and a bug rais
Lofesa commented on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766984205
1.- You have this html code:
```
https://uhl.site/"; />
uhlhosting commented on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766492829
This is an automated message from the Apache Git Service.
To respond to the message, please log on
Lofesa commented on issue #1720:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-766614357
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
kriskhunthong opened a new issue #2057:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2057
สวัสดีครับ ก่อนอื่นต้องบอกว่า มือใหม่มากๆ อยากรบกวนผู้มีประสบการณ์แนะนำ หรือ
แก้ไข หน้าเว็บไซต์[ ]( https://medhubnews.com/ )
ซึ่งมีปัญหา หน้าเว็บไซต์ ไม่ผ่านการประเมิน Core Web
jk2625 opened a new issue #2058:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2058
We're seeing issues (across multiple websites with different content) with
ModPagespeed v1.13.35.2-0 on Apache/2.4.6 causing significant TTFB delays
(~600-700ms in total) on websites with so
oschaaf commented on issue #2058:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2058#issuecomment-770261883
I don't have it on top of mind, but I think it is worth investigating the
`FlushHtml` options and directives around that. The buffering by PageSpeed may
hurt a littl
jk2625 commented on issue #2058:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2058#issuecomment-770275125
Turns out tinkering with the compression level helped a whole lot. Totally
blew past me this morning.
Oddly enough, any brotli compression level below 10 had v
oschaaf commented on issue #2058:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2058#issuecomment-770285949
Great, no problem. Closing this issue.
This is an automated message from the Apache Git Service.
To
oschaaf closed issue #2058:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2058
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
kriskhunthong opened a new issue #2059:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2059
ในช่วงระยะเวลาการรวบรวม 28
วันที่ผ่านมาประสบการณ์โดยรวมของเพจทั้งหมดที่ให้บริการจากจุดเริ่มต้นนี้ไม่ผ่านการประเมินCore
Web Vitals หากต้องการดูคำแนะนำที่ปรับให้เหมาะกับแต่ละหน้าให้วิเค
zz9pzza commented on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-770401379
I bumped the number from
```
61c61
< fcntl(pipe_write_fd_, F_SETPIPE_SZ, 1024*1024 /* minimal amount of
bytes */);
---
> fcntl(pipe_write_
zz9pzza edited a comment on issue #1380:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1380#issuecomment-770401379
I bumped the number from
```
61c61
< fcntl(pipe_write_fd_, F_SETPIPE_SZ, 1024*1024 /* minimal amount of
bytes */);
---
> fcntl(pipe
Lofesa commented on issue #2059:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2059#issuecomment-770427240
You can post this on core web vitals (Ligthouse) here
https://github.com/GoogleChrome/Lighthouse/issues
-
bantilan commented on issue #1717:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-772481502
Got the same error on Ubuntu 20.10 (groovy):
```
-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie -ldl
-lpthread -lpthread -lcrypt
/r
bantilan edited a comment on issue #1717:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-772481502
Got the same error on Ubuntu 20.10 (groovy), GCC 10.2.0:
```
-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie -ldl
-lpthread -l
eric-mathison opened a new issue #1726:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1726
According to the Release notes, the version should be 1.14.36.1. But when
getting the URL:
```
https://github.com/apache/incubator-pagespeed-ngx/archive/v1.14.36.1.tar.gz
```
Lofesa commented on issue #1726:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1726#issuecomment-773859432
Hace you searchhed for this same issue?
Read #1656
This is an automated message from the Apache Gi
Lofesa commented on issue #1726:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1726#issuecomment-773859432
Hace you searchhed for this same issue?
Read #1656
This is an automated message from the Apache Gi
Lofesa edited a comment on issue #1726:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1726#issuecomment-773859432
This is an automated message from the Apache Git Service.
To respond to the message, please log
wafedsf5 opened a new issue #1728:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1728
Good night programmers, I've been having a problem with pagespeed for some
time now, which led me to disable it in the past, but at the moment I really
wanted to solve the problem and star
wafedsf5 commented on issue #1728:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1728#issuecomment-775875870
I found out that pagespeed is not working on HTTPS:// (only on HTTP://), I'm
using Nginx as a reverse proxy and I have no idea how to make pagespeed work
with HTTPS
wafedsf5 removed a comment on issue #1728:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1728#issuecomment-775875870
I found out that pagespeed is not working on HTTPS:// (only on HTTP://), I'm
using Nginx as a reverse proxy and I have no idea how to make pagespeed work
wi
wafedsf5 commented on issue #1728:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1728#issuecomment-775901434
The issue was fixed, this issue seems like using proxy protocol on HTTPS://
level, to fix this issue just needed to add
`proxy_set_header Accept-Encoding "gzip";`
wafedsf5 closed issue #1728:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1728
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
benjaminadk opened a new issue #1729:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1729
I had to rebuild a server and changed IPs but same domain. When I fire up
new server everything works except 404 for all pagespeed CSS files.
Other file types appear to be workin
oschaaf commented on issue #1729:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779336742
Maybe the dns resolution is being cached for the domain on the server. The
module would then attempt to fetch from the old server.
-
Lofesa commented on issue #1729:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779405993
| I did not set this up initially, and this is my intro to pagespeed. Any
ideas of what I am missing here?
Before this, you do nothing with css files?
Ca
Lofesa edited a comment on issue #1729:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779405993
| I did not set this up initially, and this is my intro to pagespeed. Any
ideas of what I am missing here?
Before this, you do nothing with css files?
benjaminadk commented on issue #1729:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779779905
It seemed to be working for a while tonight. CSS files were all being
delivered. All I did was purge the cache a few times. Then I was switching
between Google u
Lofesa commented on issue #1729:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-779804889
When you cleared the cache, css files are served rewrited by pagespeed or
are the original css files?
My bet is that some thing has changed and pagespeed is una
michacassola opened a new issue #1730:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1730
Hi, please move the latest label to the actual latest stable release.
This is an automated message from the Apache Git
palviggi-flagbit opened a new issue #1731:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1731
The long version of -b is broken, before using it, it checks for `buildir`
(with a missing d), so it says unrecognized option.
https://github.com/apache/incubator-pagespeed-
kinglozzer commented on issue #1237:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/1237#issuecomment-783407078
This still appears to be an issue on Apache 2.4.29 / Pagespeed 1.13.35.2-0.
I’ll try to find time to test 1.14.36.1 soon
benjaminadk commented on issue #1729:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-784135494
I am back trying to get our server up again.
[This is a gist with the output from `?PageSpeedFilters=+debug`
](https://gist.github.com/benjaminadk/205e5fa
benjaminadk edited a comment on issue #1729:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-784135494
I am back trying to get our server up again.
[This is a gist with the output from `?PageSpeedFilters=+debug`
](https://gist.github.com/benjaminadk/
Lofesa commented on issue #1729:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1729#issuecomment-784167785
> [This is a gist with the output from `?PageSpeedFilters=+debug`
](https://gist.github.com/benjaminadk/205e5fae50cfe54ea9ad2af73f3c8268)
>
No, this gist co
Poseidonas commented on issue #2038:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-784977780
> Hello,
>
> It seems like Safari 14 will support webp.
>
> The Safari 14 Beta release note :
>
>
https://developer.apple.com/documentation/sa
Lofesa commented on issue #2038:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-784993379
Well... you can configure pagespeed to serve webp to all clients or not.
`pagespeed ServeRewrittenWebpUrlsToAnyAgent off;` that is the default.
When this para
jmarantz closed issue #2038:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
jmarantz commented on issue #2038:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-785067841
I'm trying to understand this thread. I think, as Lofessa said, that if
Safari can read webp, and sends Accept:image/webp in its request header, then
PageSpeed will
JialuZhang commented on issue #1291:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/1291#issuecomment-785151687
@GuillaumeRossolini
In your posted configuration, the line: "RewriteEngine Off" is a
misconfiguration (all three of "RewriteEngine Off" are misconfiguratio
JialuZhang commented on issue #1745:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/1745#issuecomment-785259932
@timeassistant
In your posted configuration, the line: "RewriteEngine Off" is a
misconfiguration (all three of "RewriteEngine Off" are misconfiguration), a
JialuZhang edited a comment on issue #1745:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/1745#issuecomment-785259932
@timeassistant
In your posted configuration, the line: "RewriteEngine Off" is a
misconfiguration, and adding it to your system will not change any s
JialuZhang commented on issue #1981:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/1981#issuecomment-785262821
@LuigiMdg
In your posted configuration, the line: "RewriteEngine Off" is a
misconfiguration, and adding it to your system will not change any system
behav
JialuZhang commented on issue #676:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/676#issuecomment-785271610
@GoogleCodeExporter
Thanks for the work around. However, in your posted configuration, the line:
"RewriteEngine Off" is a misconfiguration, and adding it to
JialuZhang commented on issue #1679:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1679#issuecomment-785382925
@salvoaranzulla
In your posted configuration,
```
RewriteEngine Off
SetHandler pagespeed_global_admin
AuthType Basic
Auth
eilandert opened a new issue #2060:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2060
Hello,
git clone -b latest-stable --depth=1 -c advice.detachedHead=false
--recursive https://github.com/apache/incubator-pagespeed-mod.git
Cloning into 'third_party/apr/src'.
Lofesa commented on issue #2060:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2060#issuecomment-787110906
Seems that hash in the apr repository has changed.
I can see the 1.6.2 version of apr as
https://github.com/apache/apr/tree/53d0de8f5ae536a6b3be9ff7e3d9db7fbbdb7dba
eilandert commented on issue #2060:
URL:
https://github.com/apache/incubator-pagespeed-mod/issues/2060#issuecomment-787116757
Thanks, I think it was a github glitch or something. I came back after
couple of hours and it mysteriously worked.
---
oschaaf closed issue #2060:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2060
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
Preen commented on issue #1213:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1213#issuecomment-787913317
+1
This is an automated message from the Apache Git Service.
To respond to the message, please log on
Dade88 commented on issue #1213:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1213#issuecomment-787923676
Totally needed on new AWS servers.
This is an automated message from the Apache Git Service.
To respo
Preen commented on issue #1213:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1213#issuecomment-787932229
yeah thats the case for me... dang
This is an automated message from the Apache Git Service.
To respon
am1github commented on issue #1717:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1717#issuecomment-790852585
Same on Gentoo Linux 5.4.97; GCC 9.3.0
```
-L/usr/lib64 -L/usr/lib64 -Wl,-E -ldl -lpthread -lpthread -lcrypt
-L/usr/lib64 -lluajit-5.1 -lm -ldl -lpam
/op
JeanVEGA commented on issue #1581:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1581#issuecomment-791134688
You can find details about work required to support FreeBSD in #308 and
current tracking #1073.
I do not know of a good alternative, that runs direly in your
JeanVEGA edited a comment on issue #1581:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1581#issuecomment-791134688
You can find details about work required to support FreeBSD in #308 and
current tracking #apache/incubator-pagespeed-mod#1073.
I do not know of a good
JeanVEGA edited a comment on issue #1581:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1581#issuecomment-791134688
You can find details about work required to support FreeBSD in #308 and
current tracking apache/incubator-pagespeed-mod#1073.
I do not know of a good a
oschaaf commented on issue #1581:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1581#issuecomment-791435347
There was this FreeBSD port by @mmokhi for mod_pagespeed, I'm not sure if
it has been updated, but if so it could provide a potential alternative.
201 - 300 of 4920 matches
Mail list logo