Finding out what user Apache is running as in windows?

前端 未结 4 1628
失恋的感觉
失恋的感觉 2020-12-10 13:00

I am new to Windows and I am trying to figure out what user Apache is running on. In Linux I had a simple command ps aux | grep apache. How do I find that ou

4条回答
  •  情书的邮戳
    2020-12-10 13:35

    By default the Apache services are registered to run as the system user (the LocalSystem account).

    The section "Running Apache as a Service" in the help documentation below might help you configure Apache the way that you want to.

    http://httpd.apache.org/docs/2.0/platform/windows.html

提交回复
热议问题