Where exactly I put this?

In the conf file generated by test, which is in t/conf/httpd.conf

or even before compiling and building test, I change the original
httpd.conf?

Also, where exactly do I put this SSLMutex default?

Abhishek

On Tue, 2004-06-22 at 19:47, Randy Kobes wrote:
> On Tue, 22 Jun 2004, Abhishek Khandelwal wrote:
> 
> > I am getting another strange problem.
> > I compile and install apache 2.0.49 for both fedora core 1 and red-hat
> > linux.
> >
> > Everything seems okay, and installs properly.
> > When I start httpd manually, it start running and when I do wget using
> > http://localhost It works fine in both the machines.
> >
> > But, when I run the test provided my perl-test-framework. And try to run
> > the server using t/TEST -httpd-start, the server starts perfectly on
> > Fedora core but it dies immediately with exit code 255 on Red-hat
> > machine.
> >
> > Looking at the error log, in t/log/error_log directory, I see the error:
> > [error] (38)Function not implemented: Cannot create SSLMutex
> 
> In the ssl portion of your system httpd.conf, if the
> SSLMutex directive is not given as
>    SSLMutex default
> does changing it to that help?

Reply via email to