Re: [users@httpd] Question

2014-04-28 Thread Yehuda Katz
mod_session_dbd and php $_SESSION have nothing to do with each other and php has its own session management system. If you can better explain what you are trying to do, someone might be able to give you a recommendation for whether to use mod_session or php session. Also, the Comments section on

RE: [users@httpd] Question

2014-04-28 Thread Билгүүн Ө
using php session. Is there any module that possible to sync php sessions. From: Yehuda Katz [mailto:yeh...@ymkatz.net] Sent: Tuesday, April 29, 2014 12:27 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Question mod_session_dbd and php $_SESSION have nothing to do with each other

[users@httpd] Question regarding ProxyPass and !

2013-09-26 Thread Thomas Eckert
Using a config like this Proxy balancer://cd107d9706d71153bafd4ab15f1c6b5d BalancerMember http://backend.example.local status=-SE /Proxy VirtualHost 10.10.10.10:80 ServerName frontend.example.local SSLProxyEngine On RequestHeader set X-Forwarded-Proto http

Re: [users@httpd] Question regarding ProxyPass and !

2013-09-26 Thread Jeremy Frank
We are doing something more like this on our 2.4 servers: Proxy balancer://cd107d9706d71153bafd4ab15f1c6b5d BalancerMember http://backend.example.local status=-SE /Proxy VirtualHost 10.10.10.10:80 ServerName frontend.example.local SSLProxyEngine On RequestHeader set

Re: [users@httpd] Question regarding ProxyPass and !

2013-09-26 Thread Tom Evans
On Thu, Sep 26, 2013 at 10:58 AM, Thomas Eckert thomas.r.w.eck...@gmail.com wrote: Using a config like this Proxy balancer://cd107d9706d71153bafd4ab15f1c6b5d BalancerMember http://backend.example.local status=-SE /Proxy VirtualHost 10.10.10.10:80 ServerName

[users@httpd] Question about mod_proxy_balancer

2013-07-15 Thread Ali Majdzadeh
H ello List, The Barracuda load balancer has feature which enables it to recover a broken web connection. Let me explain the scenario; suppose that there exist two web servers behind the Barracuda load balancer and the user is downloading a file from one of the back-end web servers. Now, suppose

[users@httpd] Question regarding Apache 2.2.x reverse proxy connecting to Outlook Web Access through Exchange Active Sync version 14 via Windows 8 Mobile

2013-03-22 Thread Hardegree, Scott Tremain (ESS)
Hello All! I have recently been dropped into the role of the Apache Tomcat and HTTPD go-to guy within our company as I am the most familiar with the inner-workings of our enterprise Apache reverse proxy environment. I am by no means a subject matter expert and all knowledge I have gained thus

[users@httpd] Question about Apache SSLCACertificatePath behavior

2013-03-02 Thread ohaya
Hi, I have a question about the SSLCACertificatePath directive: When Apache sends the list of CAs that it's willing to accept client certificates from, is that list of CAs dynamic if the SSLCACertificatePath directive is used? What I mean by that is: - if, for example, one of

Re: [users@httpd] Question about Apache SSLCACertificatePath behavior

2013-03-02 Thread Eric Covener
Try it and see, then post your observations here: https://issues.apache.org/bugzilla/show_bug.cgi?id=53037 The issue rang a bell, but unfortunately it is not resolved. It seems unlikely to be dynamic, though. On Sat, Mar 2, 2013 at 9:46 PM, oh...@cox.net wrote: Hi, I have a question about

Re: [users@httpd] question with apache rewriterules (working using crome, but not FF)

2013-01-13 Thread Robert Rottermann
Thanks for the input, I found out that the problem lies in the request. It does not allays provide enough information for the redirect rules. I wonder why chrome works at all. Is there a way to add info to the request, that would survive a round trip? like setting a variable on the request that

[users@httpd] question with apache rewriterules (working using crome, but not FF)

2013-01-12 Thread Robert Rottermann
Hi there, we are about to go live with a site we reimplemented. The site structure is different between the two sites. What I now would like to do is that old content is fetched from the old site. This I try to do with apache redirect rules: Here they are: # # old

Re: [users@httpd] question with apache rewriterules (working using crome, but not FF)

