Re: [users@httpd] Upgrade Apache from 1.3.22 to the latest version

2013-03-14 Thread Pete Houston
On Thu, Mar 14, 2013 at 10:27:55AM +0530, vitthal@tatamotors.com wrote: > We have Apache version(Oracle HTTP Server Powered by Apache/1.3.22 > (Unix) running on > 9i E-businees suite(9.2.0). > What is the step by step procedure of upgrading it to the latest > version. Start by reading this:

[users@httpd] SSL authentication by clients certificates or by IP

2013-03-14 Thread Jean-Francois Maeyhieux
Hello everyone ! My purpose is simple: I want a unique SSL vhost that permit two way to access the website: a) People from specific IP could access the content b) People with a valid client certificate could access the content I know how to achieve each access way but not both in the same t

[users@httpd] Apache 2.0.63 on AIX6.1 -- how to get .so modules

2013-03-14 Thread Prashans Mistry
Hi Guys, Please find the scenario where we are geting the trouble with Apache 2.0.63. AIX 5.1 - apache2.0.63 We are using the Apache 2.0.63 on AIX5.1 for our most of the Peoplesoft enviornments. All the modules including the weblogic module mod_wl_20.so are with the extension of .so. AIX 6.1

Re: [users@httpd] Apache 2.0.63 on AIX6.1 -- how to get .so modules

2013-03-14 Thread Eric Covener
On Thu, Mar 14, 2013 at 7:49 AM, Prashans Mistry wrote: > > Hi Guys, > > Please find the scenario where we are geting the trouble with Apache > 2.0.63. > > AIX 5.1 - apache2.0.63 > > We are using the Apache 2.0.63 on AIX5.1 for our most of the Peoplesoft > enviornments. > All the modules including

Re: [users@httpd] SSL authentication by clients certificates or by IP

2013-03-14 Thread Yehuda Katz
I am not near my computer, so I can't test this, but I believe what you are looking for is the "Satisfy Any" directive. http://httpd.apache.org/docs/2.2/mod/core.html#satisfy - Y On Thursday, March 14, 2013, Jean-Francois Maeyhieux wrote: > Hello everyone ! > > >My purpose is simple: > > I w

Re: [users@httpd] Apache 2.0.63 on AIX6.1 -- how to get .so modules

2013-03-14 Thread Prashans Mistry
Thanks Eric, I have tried to set the native environment variables ac_cv_build and ac_cv_build_alias to powerpc-ibm-aix5.3.0.0 before running configure. But after configure , In make I am getting following errors ld: 0711-317 ERROR: Undefined symbol: .ap_single_module_configure ld: 0711-317 ERROR:

Re: [users@httpd] Apache 2.0.63 on AIX6.1 -- how to get .so modules

2013-03-14 Thread Eric Covener
On Thu, Mar 14, 2013 at 8:19 AM, Prashans Mistry wrote: > Thanks Eric, > > I have tried to set the native environment variables ac_cv_build and > ac_cv_build_alias to > powerpc-ibm-aix5.3.0.0 before running configure. But after configure , In > make I am getting following errors > > ld: 0711-317 E

Re: [users@httpd] Apache 2.0.63 on AIX6.1 -- how to get .so modules

2013-03-14 Thread Prashans Mistry
Hi Eric, I have did configure again by setting the variables, Let me untar the dump again replace the config.sub/config.guess from 2.2.22 release and test again. I will post the outcome. Thasnks, Prashans From: Eric Covener To: users@httpd.apache.org, Date: 14/03/2013 06:11 PM Subjec

Re: [users@httpd] SSL authentication by clients certificates or by IP

2013-03-14 Thread Jean-Francois Maeyhieux
My problem is accurately Here. How could I use the 'Satisfy Any' directive to check that client certificate is valid and have some specific field. Is 'Satisfy Any' compatible with 'SSLVerifyClient/SSLVerifyDepth/SSLRequire' directive ? All my try to mix both brings me to an "Internal Server Erro

Re: [users@httpd] SSL authentication by clients certificates or by IP

2013-03-14 Thread Jan Vávra
Hello, for a) I'd use directives Order, Allow, Deny for Directory for b) I'd use SSLVerifyClient require This options allows only such clients with client certificate iisued in the list defined by SSLCACertificateFile For more filtering by the specific field of cert eg. Common Name set |SSL

Re: [users@httpd] Apache 2.0.63 on AIX6.1 -- how to get .so modules

2013-03-14 Thread Prashans Mistry
Hi, Just a quick note for following, Sorry if i am asking question of very low level as I do not have that much expertise in apache... I have done the clean build of 2.0.63 by replacing the config.sub/config.guess from 2.2.22 version, but it had produced the .la and .a extension modules only how

Re: [users@httpd] SSL authentication by clients certificates or by IP

2013-03-14 Thread Jean-Francois Maeyhieux
On Thu, 2013-03-14 at 14:33 +0100, Jan Vávra wrote: > Hello, > for a) I'd use directives Order, Allow, Deny for Directory > for b) I'd use > SSLVerifyClient require > This options allows only such clients with client certificate iisued > in the list defined by SSLCACertificateFile > I just n

Re: [users@httpd] Apache 2.0.63 on AIX6.1 -- how to get .so modules

2013-03-14 Thread Eric Covener
On Thu, Mar 14, 2013 at 10:37 AM, Prashans Mistry wrote: > Hi, > > Just a quick note for following, Sorry if i am asking question of very low > level as I do not have that much expertise in apache... > > I have done the clean build of 2.0.63 by replacing the > config.sub/config.guess from 2.2.22

Re: [users@httpd] Apache 2.0.63 on AIX6.1 -- how to get .so modules

2013-03-14 Thread Prashans Mistry
Thanks a ton Eric, This time i am successful in getting .so modules in 2.0.63 version also. What made it worked is setting up the following 2 variables. ac_cv_build=powerpc-ibm-aix5.3.0.0 ac_cv_build_alias=powerpc-ibm-aix5.3.0.0 And thanks for the link also it will help a lot in future. Thanks

[users@httpd] Struggling with Reverse Proxy Configuration for Server with multiple subdomains

2013-03-14 Thread Ryan Merrell
Our web application (an LMS) uses three subdomains to serve its content: home.example.com training.example.com shared.example.com These are all vhosts running off of 1 server. My end goal is to use mod_proxy as a reverse proxy and to load balance between two servers. Until we can make changes to

[users@httpd] Disallow script execution in directory

2013-03-14 Thread Oliver Betz
Hi, since there are many ways to configure script interpreters, I'm looking for a safe and universal way to disallow execution of scripts in certain directories, i.e. directories where CMS users can upload files. I found two settings: "Options -ExecCGI" - seems to be effective in usual virtual h