[ale] Lowering account privileges in a script
James P. Kinney III
jkinney at localnetsolutions.com
Thu Oct 25 12:33:55 EDT 2007
On Thu, 2007-10-25 at 10:51 -0500, John Mills wrote:
> ALErs -
>
> I would like to run a web server as 'nobody:nobody' rather than a more
> privileged user (especially since I plan to crash-test it!). How can I
> launch it that way?
By default, once apache starts it spawns children that are not
privileged. However, since it listes to a port below 1024, there MUST be
a privileged user to start the listener. You can run apache as a general
user as long as you are using a higher port like 8080. You can specify
the config file to use on the command line as
<path to binary>/httpd -f <path to config>/httpd.conf
This will require an httpd.conf set to use a port higher than 1024.
>
> TIA.
> - Mills
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
>
--
James P. Kinney III
CEO & Director of Engineering
Local Net Solutions,LLC
770-493-8244
http://www.localnetsolutions.com
GPG ID: 829C6CA7 James P. Kinney III (M.S. Physics)
<jkinney at localnetsolutions.com>
Fingerprint = 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
More information about the Ale
mailing list