2013-01-12 Thread Akash Jain
what does the rewrite logs say ? On Sat, Jan 12, 2013 at 8:49 PM, Robert Rottermann robert.rotterm...@gmx.ch wrote: Hi there, we are about to go live with a site we reimplemented. The site structure is different between the two sites. What I now would like to do is that old content is

[users@httpd] Question on Configuring a Site for SSL Only

2012-07-09 Thread Tom Browder
I have a working site on a single server with multiple virtual hosts and a commercial SSL certificate that serves them all okay. When setting up my site originally I was following examples from several places and now I wonder if I might simplify my configuration without compromising current

[users@httpd] Question: run CGI under Apache2 on ubuntu11.10

2012-06-15 Thread Hinet
Dear All, I write a cgi program (coding in C) and run on apache2. (ver 2.2.x) Now the client side get response data until the for loop end. But I have to response data to client immediately instead of the CGI finished. What can I do for this issue ? Note: I have already disabled the deflate.load

Re: [users@httpd] Question regarding apache not listening on port 80 and 443.....

2012-04-16 Thread Simone Caruso
On 10/04/2012 17:03, Mark Hamer wrote: Hello all Basically I have 2 versions of apache installed.One is an older 2.2.8 and the other an updated version of 2.2.21. When I shutdown the older version and start the newer version up to use port 80 and 443 it is not working. Both

[users@httpd] Question regarding apache not listening on port 80 and 443.....

2012-04-10 Thread Mark Hamer
Hello all Basically I have 2 versions of apache installed.One is an older 2.2.8 and the other an updated version of 2.2.21. When I shutdown the older version and start the newer version up to use port 80 and 443 it is not working.Both are set up to use port 80 and 443 but I only

Re: [users@httpd] Question About ACL

2012-03-27 Thread Téssio Fechine
De: Tom Evans tevans...@googlemail.com Assunto: Re: [users@httpd] Question About ACL Para: users@httpd.apache.org Data: Segunda-feira, 26 de Março de 2012, 10:14 2012/3/26 Téssio Fechine precheca...@yahoo.com.br: Not at all; you are right that that stanza is equivalent to Order

[users@httpd] Question About ACL

2012-03-26 Thread Téssio Fechine
Hello, I am learning apache, and the ironic part is that reading the apache documentation on acl reinforced my doubt in this matter. In this part: In the following example, all hosts in the apache.org domain are allowed access; all other hosts are denied access. Order Deny,Allow Deny from all

Re: [users@httpd] Question About ACL

2012-03-26 Thread Tom Evans
2012/3/26 Téssio Fechine precheca...@yahoo.com.br Hello, I am learning apache, and the ironic part is that reading the apache documentation on acl reinforced my doubt in this matter. In this part: In the following example, all hosts in the apache.org domain are allowed access; all other

Re: [users@httpd] Question About ACL

2012-03-26 Thread Téssio Fechine
De: Tom Evans tevans...@googlemail.com Assunto: Re: [users@httpd] Question About ACL Para: users@httpd.apache.org Data: Segunda-feira, 26 de Março de 2012, 8:19 2012/3/26 Téssio Fechine precheca...@yahoo.com.br Hello, I am learning apache, and the ironic part is that reading

Re: [users@httpd] Question About ACL

2012-03-26 Thread Tom Evans
2012/3/26 Téssio Fechine precheca...@yahoo.com.br: So, constructions like that: Order Deny,Allow   (allow by default) Deny from all      (deny everything) are indeed kind of pointless, right? Nonetheless it's the most used form, even in the official documentation. Not at all; you are

Re: [users@httpd] Question About ACL

2012-03-26 Thread Téssio Fechine
Not at all; you are right that that stanza is equivalent to Order Allow,Deny, but the behaviour after adding an additional Allow is different. There isn't one right or wrong way, you just have to understand that there are two ways, and what the differences are. Cheers Tom ... but

Re: [users@httpd] Question About ACL

2012-03-26 Thread Tom Evans
2012/3/26 Téssio Fechine precheca...@yahoo.com.br: Not at all; you are right that that stanza is equivalent to Order Allow,Deny, but the behaviour after adding an additional Allow is different. There isn't one right or wrong way, you just have to understand that there are two ways, and

Re: [users@httpd] Question About ACL

2012-03-26 Thread Eric Covener
I've always believed the second-thing-is-the-default is not intuitive/obvious and people don't like to depend on it -- they just want to choose the order of evaluation which has obvious use cases either direction. - To

