Re: [users@httpd] PHP list issues

2013-03-07 Thread Hendrik Schmieder
georg schrieb: Hi, have a problem getting a picture stored and retreived by ODBC in PHP to get rendered, it comes as a golliable flush of nonsens characters anyone has a clue, or a deferral to a good PHP forum tnx http://www.php.net/mailing-lists.php ---

[users@httpd] Re: Apache Http + mod_session.so

2013-03-07 Thread nskarthik
>>It's only available as part of 2.4. Probably has dependencies also not in 2.2 Thx for reveling Info about non avaliability My requirement is to use Apache 2.2x + SSL + LDAP + SSO as If my chances of using "session_module" usage for SSO ,then I am ready to migrate to 2.24 from 2.22 But

Re: [users@httpd] SSL Mutual Authentication

2013-03-07 Thread chima s
HI Eric, the tcpdump shows 2 connection. Please find the connection dump, 10.00192.168.78.6410.250.250.188TCP6814104 > https [SYN] Seq=0 Win=8192 Len=0 MSS=1260 WS=4 SACK_PERM=1 20.00015110.250.250.188192.168.78.64TCP68https > 14104 [SYN, ACK]

Re: [users@httpd] Apache Forward Proxy with App Server Integration.

2013-03-07 Thread Anil J
Thanks Jim, I did listen to some of the videos ( http://www.youtube.com/watch?v=yNuuoQLw0tA) available on the net before writing to the list. However, I was not completely sure if it the solution to my problem. I have given some more elaboration to my problem on the list (its another email). Can

Re: [users@httpd] SSL Mutual Authentication

2013-03-07 Thread Eric Covener
On Thu, Mar 7, 2013 at 12:08 PM, chima s wrote: > Hi Eric, > > Its single connection. Just testing with single browser and calling the > default SSL home page. Please be more clear. Does your packet trace show two tcp connections are made, or one?

Re: [users@httpd] SSL Mutual Authentication

2013-03-07 Thread chima s
Hi Eric, Its single connection. Just testing with single browser and calling the default SSL home page. Regards, Chima On Thu, Mar 7, 2013 at 9:29 PM, Eric Covener wrote: > On Thu, Mar 7, 2013 at 12:54 AM, chima s wrote: > > Hi All, > > > > We have setup SSL mutual authentication as per doc

Re: [users@httpd] SSL Mutual Authentication

2013-03-07 Thread Eric Covener
On Thu, Mar 7, 2013 at 12:54 AM, chima s wrote: > Hi All, > > We have setup SSL mutual authentication as per document and it is > working fine. But while checking packet flow using tcpdump, we found > server is requesting the client certificate twice. Is this normal ?.or > i am missing something.

[users@httpd] SSL Mutual Authentication

2013-03-07 Thread chima s
Hi All, We have setup SSL mutual authentication as per document and it is working fine. But while checking packet flow using tcpdump, we found server is requesting the client certificate twice. Is this normal ?.or i am missing something. Because in RFC, it is mentioned only one request. Below is

Re: [users@httpd] PHP list issues

2013-03-07 Thread Ben Johnson
On 3/6/2013 4:46 PM, georg wrote: > Hi, > > have a problem getting a picture stored and retreived by ODBC in PHP to > get rendered, > it comes as a golliable flush of nonsens characters > > anyone has a clue, or a deferral to a good PHP forum > > tnx > > Georg > You've acknowledged already

Re: [users@httpd] Apache Forward Proxy with App Server Integration.

2013-03-07 Thread Jim Jagielski
There are a number of webinars and preso's on the reverse proxy capability of Apache... I would suggest you review those to get a basic understanding, at which point we'd be better able to answer your questions. On Mar 6, 2013, at 10:16 PM, Igor Cicimov wrote: > > > > On Thu, Mar 7, 2013 at 1

Re: [users@httpd] mods-enabled/dir.conf & conf.d/ files

2013-03-07 Thread Sander Smeenk
Quoting Sander Smeenk (ssme...@freshdot.net): > I noticed Apache does not pick up the DirectoryIndex setting from > conf.d/myconfig and sticks with the one found in mods-enabled/dir.conf. Now i read this one small line in the docs: "Note: Multiple DirectoryIndex directives within the same contex

[users@httpd] mods-enabled/dir.conf & conf.d/ files

2013-03-07 Thread Sander Smeenk
Hi, I'm running Apache 2.2.22(-1ubuntu1.2) on Ubuntu Precise GNU/Linux. Apache is not picking up the 'DirectoryIndex' configuration from the conf.d/ directory as i will illustrate below: Default installation has /etc/apache2/mods-available/dir.{load,conf} symlinked in /etc/apache2/mods-enabled/.

Re: [users@httpd] mod_cache logging

2013-03-07 Thread Eric Covener
On Thu, Mar 7, 2013 at 8:12 AM, Thiago Bemerguy wrote: > I am using 2.2, I didn't notice it was about 2.4. Isn't there anyway to log > mod_cache in 2.2? SetEnv CACHE_MISS 1 and then log it and/or %{Age}o - To unsubscribe, e-mail

Re: [users@httpd] mod_cache logging

2013-03-07 Thread Thiago Bemerguy
I am using 2.2, I didn't notice it was about 2.4. Isn't there anyway to log mod_cache in 2.2? 2013/3/6 Igor Cicimov > > On 07/03/2013 3:01 AM, "Thiago Bemerguy" wrote: > > > > http://httpd.apache.org/docs/current/mod/mod_cache.html#status > > > > Based on the caching decision made, the reason

Re: [users@httpd] Apache Http + mod_session.so

2013-03-07 Thread Eric Covener
On Wed, Mar 6, 2013 at 11:35 PM, nskarthik wrote: > Hi > > Spec : Apache 2.22 > O/s = Suse / RedHat Enterprise 64 bit > > Where can i download "mod_session.so" to be used with the Apache 2.22 module > ? > > Please i need the url for the same > > I have Googled /Yahooed no specific ur

Re: [users@httpd] client connection being passed to apache modules

2013-03-07 Thread Eric Covener
On Thu, Mar 7, 2013 at 4:24 AM, Bhanu wrote: > Hi, > > I am using Apache with mod_gsoap. > Is there any way in which I can send the client connection information to > the module mod_gsoap. > > In the handler function I could see a pointer to an object of type struct > request_rec being passed as a

Re: [users@httpd] Re: Apache Http + mod_session.so + Invalid command 'AuthzLDAPAuthoritative'

2013-03-07 Thread Eric Covener
On Thu, Mar 7, 2013 at 7:13 AM, nskarthik wrote: > Spec : Apache 2.22 > O/s = Suse / RedHat Enterprise 64 bit > > > I just worked with Apache 2.22 + LDAP sucessfully, but wanted to try > > LoadModule session_modulemodules/mod_session.so > > This is not available in Apache 2.22,he

[users@httpd] Syslog having many lines with "httpd2-prefork: 0"

2013-03-07 Thread Peter Stimpel
Hi all I was checking Google many times, posted on serverfault.com with no answer so far, so maybe somebody on this list has an idea. Since a few days my Apache 2.2.22 is writing "httpd2-prefork: 0" into the logfile of the server (OpenSuSE 12.2 64bit). The last change before that was to switc

Re: [users@httpd] Redirect from direct traffic

2013-03-07 Thread Ismael Puerto
I have apache 2.2.23 On 06/03/13 19:01, Eric Covener wrote: > On Wed, Mar 6, 2013 at 12:16 PM, Ismael Puerto wrote: >> Hi list >> >> I would like to redirect only direct traffic >> for example: >> >> In you browser, i enter to: www.page1.com -> redirect --- > >> www.page1.com/index2.html >> >