Re: Apache 2 & SSL
Bernd Muent escribió:
> Erri schrieb:
>
>> I have compiled apache 2.0.53 with ssl support on Aix 5.2 with gcc.
>> I have used this directives to build:
>> CC=gcc ./configure --prefix=/usr/local/apache2053 \
>> --enable-so --enable-layout=Apache \
>> --enable-mods-shared=most --enable-maintainer-mode
>> --with-expat=`pwd`/srclib/apr-util/xml/expat \
>> --enable-static-support --enable-auth-digest --enable-ssl
>>
>> How do i can check if ssl working ?
>
> First you have to make a certificate:
> make certificate TYPE=custom
Where i must use this command ? I'm inside httpd-2.0.53 source directory
after compilation and i get this error:
#make certificate TYPE=custom
make: Cannot find a rule to create target certificate from dependencies
|