[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mod_throttle
- Subject: Re: [cobalt-users] mod_throttle
- From: "jramer" <jramer@xxxxxxxxxx>
- Date: Thu Aug 16 23:26:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On 8/15/2001 at 8:53 AM Steve Werby wrote:
æAFAIK the only way to install it without using apxs is to recompile
Apache
æfrom scratch with support for this module. apxs is a program that
allows
æyou to install modules and run them as DSO (dynamically shared objects)
æ*without* recompiling Apache. Since it's the program letting you do the
æinstall disabling it is akin to throwing away your drill because you're
æhaving problems getting the drill bit to penetrate an object. Perhaps
apxs
æsimply can't be found. What server are you using and where is apxs (do
æ"whereis apxs")? It may be looking for it in the wrong place so if it's
in
æ/usr/sbin/apxs make a symbolic link to /usr/bin/apxs and if it's there
æalready make a symbolic link to /usr/sbin/apxs and see if that helps (I
æforget where Apache is looking for it).
Ok; forgive my stupidity here; but I am unfamiliar with symlinks.
If I make a symlink; like so: ln -s /usr/sbin/apxs (as this is where apxs
is) what do I symlink it to?
Apache?
Bafflingly yers;
Joann