Re: [users@httpd] Question About ACL

2012-03-26 Thread Rich Bowen
On Mar 26, 2012, at 7:10 AM, Téssio Fechine wrote: Hello, I am learning apache, and the ironic part is that reading the apache documentation on acl reinforced my doubt in this matter. In this part: In the following example, all hosts in the apache.org domain are allowed access; all

Re: [users@httpd] Question about mod_status

2012-03-07 Thread Tom Evans
On Tue, Mar 6, 2012 at 8:47 PM, arianna.man...@yahoo.com arianna.man...@yahoo.com wrote: Hi all, I'm trying to optimize performance of my web server (Debian Squeeze 64bit, it's a VM virtual machine with 4 GByte RAM and 4 vCpu). I'm using standard deb package and apache-prefork, with php

[users@httpd] Question about mod_status

2012-03-06 Thread arianna.man...@yahoo.com
Hi all, I'm trying to optimize performance of my web server (Debian Squeeze 64bit, it's a VM virtual machine with 4 GByte RAM and 4 vCpu). I'm using standard deb package and apache-prefork, with php running as module. I think /server-status give me a lots of information, but how can I start

Re: [users@httpd] Question about mod_status

2012-03-06 Thread Mathijs
Sounds like you should probably take a look at http://en.wikipedia.org/wiki/HTTP_persistent_connection to get an idea of what Keep-Alive means. If you find that those 'K' connections are hogging up too much resources, you could try adjusting your KeepAliveTimeout and MaxKeepAliveRequests

[users@httpd] Question on FileETag and mod_dav_fs

2012-03-04 Thread Tianyin Xu
Hi, all, I saw the warning message in the manual, the FileETag entry: - Warning Do not change the default for directories or locations that have WebDAV enabled and use mod_dav_fshttp://httpd.apache.org/docs/2.4/mod/mod_dav_fs.htmlas a

[users@httpd] Question about ChangeLog (CHANGES)

2012-02-22 Thread Tianyin Xu
Hi, guys, I want to ask a question about Apache ChangeLog. How can I check the changed code or patches corresponding to each ChangeLog entry? For example, the new Apache 2.4.1's ChangeLog is like Changes with Apache 2.4.1 *) SECURITY: CVE-2012-0053

[users@httpd] Question regarding OS support for Apache version 2.2.21....

2012-01-26 Thread Mark Hamer
Hello all I want to know if httpd version 2.2.21 is supported on older versions of Linux?Example Fedora 8 running on 32bit kernel. - Mark Hamer

Re: [users@httpd] Question regarding OS support for Apache version 2.2.21....

2012-01-26 Thread Mark Montague
On January 26, 2012 16:32 , Mark Hamer mha...@us.ibm.com wrote: I want to know if *httpd version 2.2.21* is supported on older versions of Linux?Example Fedora 8 running on 32bit kernel. What, specifically, do you mean by is supported? If you mean, will it compile and run without trouble,

Re: [users@httpd] Question regarding OS support for Apache version 2.2.21....

2012-01-26 Thread Mark Hamer
Subject:Re: [users@httpd] Question regarding OS support for Apache version 2.2.21 On January 26, 2012 16:32 , Mark Hamer mha...@us.ibm.com wrote: I want to know if *httpd version 2.2.21* is supported on older versions of Linux?Example Fedora 8 running on 32bit kernel. What

Re: [users@httpd] Question regarding OS support for Apache version 2.2.21....

2012-01-26 Thread William A. Rowe Jr.
On 1/26/2012 4:12 PM, Mark Hamer wrote: That is what I was askingif it will install and run without trouble. I plan on uprading it. Currently I have the following Apache version installed and running. If you aren't installing an rpm (and you can try the current source rpms for

[users@httpd] Question about Mod-proxy

2012-01-24 Thread Suneet Shah
Hello, I have setup the mod proxy work with my application using the configuration below. When I enter a url such as http://host/myapp/ the proxy works correctly. The target application comes up through the proxy However, If I change url to: http://host/myapp (without the trailing slash), the

Re: [users@httpd] Question on ApacheBench - Modifying POST Data between runs.

2011-12-16 Thread R J
Thank you Simone. JMeter is indeed a great tool. On Wed, Dec 14, 2011 at 5:20 PM, Simone Caruso i...@simonecaruso.comwrote: Jmeter is a great tool for benchmarking -- Simone Caruso IT Consultant +39 349 65 90 805 - The

