crowell / modpagespeed_tmp

Automatically exported from code.google.com/p/modpagespeed
Apache License 2.0
0 stars 0 forks source link

Apache segfault on ssl #613

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. setup ssl file match for some public folders - ModPagespeedLoadFromFileMatch 
"^https?://.*\.somedomain\.org/public/" "/somepath/public/"
2. enable at least these filters 
extend_cache,rewrite_javascript,rewrite_css,combine_css,rewrite_images
3. On second page load apache segfaults when trying to serve ccs and js

What is the expected output? What do you see instead?
A working site.  We see segfaults instead.

What version of the product are you using (please check X-Mod-Pagespeed
header)?
1.2.24.1-2300

On what operating system?
CentOS 6 and 5.9

Which version of Apache?
2.2.4 and 2.2.3

Which MPM? ?

URL of broken page: NA

Original issue reported on code.google.com by he...@visionlink.org on 25 Jan 2013 at 5:01

GoogleCodeExporter commented 9 years ago
Is there any chance you could narrow this down a bit for us?  WIthout a 
complete configuration & setup we will have a tough time understanding the 
problem.

You specified 5 filters.  Does this always segfault with those 5, and never 
segfault with any 4 of the 5?  If you could identify the critical filter that 
would be good.

Could you identify the "query of death" via the access log?

Could you add 'loglevel debug' & repro the problem?

As a wild guess -- since this is the newest feature you listed -- can you try 
to replicate the use of your regex with number of ModPagespeedLoadFromFile -- 
those do strict prefix matching so you might need lots of them to emulate your 
regex.

Original comment by jmara...@google.com on 26 Jan 2013 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by jmara...@google.com on 31 Jan 2014 at 6:54