On Feb 7, 2006, at 3:13 AM, Tom Schindl wrote:

I always thought that could be retrieved from "Apache2::BuildConfig"
e.g. to get where you apx is located you could use:

print Apache2::BuildConfig->new()->MP_APXS . "\n";

Doesn't seem to work for me:

geertz% perl -MApache2::BuildConfig -le 'print Apache2::BuildConfig- >new->MP_APXS, $/'


geertz% perldoc Apache2::BuildConfig
No documentation found for "Apache2::BuildConfig".

Besides, I need to detect Apache even if mod_perl isn't installed.

Best,

David

Reply via email to