Re: [us...@httpd] Installation: Enabling HTTPS on 2.2.15 win32 with SSL - throws error.

2010-05-10 Thread Sharl.Jimh.Tsin
hi, you must provide the RSA Private Keys and Certificates in the httpd-ssl.conf see more here:http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#aboutcerts Best regards, Sharl.Jimh.Tsin 2010/5/11 Bruno Melloni : > I am completely new to the Apache Web Server.  I had no problems installing > a

Re: [us...@httpd] mod_expires > Why are both the Expires and Cache-Control HTTP headers set?

2010-05-10 Thread Nick Kew
On 10 May 2010, at 23:37, Geoff Millikan wrote: >> The HTTP spec linked below says, "Servers specify explicit >> expiration times using *either* the Expires header, or >> the max-age directive of the Cache-Control header." >> >> So why then does mod_expires set *both* the Expires HTTP >> heade

Re: [us...@httpd] mod_expires > Why are both the Expires and Cache-Control HTTP headers set?

2010-05-10 Thread Eric Covener
On Mon, May 10, 2010 at 6:37 PM, Geoff Millikan wrote: >> The HTTP spec linked below says, "Servers specify explicit >> expiration times using *either* the Expires header, or >> the max-age directive of the Cache-Control header." It later talks about times when you might want to set them to diffe

RE: [us...@httpd] mod_expires > Why are both the Expires and Cache-Control HTTP headers set?

2010-05-10 Thread Geoff Millikan
Is this the wrong forum for this question? > The HTTP spec linked below says, "Servers specify explicit > expiration times using *either* the Expires header, or > the max-age directive of the Cache-Control header." > > So why then does mod_expires set *both* the Expires HTTP > header *and*

[us...@httpd] Appserver Queues Filling Up

2010-05-10 Thread Ben Knight
Apache version:2.2.3 JBoss version: 5 JBoss Web: 2.1.3.GA mod_jk: 1.2.30 Dear community, We are having a Wicket-based Java application deployed in a production server cluster using Apache (2.2.3) with mod_jk (1.2.30) as load balancing compo

[us...@httpd] Installation: Enabling HTTPS on 2.2.15 win32 with SSL - throws error.

2010-05-10 Thread Bruno Melloni
I am completely new to the Apache Web Server. I had no problems installing and running HTTP. The problems started when enabling HTTPS. I could not find instructions in the documentation but I noticed that httpd.conf has two commented sections: LoadModule ssl_module modules/mod_ssl.so Include

[us...@httpd] Apache and daemon capabilities

2010-05-10 Thread osishkin osishkin
Hi, I'm trying to use Apache for a file service, with multiple processes. I want to get user file permissions from the OS itself, by setfsuid-ing every time of the individual daemon process (yes, I know that there are other - perhaps better - ways to achieve this. but this is what I need). I'm u

Re: [us...@httpd] apxs: not found

2010-05-10 Thread Eric Covener
On Mon, May 10, 2010 at 5:13 AM, Tapan Maheshwari wrote: > Hi Sakthi, > > I have removed this line from apxs, i got following output > > $ ./apxs -c -I/usr/include/libxml2 -I. -i mod_xml2enc.c > ./apxs: require: not found > ./apxs: use: not found > ./apxs: package: not found > ./apxs: syntax error

Re: [us...@httpd] apxs: not found

2010-05-10 Thread Tapan Maheshwari
Hi Sakthi, I have removed this line from apxs, i got following output $ ./apxs -c -I/usr/include/libxml2 -I. -i mod_xml2enc.c./apxs: require: not found./apxs: use: not found./apxs: package: not found./apxs: syntax error at line 26: `(' unexpected$ Line 26 in apxs is following:my %config_vars = ()