: 25. oktober 2013 13:57
To: users@httpd.apache.org
Subject: Re: [users@httpd] Trouble installing renewed SSL certificate
On Oct 25, 2013, at 13:25 , Øyvind Lode wrote:
> Hi Harald.
>
> No.
>
> I just received the new certificate from Comodo.
>
> I assume they used the or
It sounds like the configured private key does not match your new certificate.
did you create a new private key and CSR when you ordered the new certificate?
Harald
On 10/25/2013 12:59 PM, Øyvind Lode wrote:
> Hi list!
>
> The ssl cert on my apache server have expired.
>
> It is
Hi list!
The ssl cert on my apache server have expired.
It is actually a server at work - a important one as well so I'm a bit stressed
at the moment.
The cert is renewed and I have received the cert files.
I'm now trying to install them but I can't get it to work.
I thought it was as simple
Hi:
You're missing ... and ... to allow
access to the proxied host.
Try something like this:
ProxyRequests off
Order deny,allow
Allow from all
ProxyPass / http://domain:8080/
ProxyPassReverse / http://domain:8080/
Order allow,deny
Allow from all
-Original Message-
From: Damien Hu
I can see that the domain is registered but I can't reach any dns servers.
loke:~$ host cdrstdu.edu.in
;; connection timed out; no servers could be reached
loke:~$ host -t NS cdrstdu.edu.in
;; connection timed out; no servers could be reached
loke:~$ whois cdrstdu.edu.in | grep -i 'name server'
Na
2011 23:19
To: users@httpd.apache.org
Subject: [users@httpd] RE: Apache, mod_proxy and Glassfish
Hi
Is glashfish listening on 127.0.0.1 ?
Alex
-Original Message-----
From: Øyvind Lode - Forums [mailto:for...@lode.is]
Sent: Wednesday, 16 November 2011 3:24 AM
To: Apache Users List (users@httpd
Tom Evans [mailto:tevans...@googlemail.com] wrote:
> Someone sent it USR1 - as the name suggests, it is a user signal. The
> most common/easiest way to send apache a SIGUSR1 is to run "apachectl
> graceful". Apache doesn't restart itself.
> Have you configured log rotation? When rotating logs,
Hi:
I have also noticed that apache restarts without me telling it to.
But I don't think this is related to my other question in another thread.
>From the log:
[Tue Nov 15 06:45:48 2011] [notice] SIGUSR1 received. Doing graceful restart
[Tue Nov 15 06:45:48 2011] [notice] Apache/2.2.14 (Ubunt
Hi:
I'm struggling with some Apache error messages.
I'm not 100% sure it's Apache which is faulty but it looks like it.
I'm using mod_proxy / mod_proxy_http to forward requests to Glassfish.
In apache's ssl error log I can see the following:
[Tue Nov 15 04:38:02 2011] [error] (103)Software cau