Thomas Jollans <nospam.TakeThisOut@jollans.com> wrote:
> How do i privilege a user?
You don't. There is SUDO that allow a user to run a program with
superuser privileges, or you just use root to start apache.
> Sorry, but how do I do a "link"?
Using the 'ln' command (link), man ln for the whole story, in short:
ln -s /where/is/apache/bin/apachectl /etc/rc.d/rc3.d/S99apache
> Can I call it as a different user than root (or whoever runs init)
No. During initialization all the scripts are run as root.
But exactly, what's your problem? why you want to run apache as a
different user?
> (I am still relatively new to linux)
<a style='text-decoration: underline;' href="http://www.tldp.org" target="_blank">www.tldp.org</a> is that way --->.
Davide
--
| C, n.: A programming language that is sort of like Pascal except more
| like assembly except that it isn't very much like either one, or
| anything else. It is either the best language available to the art
| today, or it isn't.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: running as user (apache 2.0.48, linux 2.4)