I need to find out, which version of the Apache Portable Runtime is installed on a specific server.
So how can I do this without access to the log files?
|
feedback
|
|
Write one line of C :
Compile (find the good path to your libarp)
execute
PS: to find libapr you can try
or run ldd over httpd as david says if you want to find the version used by apache | ||||
|
feedback
|
|
On windows platform, check this file on apache bin folder: Specifically, the apr version string is stored at this line: So, 1.4.5 is your current apr version | ||||
|
feedback
|
|
You don't provide much information, but there are several methods you could try.
| ||||
|
feedback
|
This helped me, because it was so bad documented. I don't know any nicer solution.
| ||||
|
feedback
|