[users@httpd] Trouble installing renewed SSL certificate

2013-10-25 Thread Øyvind Lode
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

RE: [users@httpd] Trouble installing renewed SSL certificate

2013-10-25 Thread Øyvind Lode
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 actually a server at work

RE: [users@httpd] Trouble installing renewed SSL certificate

2013-10-25 Thread Øyvind Lode
: 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 oyv...@lode.is wrote: Hi Harald. No. I just received the new certificate from Comodo. I assume they used the original csr file

RE: [users@httpd] Apache 2 Reverse Proxy

2011-12-29 Thread Øyvind Lode
Hi: You're missing proxy *.../proxy and location /.../location to allow access to the proxied host. Try something like this: ProxyRequests off Proxy * Order deny,allow Allow from all /Proxy ProxyPass / http://domain:8080/ ProxyPassReverse / http://domain:8080/ Location / Order allow,deny

RE: [users@httpd] name-server

2011-12-03 Thread Øyvind Lode
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'

[users@httpd] RE: Apache, mod_proxy and Glassfish

2011-11-16 Thread Øyvind Lode - Forums
@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.apache.org) Subject

[users@httpd] Apache, mod_proxy and Glassfish

2011-11-15 Thread Øyvind Lode - Forums
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

[users@httpd] Apache restarting

2011-11-15 Thread Øyvind Lode - Forums
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

RE: [users@httpd] Apache restarting

2011-11-15 Thread Øyvind Lode - Forums
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, it is