Re: [users@httpd] Question on ApacheBench - Modifying POST Data between runs.

2011-12-15 Thread R J
Thank you for your suggestions. On Wed, Dec 14, 2011 at 5:20 PM, Simone Caruso i...@simonecaruso.comwrote: Jmeter is a great tool for benchmarking -- Simone Caruso IT Consultant +39 349 65 90 805 - The official

[users@httpd] Question on ApacheBench - Modifying POST Data between runs.

2011-12-14 Thread R J
Hi Everyone, I am using ApacheBench to for load testing. First time user. One of the tests is to POST data to the Web Server. I have the post file, with post data that I provide to the bench. Between calls I need to modify the post data. How can I do this? For example: Login POST has

Re: [users@httpd] Question on ApacheBench - Modifying POST Data between runs.

2011-12-14 Thread Eric Covener
On Thu, Dec 15, 2011 at 8:44 AM, R J rjoshi.subscripti...@gmail.com wrote: Hi Everyone, I am using ApacheBench to for load testing. First time user. One of the tests is to POST data to the Web Server. I have the post file, with post data that I provide to the bench. Between calls I need to

Re: [users@httpd] Question on ApacheBench - Modifying POST Data between runs.

2011-12-14 Thread Simone Caruso
Jmeter is a great tool for benchmarking -- Simone Caruso IT Consultant +39 349 65 90 805 - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info.

[users@httpd] Question about log?

2011-11-20 Thread Knute Johnson
I have a lot more of the following in my daily log. Any idea what exactly the known hack attempt was? Attempts to use known hacks by 197 hosts were logged 562 time(s) from: 71.198.234.91: 14 Time(s) 66.169.235.10: 10 Time(s) A total of 197 sites probed the server 108.201.92.73

[users@httpd] Question About Mod-Headers

2011-09-11 Thread Suneet Shah
hello, I am using Mod-Headers to pass some customer headers to one of our applications. I am passing some customer header using the directive below. However I am noticing that the module converts the header value to be lower case. The application that we are passing these to is checking the

[users@httpd] Question on load balancing forward proxy servers

2011-07-05 Thread Mills, Larry
Hello all, I've been able to successfully configure Apache as a load-balancer to content on Tomcat-based back-end servers and also to act as a forward web proxy and forward proxy-chain, but I'm wondering if it is possible to have Apache load-balance requests while acting as a forward proxy?

[users@httpd] Question regarding ErrorLog

2011-06-17 Thread Bocalinda
I'm having 1 domain with different PHP applications seperated by context. For example: www.mydomain.com/calculator www.mydomain.com/calendar What I'm trying to do is seperate the logs per context, instead of having one acces.log and error.log for all. My first idea was to use conditional

Re: [users@httpd] Question regarding ErrorLog

2011-06-17 Thread Mark Wiltshire
Virtual Hosts are you answer. R Mark On 17 Jun 2011, at 13:22, Bocalinda wrote: I'm having 1 domain with different PHP applications seperated by context. For example: www.mydomain.com/calculator www.mydomain.com/calendar What I'm trying to do is seperate the logs per context, instead of

Re: [users@httpd] Question regarding ErrorLog

2011-06-17 Thread Igor Galić
- Original Message - Virtual Hosts are you answer. One Vhost per App and then reverse-proxy. http://www.apachetutor.org/admin/reverseproxies R Mark On 17 Jun 2011, at 13:22, Bocalinda wrote: I'm having 1 domain with different PHP applications seperated by context. For

Re: [users@httpd] Question re: httpd automatically stopping

2011-05-17 Thread Mark Montague
On May 16, 2011 21:31 , Matt Windsor k...@windstream.net wrote: Every so often the httpd service on our server will stop -- I'm not seeing any attempts to automatically restart. Any thoughts? A friend of mine recommended the apache userlist. If you want httpd to automatically be

[users@httpd] Question re: httpd automatically stopping

2011-05-16 Thread Matt Windsor
Every so often the httpd service on our server will stop - I'm not seeing any attempts to automatically restart. Any thoughts? A friend of mine recommended the apache userlist. J The only things of interest I'm seeing in the error_log are the following: PHP Warning: Directive 'safe_mode'

