--- 64bit/Apache-Test/lib/Apache/TestConfig.pm.orig	2020-03-09 02:26:08 +0000
+++ 64bit/Apache-Test/lib/Apache/TestConfig.pm	2020-03-09 02:10:27 +0000
@@ -326,6 +326,8 @@
     $vars->{user}         ||= $self->default_user;
     $vars->{group}        ||= $self->default_group;
     $vars->{serveradmin}  ||= $self->default_serveradmin;
+    $vars->{httpd}	  ||= '/opt/freeware/sbin/httpd_64';
+    $vars->{httpd_conf}   ||= '/opt/freeware/etc/httpd/conf/httpd.conf_64';
 
     $vars->{threadsperchild} ||= 10;
     $vars->{minclients}   ||= 1;
