I am trying to install mod_pagespeed for my Apache2 server that I have serving up my Django application. I am using Webfaction as a hosting service, and am in the apache2 directory. I am trying to figure out how to install Apache2 modules as I haven't done a lot of server configuration in the past, but all the tutorials I'm seeing use sudo and I don't have root access to use sudo, and all the tutorials I'm reading have installations for Ubuntu and Fedora with extensions of .rpm, and .deb but all the modules in my apache2 modules directory have an extension of .so . Does this mean I have to use a different installation method ? What is the command to install mod_pagespeed in linux ?
How to install apache2 modules on Linux without sudo
1k Views Asked by TJB At
1
There are 1 best solutions below
Related Questions in LINUX
- How do I recursively find and replace only in files named index.php on Linux webserver?
- passing text with \n as one argument in shell
- kernel module does not print packet info
- How to send ESC/POS commands to thermal printer in Linux
- (x64 Nasm) Writeline function on Linux
- How do I set the Hive user to something different than the Spark user from within a Spark program?
- Default priority of thread with SCHED_FIFO
- Calling a python function with options from shell script
- How to split a directory into parts without compressing or archiving?
- Cross compile simple standard C program on Linux for Mac
- How to offload NAPI poll function to workqueue
- python netifaces - How to get currently used network interface
- Unexpected output from function
- mingw-64 conflicting declarations when cross-compiling
- Different behavior of async with Visual Studio 2013(Windows8.1) and GCC 4.9(Ubuntu14.10)
Related Questions in APACHE2
- How to redirect an incoming request to specific serverName to different server in apache2?
- phpinfo() uses old version. What am I missing after "make install"?
- Why does open() fails every time with EAGAIN?
- Problems with mod_auth_token installation
- Where is that folder /etc/apache2/sites-available on mac os yosemite?
- Keel alive mysql, php and apache2
- Apache2- need multiple projects with same domain that use different path after domain name
- Create vhost-file from mysql via shell script
- How can I access localhost upload.php using apache2 proxy setting from my locally running AngularJS application
- Redirecting subdomain to its sub folder, Safari showing too many redirect occured trying to open
- Redirect http to https and then redirect it to subdomain's folder?
- OctoberCMS : Have to go to index.php
- Image Magick on OpenSUSE: Fatal error: Class 'Imagick' not found
- Vagrant synced folder issue on windows?
- How to process argument with dot in .htaccess?
Related Questions in MOD-PAGESPEED
- Install google mod- pagespeed on elastic beanstalk on every instance added
- Mod_pagespeed do not work for make_google_analytics_async
- Does Google's mod_pagespeed provide auto versioning of CSS and js files?
- mod_pagespeed not deferring javascript
- Is it possible to change the base url in mod_pagespeed to use https
- Cannot access phpmyadmin after installing mod_pagespeed on centos
- Optimize Images for Google Page Speed
- pagespeed mod errors - Attempt to destroy unknown SHM segment
- mod_pagespeed rewrite just path, using the same domain
- Mod pagespeed: Prevent deferring specific js file
- mod_pagespeed: Combine Javascript, CSS not working with SSL
- Install mod_pagespeed under nginx on gentoo
- What does mod_pagespeed beacon do?
- Google PageSpeed - Eliminate render-blocking CSS
- Mod_pagespeed is enabled. FileCachePath must not be empty:
Related Questions in WEBFACTION
- Webfaction setup Virtualenv
- django photologue on webfaction
- How to customize 502 page in Node.Js?
- Can't verify site with LetsEncrypt
- How do I add directories to PATH?
- Recover deleted Django migrations
- Mod_pagespeed is enabled. FileCachePath must not be empty:
- How to install apache2 modules on Linux without sudo
- Webfaction subdomain forwarding
- ImageWithThumbnailsField generating empty thumbnail
- Can't set the shop language in Satchmo
- Unable to resolve url. Received error- Reverse for 'satchmo_search' with arguments '()' and keyword arguments '{}' not found
- Mercurial Introduction - BitBucket and 3rd Party Server Issue
- Django site doesn't work with DEBUG=False
- Setting up Redis on Webfaction
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Configure and restart Apache per your usual process. I'm assuming this system already has at installed. If you encounter permission errors during the rpm step, you'll need to extract the contents and install them manually. Edit: your copy of tar seems too old to understand rpm format. Use this command instead.
Then copy the .so file to the proper location and do a LoadModule declaration in your Apache config to load it upon restart.
Source: https://www.digitalocean.com/community/tutorials/how-to-get-started-with-mod_pagespeed-with-apache-on-a-centos-and-fedora-cloud-server