Re: [users@httpd] Question re: httpd automatically stopping

2011-05-16 Thread Yehuda Katz
On Mon, May 16, 2011 at 9:31 PM, Matt Windsor k...@windstream.net wrote: Every so often the httpd service on our server will stop – I’m not seeing any attempts to automatically restart. Any thoughts? A friend of mine recommended the apache userlist. J The only things of interest I’m

Re: [users@httpd] question maybe conceptual on virtual hosting

2011-05-13 Thread Jeroen Geilman
On 05/13/2011 06:50 AM, David Mehler wrote: Hello, I've got a question on virtual hosts. I'm running httpd 2.2.3 on a rhel5 machine. I believe from what I've read that when one sets up a virtual host that the Listen and other directives in httpd.conf are no longer valid. Listen may only be

Re: [users@httpd] question maybe conceptual on virtual hosting

2011-05-13 Thread David Mehler
Hello, Thank you for your reply. From what your telling me the below is wrong. Is the only correction I have to make the elimination of the duplicate Directory / sections in the virtual hosts or do I have to take out more? Thanks. Dave. # httpd.conf # location of the web server tree

Re: [users@httpd] question maybe conceptual on virtual hosting

2011-05-13 Thread Jeroen Geilman
On 05/14/2011 01:13 AM, David Mehler wrote: Hello, Thank you for your reply. From what your telling me the below is wrong. Is the only correction I have to make the elimination of the duplicateDirectory / sections in the virtual hosts or do I have to take out more? An SSL NameVirtualHost

Re: [users@httpd] question maybe conceptual on virtual hosting

2011-05-13 Thread David Mehler
Hi, Thanks a lot. All my virtual host issues are now resolved. Thanks. Dave. On 5/13/11, Jeroen Geilman jer...@adaptr.nl wrote: On 05/14/2011 01:13 AM, David Mehler wrote: Hello, Thank you for your reply. From what your telling me the below is wrong. Is the only correction I have to make

Re: [users@httpd] Question on Auth Type SSPI

2011-05-04 Thread Dick Gregor
dick gregor. PE Eric Benjamin ebenja...@cypressconsulting.net wrote: So I was wondering if someone could point me in the correct direction for this Auth Type “SSPI”. I have replaced an admin that has this in a configuration file and I can fine no documentation on this auth type. I have

[users@httpd] Question on Auth Type SSPI

2011-04-21 Thread Eric Benjamin
So I was wondering if someone could point me in the correct direction for this Auth Type SSPI. I have replaced an admin that has this in a configuration file and I can fine no documentation on this auth type. I have figured out that it has to do with domain authentication but wanted to read the

Re: [users@httpd] Question on Auth Type SSPI

2011-04-21 Thread Mark Montague
On April 21, 2011 17:39 , Eric Benjamin ebenja...@cypressconsulting.net wrote: So I was wondering if someone could point me in the correct direction for this Auth Type SSPI. I have replaced an admin that has this in a configuration file and I can fine no documentation on this auth type. I

Re: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-18 Thread Ezra Taylor
Matt: I've been testing DAV with DAVfs for a little while now. Use my config below as you see fit. The below config is just a template I used from compiling Apache2 from source. Lastly, the config below is a file named httpd-dav.conf. Enjoy. DavLockDB /opt/apache2/var/DavLock

RE: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-16 Thread zMatthew
=== From: bennett.t...@con-way.com To: users@httpd.apache.org Date: Thu, 10 Mar 2011 07:46:55 -0800 Subject: RE: [users@httpd] Question about mod_dav in Apache2(Centos) “DAV On” can be used within a Directory … or within a Location … The code specifies

Re: [users@httpd] Question about RewriteMap files on a NFS filesystem

2011-03-12 Thread Mark Montague
On March 11, 2011 13:48 , Brian Hirt bh...@me.com wrote: We have a bunch of rewrite rules that use four standard plain text rewrite maps (ie RewriteMap mymap txt:/some/file).These rewrite maps only change about once a month, but when they do change, apache picks up the chances pretty much

[users@httpd] Question about Apache feature - Headers are concatenated with comma (mod_proxy and also with mod_weblogic)

