[users@httpd] Re: SSL configuration not working

2011-06-17 Thread DW
See if this article has anything useful to make it work: hth Jeff Shearer wrote: > I am having some trouble getting an SSL connection to work properly. It has > been a while since I have done this. If I disabl

Re: [users@httpd] Wildcard SSL Certificate Traffic Segregation

2011-06-17 Thread Margus Pärt
If you are using only SSL without client (smarotcard etc) authentication, you could to it so: ... ProxyPass / http://localhost/ ProxyPassReverse / http://localhost/ ... (also you should have mod_rpaf taken into use for correct IP-s. You would be doing double proxying, but could have nam

Re: [users@httpd] Subdomain redirection in Apache Virtual Hosting

2011-06-17 Thread Jeroen Geilman
On 06/17/2011 09:45 AM, Darren Kukulka wrote: Sorry, I thought I was clear that I'm looking for suggestions on how to acheive the subdomain redirection in virtual hosting... There is no such thing as a "subdomain";all vhosts have hostnames. Just define a new vhost with the additional hostnam

Re: [users@httpd] making exception in Location path

2011-06-17 Thread Jeroen Geilman
On 06/17/2011 10:38 PM, neubyr wrote: I have an authentication rule for entire site as follows: { AuthType Basic ... ... } Is there any way to exclude only a particular path from this authentication realm. Any help or suggestions? Location /no/auth allow from all satisfy any /Loca

[users@httpd] making exception in Location path

2011-06-17 Thread neubyr
I have an authentication rule for entire site as follows: { AuthType Basic ... ... } Is there any way to exclude only a particular path from this authentication realm. Any help or suggestions? SysInfo: Apache/2.2.3 on CentOS 5.6. -- thanks, neuby.r -

Re: [users@httpd] SSL configuration not working

2011-06-17 Thread Pete Houston
On Fri, Jun 17, 2011 at 12:27:49PM -0400, Jeff Shearer wrote: > I am running apache 2.2.14 > [snip] > > SSLCACertificateFile "/files/thisdomain.conf/intermediate.crt" > At least, this is not what you want. SSLCACertificateFile specifies the cert of the CA which issues certs to the *clients*.

Re: [users@httpd] apache2 or mod_perl2 oddball error

2011-06-17 Thread William Bulley
According to Torsten F?rtsch on Thu, 06/16/11 at 11:16: > > Try > > > use Apache2::Const -compile=>qw/:common/; > > > What you try to do is > > use q{Apache2::Const -compile => ':common'}; > > You can also write > > PerlModule Apache2::Const > > It complies the same symbols as :comm

[users@httpd] SSL configuration not working

2011-06-17 Thread Jeff Shearer
I am having some trouble getting an SSL connection to work properly. It has been a while since I have done this. If I disable SSL I can get to the http site just fine. As a trouble shooting step I left the http site up and enabled the SSL site. Again I can get to the http site but not the

RE: [users@httpd] Wildcard SSL Certificate Traffic Segregation

2011-06-17 Thread Gulati, Sushant
Thanks a lot for your help Tom. I will try it out at my end. Regards, Sushant Gulati _ -Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: Friday, June 17, 2011 7:29 PM To:

Re: [users@httpd] Wildcard SSL Certificate Traffic Segregation

2011-06-17 Thread Tom Evans
On Fri, Jun 17, 2011 at 2:51 PM, Gulati, Sushant wrote: > First of all I really appreciate all the help I’ve received from this > mailing list. > > > > We have a setup with a Wildcard SSL certificate for *.mydomain.com. There is > a Tomcat server running in the background integrated with Apache th

[users@httpd] Wildcard SSL Certificate Traffic Segregation

2011-06-17 Thread Gulati, Sushant
First of all I really appreciate all the help I've received from this mailing list. We have a setup with a Wildcard SSL certificate for *.mydomain.com. There is a Tomcat server running in the background integrated with Apache through mod_jk. Till now, all the requests to www.mydomain.com were

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. >

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 havin

[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 loggin

Re: [users@httpd] Query regarding iBatis

2011-06-17 Thread Vikram Jain
Thanks On Fri, Jun 17, 2011 at 2:09 PM, Björn Zettergren < bjorn.zetterg...@basefarm.se> wrote: > On 06/17/2011 09:54 AM, Vikram Jain wrote: > >> Hi, >> >> I have a doubt in iBatis, hope you can help me out. >> > > You have reached the apache httpd user mailinglist. I suspect you will be > able t

Re: [users@httpd] Query regarding iBatis

2011-06-17 Thread Björn Zettergren
On 06/17/2011 09:54 AM, Vikram Jain wrote: Hi, I have a doubt in iBatis, hope you can help me out. You have reached the apache httpd user mailinglist. I suspect you will be able to find a more suitable mailinglist for your question at http://www.mybatis.org. Good luck. /Björn Zettergren

[users@httpd] Query regarding iBatis

2011-06-17 Thread Vikram Jain
Hi, I have a doubt in iBatis, hope you can help me out. If I use a executeBatchDetailed, the API says "sub-batch is created by adding a statement to the batch that does not equal the prior statement". Does it means that when i add different queries (lets say insert in two different tables) in sam

Re: [users@httpd] Subdomain redirection in Apache Virtual Hosting

2011-06-17 Thread Darren Kukulka
Sorry, I thought I was clear that I'm looking for suggestions on how to acheive the subdomain redirection in virtual hosting... I'm not well versed in mod_rewrite and regular expressions, etc On 16 June 2011 18:38, Jeroen Geilman wrote: > ** > On 06/16/2011 07:04 PM, Darren Kukulka wrote: > > H

[users@httpd] SERVER_PORT and HTTP_HOST is "incorrect"

2011-06-17 Thread Sean SPALDING
Hi all, I'm running Apache/2.2.3 (Red Hat) listening on 127.0.0.1:80, :88,:443 and 10.1.122.31:8080. There are VirtualHost's on 127.0.0.1:80 and 10.1.122.31:8080. Offloaded SSL requests (via an Application Switch) coming in through squid (on port 8443) are forwarded to apache on 127.0.0.1:80 ar