Apache Memory Usage

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
chrismcb
Forum Regular
Forum Regular
Posts: 293
Joined: Tue Nov 23, 2010 7:30 am
Location: Glasgow, UK

Re: Apache Memory Usage

Unread post by chrismcb »

Sad to say that disabling the PDF printer function in Joomla didn't stop the error.

It is the same error, but the search engines must have the URL's cached and Joomla just hid the buttons from the front end.


Rather than spend any more time on it, I've created a mod_rewrite line to ignore all requests for PDFs:

Code: Select all

RewriteCond %{QUERY_STRING} ^(.*)format=pdf$ [NC]
RewriteRule .* / [L,QSA,R=403]
Hope that helps someone!
chrismcb
Forum Regular
Forum Regular
Posts: 293
Joined: Tue Nov 23, 2010 7:30 am
Location: Glasgow, UK

Re: Apache Memory Usage

Unread post by chrismcb »

premierhosting wrote:On the mod_top install, anyone else having trouble verifying that it's "working"?
I can't say that I had any trouble installing it - but I can't remember really!

One thing that was different from me was that the directories in the instructions were for 32 bit, I put my files in lib64.
Post Reply