2011-03-11 Thread Margus Pärt
Hello! Apache seems to do the following trick with headers: Connection goes in: GET / HTTP/1.0 Cookie: name=Value Cookie: name2=Value;name3=Value ... But is forwarded to backend so: GET / HTTP/1.0 Cookie: name=Value,name2=Value;name3=Value ... Can this comma be changed to ;? Br, Margus

Re: [users@httpd] Question about Apache feature - Headers are concatenated with comma (mod_proxy and also with mod_weblogic)

2011-03-11 Thread Jeff Trawick
On Fri, Mar 11, 2011 at 8:11 AM, Margus Pärt mar...@tione.eu wrote: Apache seems to do the following trick with headers: Connection goes in: GET / HTTP/1.0 Cookie: name=Value Cookie: name2=Value;name3=Value ... But is forwarded to backend so: GET / HTTP/1.0 Cookie:

[users@httpd] Question about RewriteMap files on a NFS filesystem

2011-03-11 Thread Brian Hirt
Hello, We have a bunch of rewrite rules that use four standard plain text rewrite maps (ie RewriteMap mymap txt:/some/file).These rewrite maps only change about once a month, but when they do change, apache picks up the chances pretty much immediately. I'm assuming that apache is doing a

RE: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-10 Thread zMatthew
Subject: Re: [users@httpd] Question about mod_dav in Apache2(Centos) On 10 Mar 2011, at 05:08, zMatthew wrote: I configured Apache2 to allow PUT method on a directory, DAV doesn't work with Directories. Use Location. -- Nick Kew Available for work, contract or permanent http

RE: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-10 Thread Bennett, Tony
: zMatthew [mailto:mathewz...@hotmail.com] Sent: Thursday, March 10, 2011 12:37 AM To: users@httpd.apache.org Subject: RE: [users@httpd] Question about mod_dav in Apache2(Centos) My httpd.conf doesn't exist Location, so I added the following the 3 lines in the file. Location / DAV On /Location

[users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-09 Thread zMatthew
I configured Apache2 to allow PUT method on a directory, /usr/local/apache/DAVLock is writeable by ApacheLoadModule dav_module modules/mod_dav.so is uncommentedLoadModule dav_module modules/mod_dav_fs.so is uncommented I just added 2 lines in default httpd.conf DAVLockDB

Re: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-09 Thread Nick Kew
On 10 Mar 2011, at 05:08, zMatthew wrote: I configured Apache2 to allow PUT method on a directory, DAV doesn't work with Directories. Use Location. -- Nick Kew Available for work, contract or permanent http://www.webthing.com/~nick/cv.html

[users@httpd] Question about mod_ldap and the LDAP Cache

2011-03-02 Thread Tim Gustafson
Hi, I'm using mod_ldap to authenticate users on a web site that allows people to manage their accounts, including changing their password and checking various bits, such as quotas and e-mail and so on. When a user changes their password, I need to figure out some way of invalidating the LDAP

Re: [users@httpd] Question about mod_ldap and the LDAP Cache

2011-03-02 Thread Eric Covener
On Wed, Mar 2, 2011 at 12:04 PM, Tim Gustafson t...@soe.ucsc.edu wrote: Hi, I'm using mod_ldap to authenticate users on a web site that allows people to manage their accounts, including changing their password and checking various bits, such as quotas and e-mail and so on. When a user

Re: [users@httpd] Question about mod_ldap and the LDAP Cache

2011-03-02 Thread Tim Gustafson
I need to figure out some way of invalidating the LDAP cache so that the user is then prompted for their new password I don't think there's currently any way to do this, but it sounds like a useful feature if you want to open an enhancement request. I suspect a directive could be added that

[users@httpd] Question about how to do certificate based authentication with Apache 2.0.50 ....

2005-05-31 Thread Matthew McHugh
Hello All, I am using Apache 2.0.50 on a Sun solaris webserver. I am trying to limit (for one virtual host) access to the site. I want to limit the access to one company that passes me their certificate. Is there a way to do this with apache 2.0.50? I see that something can be done with

RE: [users@httpd] Question about how to do certificate based authentication with Apache 2.0.50 ....

2005-05-31 Thread Ian Huynh
if you want to lock it down to exactly ONE client certificate, here's one way to do it if you need to screen on more than one cert, perhaps you can use SSL_CLIENT_S_DN_O (i think) instead of SSL_CLIENT_S_DN_CN Location /SomeVirtualDir SSLRequireSSL SSLVerifyClient

<    1   2