[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mod_throttle
- Subject: Re: [cobalt-users] mod_throttle
- From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
- Date: Fri Aug 17 01:07:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"jramer" <jramer@xxxxxxxxxx> wrote:
> æ/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?
If that's where it is and Apache can't find it I'm quite sure it's looking
for it in /usr/bin/apxs. Create a symbolic links as follows:
ln -s /usr/bin/apxs /usr/sbin/apxs.
If for some reason that wasn't the problem and you want to delete the
symlink, do this:
rm /usr/bin/apxs.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/