I have Linux Mint on my computer but I don't know how to find out whether Apache2 is on it or where it is actually installed. I run my web browser (PHP installed) with http://localhost as a URL and it works.
| |||||||||||
feedback
|
migrated from stackoverflow.com Feb 9 at 14:14
This question came from our site for professional and enthusiast programmers.
|
I would recommend
It lists all installed packages that contain "apache" in their name. For example:
It indicates that the package Another approach, to find any running HTTP daemon on the default port would be:
Which lists something like:
| |||
|
feedback
|
|
As I recall, Mint is based on Ubuntu, so you should be able to check
In this case, you can see it's not installed on my system. If you haven't asked for it to be installed, it's probably not -- I doubt it's part of the default distribution. | |||
|
feedback
|
|
Just do a | |||
feedback
|
|
Try the
In my experience, the Apache binary is located in | ||||
|
feedback
|