Hiendl Elke wrote:
> 
> Hi Adam,
> 
> thanks for your kind help. But I�m still having trouble:
Can you explain how you installed apache, etc.? Although
it can take a bit longer, IMO it's always best to build
from the source code, not from .deb or .rpms.

> apachectl is in /usr/local/apache/bin but despite the permissions are o.k.,
> it prompts me that the command is not found.
> I already tried some of the tests: telnet localhost:80 gives me "Unknown
you should use

telnet localhost 80

not 

telnet localhost:80

> host" also telnet on Port 443; the same is with my full Server name. with
> telnet localhost I can connect.
> 
> The openssl command also wasn`t found (??), the same with cURL.
So, either openssl is not in your path, or it isn't
installed! Use whereis or find to locate openssl,
otherwise get the source and install it.

> When I try: cd /usr/sbin
>                 # httpd -DSSL
> it gives the following error-message:
> [..][warn] Loaded DSO libexec/mod_jserv.so uses plain Apache 1.3 API, this
> module might crash under EAPI! (please recompile it with -DEAPI).
> I  compiled the JServ module, because I have to include Tomcat in my
> httpd.conf.
> So actually, I have to problems: to get the Apache started with SSL on Port
> 443 and to get Tomcat to talk to Apache. All ASAP!
There was recently some discussion about mod_ssl
with mod_jserv on this list. Perhaps the list
archives can help you here. I have no experience
with mod_ssl + mod_jserv 8(


> 
> Any help is greatly appreciated
> 
> Elke
> 
> > -----Urspr�ngliche Nachricht-----
> > Von: Adam Nealis [mailto:[EMAIL PROTECTED]]
> > Gesendet am: Mittwoch, 18. Oktober 2000 11:02
> > An: [EMAIL PROTECTED]
> > Betreff: Re: AW: HTTPS-Error
> >
> > Hiendl Elke wrote:
> > >
> > > when I type whereis apachectl it prompts me "apachectl:";
> > when I point to
> > Try
> >
> > find / -name apachectl -print
> >
> > I suspect apachectl is in /usr/local somewhere, and
> > whereis isn't checking there.
> >
> > > https://localhost, it also hangs.
> > > So what to do now?
> > Read http://www.modssl.org/docs/2.7/ssl_faq.html#ToC19 and
> > try some of the tests. Something is running on 443, and I
> > suspect it's apache. Use apachectl to stop apache, then
> > verify there is nothing on 443.
> >
> > >
> > > > -----Urspr�ngliche Nachricht-----
> > > > Von: Adam Nealis [mailto:[EMAIL PROTECTED]]
> > > > Gesendet am: Mittwoch, 18. Oktober 2000 10:18
> > > > An: [EMAIL PROTECTED]
> > > > Betreff: Re: HTTPS-Error
> > > >
> > > > Hiendl Elke wrote:
> > > > >
> > > > > I have Apache1.3.12, modssl 2.6.6-1-3-12 and openssl 0.9.6
> > > > running on
> > > > > Caldera OpenLinux 2.3. I configured my Apache to listen
> > > > only to Port 443. I
> > > > > am able to start Apache, but when I type:
> > > > https://myserver.domain.com , the
> > > > > whole thing just hangs; when I look in  the error.log I get
> > > > following:
> > > > >
> > > > > [] [error] [client 192.168.3.42] Invalid method in request +
> > > > >
> > > > > It also tells me, that it could not bind to Port 443
> > > > (Adress already in use:
> > > > > make_sock: could not bind to port 443)
> > > > http://www.modssl.org/docs/2.7/ssl_faq.html#ToC19 tells
> > > > you how to manually check your HTTPS server. This will
> > > > tell you if something is listening to 443.
> > > >
> > > > > When I try to start with apachectl startssl, I am told that
> > > > the command was
> > > > > not found ????
> > > > > Sounds all very strange to me, can anybody help me?
> > > > It sounds to me that your PATH doesn't include
> > > > apachectl.
> > > >
> > > > whereis apachectl
> > > >
> > > > should help. What happens if you point your web
> > > > browser at https://localhost/ ?
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to