Skip Menu |

This queue is for tickets about the Apache-Test CPAN distribution.

Report information
The Basics
Id: 55355
Status: resolved
Priority: 0/
Queue: Apache-Test

People
Owner: Nobody in particular
Requestors: JZOBEL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.31
Fixed in: (no value)



Apache 2 configuration is not found on debian (lenny, earlier versions are most likely affected, too) systems since it is named apache2.conf there. A possible solution would be to do apxs2 -q SBINDIR apxs2 -q TARGET to find the executable and then do $EXECUTABLE -V | grep SERVER_CONFIG_FILE to find the configuration. Thanx, Joachim
We are already checking for the SERVER_CONFIG_FILE location a number of ways, specifically here in Apache::TestConfigParse.pm. I just tested this on my Gentoo install and it worked fine. Can you reopen this with an example of a failure if you are still having a problem? lib/Apache/TestConfigParse.pm 375 my $default_conf = $self->{httpd_defines}->{SERVER_CONFIG_FILE};