|
|
|
|
||||||
| comp.info.servers.unix Web servers for UNIX platforms. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello.
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 ? Thanks. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 Then start apache with "apachectl startssl". Try: https://your.ip.goes.here or just telnet your.ip.goes.here 443 HAve a look at: http://www.baach.de/ Unfortunatly it's german. B. -- BM Computer-Services, Bergmannstr. 66, 10961 Berlin Webdesign, Internet, Layout und Grafik Tel.: 030/20649400, mobil 0175/7419517, Fax: 030/20649401 Web: http://www.bmservices.de, eMail: kontakt@bmservices.de |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Erri schrieb:
> 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 Did you ever build modssl? - download and untar modssl cd /usr/local/src/lamp/mod_ssl-2.8.10-1.3.26 ./configure --with-apache=../apache_1.3.26 \ --with-ssl=../openssl-0.9.6g \ --prefix=/usr/local/apache/1.3.26 \ --datadir=/var/www \ --enable-module=most \ --enable-shared=max \ --enable-module=ssl cd /usr/local/src/lamp/apache_1.3.26 make make certificate TYPE=custom Have a look at http://www.baach.de B. -- BM Computer-Services, Bergmannstr. 66, 10961 Berlin Webdesign, Internet, Layout und Grafik Tel.: 030/20649400, mobil 0175/7419517, Fax: 030/20649401 Web: http://www.bmservices.de, eMail: kontakt@bmservices.de |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
* Bernd Muent <kontakt@bmservices.de> wrote:
> cd /usr/local/src/lamp/apache_1.3.26 See the subject? ;-) nd |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
André Malo escribió:
> * Bernd Muent <kontakt@bmservices.de> wrote: > >>cd /usr/local/src/lamp/apache_1.3.26 > > See the subject? ;-) > > nd xDDDD: Andre has reason. I use apache 2.0.53. |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
André Malo schrieb:
> See the subject? ;-) All right. "modssl is included in apache2". B. -- BM Computer-Services, Bergmannstr. 66, 10961 Berlin Webdesign, Internet, Layout und Grafik Tel.: 030/20649400, mobil 0175/7419517, Fax: 030/20649401 Web: http://www.bmservices.de, eMail: kontakt@bmservices.de |
|
![]() |
| Outils de la discussion | |
|
|