If you look in your apache conf.d directory (mine is at /etc/httpd/conf.d), you should see a file called pagespeed.conf. To completely disable the service, find the line that says:
ModPagespeed on
and change it to:
ModPagespeed off
... then restart your httpd service with "service httpd restart".