0

If I kill Python on my server, will it made problems for Apache?

user48058
  • 863
  • 3
  • 12
  • 20

1 Answers1

2

Python and Apache aren't related, unless your app is making use of Python. When you say killing, I assume you mean deleting. While deleting won't have any direct effect to Apache, most Linux distributions make heavy use of Python to support the operating system directly. So deleting it may have many undesired effects.

vmfarms
  • 3,117
  • 20
  • 17