[users@httpd] walterkg

2013-02-28 Thread Jerome James
http://www.ageofdefiance.com/perfectbody-dor-1.php?r=inmensa*atmosphere==63103 an engagement, you know, must be kept e073b790db7ee6afff55452b6d9f3754af3bb76442a9016b4a1a578de21482dc:highspeed

Re: [users@httpd] Graceful Restart fails because of SSL Keys with Passphrase?

2013-02-28 Thread Shahriar Aghajani
Hi, Thanks for the responses. Maybe I should ask a more distinct question first: When we use "apachectl graceful", is the expected functionality that apache does not ask for pass-phrases again? Presumably because it has the decrypted keys already in memory? Or, does apache restart they key l

[users@httpd] Re: Installation of webapp in a virtualhost subdomain

2013-02-28 Thread Paulo J. Matos
On 28/02/13 16:58, Tom Evans wrote: What? Why are you doing some rewrite magic, and not simply defining virtualhosts for your subdomains? That's how I saw done somewhere online. :) Use a real virtualhost that has a proper DocumentRoot for each subdomain. That didn't occur to me but it wo

Re: [users@httpd] Using PostgreSQL auth - user permissions

2013-02-28 Thread D'Arcy J.M. Cain
On Thu, 28 Feb 2013 17:02:37 + Tom Evans wrote: > >> I think the password for the user that connects to the DB should > >> also be declared here like: > > > > I have two problems with that. I don't know all of my user's > > passwords and I don't want to store clear text passwords in the > > c

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-28 Thread Matthew Smith
Thank you, that fixed it. Thank you to all that helped. Matthew On Thu, Feb 28, 2013 at 12:59 AM, Igor Cicimov wrote: > > On 28/02/2013 4:57 PM, "Igor Cicimov" wrote: > > > > > > On 28/02/2013 4:14 PM, "Matthew Smith" wrote: > > > > > > This is apache 2.0.64 > > > ---

Re: [users@httpd] Application exception from Apache 2.4.3 (with APR 1.4.6)

2013-02-28 Thread Tom Evans
On Wed, Feb 27, 2013 at 5:02 AM, Pravesh Rai wrote: > Hi, > > > > While doing continuous restart of 64 bit Windows server, sometimes we get > application exception with following details: You would be better off reporting this to dev@ Have you ruled out bad memory in the machine? Can you reprodu

Re: [users@httpd] Using PostgreSQL auth - user permissions

2013-02-28 Thread Tom Evans
On Thu, Feb 28, 2013 at 4:46 AM, D'Arcy J.M. Cain wrote: > On Thu, 28 Feb 2013 13:04:21 +1100 > Igor Cicimov wrote: >> > I have recently upgraded to Apache 2.4, suExec and dbd >> > authentication with PostgreSQL. This is on a system with multiple >> > users. Here is an example virtual host entr

Re: [users@httpd] Installation of webapp in a virtualhost subdomain

2013-02-28 Thread Tom Evans
On Thu, Feb 28, 2013 at 3:36 PM, Paulo J. Matos wrote: > Hello, > > I am trying to get openphoto installed in photos.matos-sorge.com, this is a > subdomain of matos-sorge.com, which I own. > > To implement the subdomains I have a virtual host that starts with: > RewriteEngine on > # Rewrite ev

[users@httpd] Installation of webapp in a virtualhost subdomain

2013-02-28 Thread Paulo J. Matos
Hello, I am trying to get openphoto installed in photos.matos-sorge.com, this is a subdomain of matos-sorge.com, which I own. To implement the subdomains I have a virtual host that starts with: RewriteEngine on # Rewrite everything for example.com to the # /www/ subdirectory RewriteCon