>> I agree that many site put everything under ServerRoot, >> but when you specify in config.layout that DocumentRoot >> goes under /var/www2/html, you don't want to see the final >> httpd.conf under /etc/httpd2/var/www2/html > >Yeah... Ok... > >That's why I said to use "@exp_....dir@" instead of >"@@ServerRoot@@[EMAIL PROTECTED]@"... Try replacing those values in your >httpd.conf.in, and rerun ./config.status, and tell me if it >works (since I >was the one who made that part of the change)...
Arg so it was you ;) For now, I 'cowardly' made major replacement in httpd.conf.in via sed to be sure my RPM will works on my Redhat 6.2 and 7.2 and will try the @exp_...dir@ later, may be tomorrow... so should I replace for example ? @@ServerRoot@@/@rel_logfiledir@ => @exp_logfiledir@