Brian:
Ti took the work done by Greg Wright and some others on the
apache-ssl-1.3.9.src.rpm and went in to make the customizations so it
would build a the apache-ssl-1.3.12.i386.rpm. So far, it seems to work
correctly. It even installs the apache-ssl stuff in it's own directory,
httpsd instead of overwriting the httpd stuff. I actually have both
apache and apache-ssl running at the same time, with separate html
directories for each.
What I'm really stuck on is getting php to work with apache-ssl. I have
absolutely no problems getting it to work with the regular apache. I
downloaded the newest php4 source, read through the install instructions
for building a DSO of libphp4.so, and it built with no problems. I
included 4 flags:
--with-apxs
--with-pgsql
--with-apache=/usr/include
--with-openssl
It built with no error messages, and I see libphp4.so in the
/usr/include/apache directory. I first tried loading this into regular
apache, and it works beautifully. I then try loading it into apache-ssl,
and I get the following error message when trying to restart the daemon:
Starting httpsd: Syntax error on line 248 of /etc/httpsd/conf/httpsd.conf:
API module structure `php4_module' in file /usr/lib/apache/libphp4.so is
garbled - perhaps this is not an Apache module DSO?
Any ideas? Anyone else seen this before? Am I missing something from the
compile that needs to be included so it knows how to talk correctly
toapache-ssl? The source for apache is the stock apache-1.3.12 source
from www.apache.org, and the ssl source is from www.apache-ssl.org.
Any clues, hints, suggestions would be greatly appreciated. :)
- Mike
On Thu, 15 Jun 2000, Brian Wright wrote:
> Hi, Mike!
>
> Each domain needs it's own certificate, I believe. :( They base it on the
> domain name, not the IP address. Thawte.com is a good place to go get info
> on that.
>
> BTW, where did you get the Apache-SSL? Did you use an RPM?
>
> Thanks,
> Brian
>
> -----Original Message-----
> From: Michael J. McGillick [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 15, 2000 5:28 AM
> To: [EMAIL PROTECTED]
> Subject: [OFF-TOPIC] Apache-SSL Question
>
>
> Good Morning:
>
> I'm running Apache-SSL 1.3.12 on my machine at home. I'm interested in
> setting up virtual domains so that at least 2 of the domains I host can
> take advantage of the secure connection. Under regular Apache, I would go
> in and set up the following:
>
> NameVirtualHost 24.218.83.113 <--- (My IP Address)
>
> <VirtualHost 24.218.83.113>
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /home/httpsd/software-specialists.net
> ServerName www.software-specialists.net
> ErrorLog software-specialists.net-error_log
> CustomLog software-specialists.net-access_log common
> </VirtualHost>
>
> <VirtualHost 24.218.83.113>
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /home/httpsd/american-pastime.com
> ServerName www.american-pastime.com
> ErrorLog american-pastime.com-error_log
> CustomLog american-pastime.com-access_log common
> </VirtualHost>
>
> I did the same in the httpsd.conf for Apache-SSL. Well, I seem to be
> missing something here, because when I try to restart httpsd, I get an
> error message referring to something about the certificate. I'm pretty
> sure that this indicates that I need a certificate for each site.
>
> Is there a way to use one certificate (I'm using a fake one right now,
> until I get this set up) for each virtual domain I want to set up, or does
> each domain need it's own certificate? In either event, has anyone ever
> done this, or know the steps to set this up?
>
> - Mike
>
>
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
>
>
>
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.