[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [cobalt=users] RaQ4 SSL CGI Problems



> 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
Again, new diagnosis
I guess SSL is working as I have in ps ax
 5269 ?        S      0:00 /usr/sbin/httpd -f /etc/admserv/conf/httpd.conf
 5273 ?        S      0:00 /usr/sbin/httpd -f /etc/admserv/conf/httpd.conf
I thought it should be ahttpd? (it's 4:00 AM)
http://www.mydomain.tld/admin does work and does
switch to https://www.mydomain.tld/admin
But https://www.mydomain.tld/cgi-bin/mycgi.cgi 
does not work, while
http://www.mydomain.tld/cgi-bin/mycgi.cgi  does work.
???
Gerald