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

link|improve this question

38% accept rate
What do you mean by kill? Does your server have any webapps using python? – Zoredache Sep 3 '10 at 19:06
i disabled python form some reasions. no, there are no web apps that uses python. – user48058 Sep 3 '10 at 20:27
feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.