[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: Fri Aug 17 10:02:35 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
æ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.
Ah ha! Thank you very much!
joann