[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [cobalt=users] RaQ4 SSL CGI Problems
- Subject: Re: [cobalt-users] [cobalt=users] RaQ4 SSL CGI Problems
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue May 22 16:52:43 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Since installing the latest updates when I attempt to access my
> https://mydomain.tld/cgi-bin/test.cgi
> I get a page not found error.
> But if I do
> http://mydomain.tld/cgi-bin/test.cgi
> It works.
> Something has happened, where using SSL will not work.
> Has anyone seen this error?
> Any ideas on how to fix it would be nice!
> Gerald
Excuse me while I talk to myself.
I have discovered that ahttpd is not running.
I can /etc/rc.d/init.d/ahttpd stop
and the log files shows a normal shutdown
then /etc/rc.d/init.d/ahttpd start
and the log files shows a normal startup.
but ps ax | grep ahttpd
comes up with nothing.
This SSL is running? on the main site, and
https://mydomain.tld/admin won't work either
It used to be that when I accessed http://mydomain.tld/admin
the browser would switch to https://mydomain.tld/admin
Gerald