Re: version information

1999-08-31 Thread Ralf S. Engelschall

On Mon, Aug 30, 1999, [EMAIL PROTECTED] wrote:

> I noticed when I telnet to localhost on port 80, and do a "HEAD / HTML
> /" , which I do just to see if the mods show up, and after compiling apache
> 1.3.9 + mm 1.0.9 + openssl 0.9.4 + mod_perl 1.21 + mod_ssl 2.4.1 + php
> 3.0.12 , only apache 1.3.9 + openssl , all I see is "Apache/1.3.9 (Unix)
> mod_ssl/2.4.1 OpenSSL/0.9.4", is this something mod_ssl does, or is this a
> problem on mod_perl and/or php's side?

For me it works fine:

| :> telnet en1 80
| Trying 141.1.129.1...
| Connected to en1.engelschall.com.
| Escape character is '^]'.
| HEAD / HTTP/1.0
| 
| HTTP/1.1 302 Found
| Date: Tue, 31 Aug 1999 09:55:29 GMT
| Server: Apache/1.3.9 (Unix) mod_perl/1.21 mod_ssl/2.4.0 OpenSSL/0.9.4 DAV/0.9.8
| Location: http://en1.engelschall.com/title/
| Connection: close
| Content-Type: text/html
| 
| Connection closed by foreign host.
| rse@en1:/u/rse
| :> 

So I guess you're either not loading the mod_perl and mod_php DSOs or you have
no AddModule for them, etc. At least it seems not to be related to mod_ssl...

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



version information

1999-08-31 Thread phaeton

Hello,

I noticed when I telnet to localhost on port 80, and do a "HEAD / HTML
/" , which I do just to see if the mods show up, and after compiling apache
1.3.9 + mm 1.0.9 + openssl 0.9.4 + mod_perl 1.21 + mod_ssl 2.4.1 + php
3.0.12 , only apache 1.3.9 + openssl , all I see is "Apache/1.3.9 (Unix)
mod_ssl/2.4.1 OpenSSL/0.9.4", is this something mod_ssl does, or is this a
problem on mod_perl and/or php's side?
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]