Re: [EMAIL PROTECTED] Subdomain to other domain sub

2008-10-24 Thread André Warnier
Thierry Lavallée wrote: Can you guide on creating an alias or link in the filesystem? Also will this run without warning through HTTPS?! Note that this is not something that I would recommend as good practice, but I will suppose that you know what you are doing. Suppose you have two Virtual

Re: [EMAIL PROTECTED] Stoping bots from sucking files

2008-10-24 Thread Joseph S D Yao
On Fri, Oct 24, 2008 at 08:29:43PM +0100, Mário Gamito wrote: > Hi, > > I have this site that has a directory with some files. > A few weeks ago, two web bots started sucking those files at an impressive > rate. Use a robots.txt file in your home directory. http://www.robotstxt.org/ http://en.

Re: [EMAIL PROTECTED] Subdomain to other domain sub

2008-10-24 Thread Thierry Lavallée
Can you guide on creating an alias or link in the filesystem? Also will this run without warning through HTTPS?! thanks!!! On Wed, Oct 22, 2008 at 5:35 PM, Nick Kew <[EMAIL PROTECTED]> wrote: > Thierry Lavallée wrote: > >> I need to set up so that a subdomain looks in a sub folder of ANOTHER >>

[EMAIL PROTECTED] Stoping bots from sucking files

2008-10-24 Thread Mário Gamito
Hi, I have this site that has a directory with some files. A few weeks ago, two web bots started sucking those files at an impressive rate. I've put a .htaccess file like this in the directory: AuthType Basic AuthName files AuthUserFile /home/foobar/public_html/files/.htpasswd require valid-user

[EMAIL PROTECTED] FIPS 140 mode openssl support

2008-10-24 Thread Trent, Michael
Does the mod_ssl module support openSSL FIPS 140? I saw some indication on a search that this was discussed in 2007 as something that would be going in, but I see no evidence of that support. Thank you.

RE: [EMAIL PROTECTED] change BalancerMember status if servlet fails

2008-10-24 Thread Tom Evans
On Fri, 2008-10-24 at 15:19 +0300, Ryan Murray wrote: > > > > - Original Message > > From: André Warnier <[EMAIL PROTECTED]> > > To: users@httpd.apache.org > > Sent: Friday, October 24, 2008 2:42:58 AM > > Subject: Re: [EMAIL PROTECTED] change BalancerMember status if servlet fails > > >

[EMAIL PROTECTED] Custom Apache Module Compile/Runtime Failure on 64-bit RHEL 4

2008-10-24 Thread Matt Kasselman
I developed a custom Apache module to deal with some specific header issues in our environment. Everything works great on a 32-bit and a 64-bit ASF Apache build. However, if I try to build on a 64-bit RedHat 4 server with the RedHat apxs tool (/usr/sbin/apxs) and then run the module with RedHat Ap

Re: [EMAIL PROTECTED] how to uninstall httpd-2.2.10

2008-10-24 Thread Michele Mase'
My suggestion is: 1 packetize it if you can (it depends of which is your env: I mean, 4 example if you use linux rpm compatible with the command rpmbuild -ta httpd-x.y.z.tar.gz you should build all the packages apache related. I don't know the deb package syntax. If you don't use linux it depends o

[EMAIL PROTECTED] SSLRequire and directory recursion

2008-10-24 Thread Vincent Régnard
Hi all, I've performed client authentication for a while as followed: Top level virtual host root: /companysecure (SSLRequire a certificate with company valid DN) Subdirectories: /companysecure/sub1 /companysecure/sub2 (SSLRequire a certificate with more restrictive requirements on t

RE: [EMAIL PROTECTED] Authorization Failed: require directives present and no Authoritative handler

2008-10-24 Thread Matthew Devine
Seems like you were right, while looking through my conf file I didn't have mod_authz_user uncommented. Put that in and got rid of that error. Granted now I'm getting another error but that's on the mod_auth_kerb side. Thanks Andre. Matt -Original Message- From: André Warnier [mailto:[E

RE: [EMAIL PROTECTED] change BalancerMember status if servlet fails

2008-10-24 Thread Ryan Murray
> > - Original Message > From: André Warnier <[EMAIL PROTECTED]> > To: users@httpd.apache.org > Sent: Friday, October 24, 2008 2:42:58 AM > Subject: Re: [EMAIL PROTECTED] change BalancerMember status if servlet fails > > Chris Kemper wrote: > [...] > > > > > My question: If the servlet

Re: [EMAIL PROTECTED] change BalancerMember status if servlet fails

2008-10-24 Thread Chris Kemper
Thanks, that is a possibility, especially if I have a tomcat instance that is dedicated to running just my servlet. - Original Message From: André Warnier <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Friday, October 24, 2008 2:42:58 AM Subject: Re: [EMAIL PROTECTED] change Bala

Re: [EMAIL PROTECTED] vhosts problem

2008-10-24 Thread Eric Covener
On Thu, Oct 23, 2008 at 10:22 PM, Zhen Zhou <[EMAIL PROTECTED]> wrote: > meanwhile I checked with selinux config, it is enforced, I tried > setenforce 0, now all the problem is gone. > but now I doubt that, selinux enforced will conflicted with normal > httpd? if selinux enforced, how to config >

RE: [EMAIL PROTECTED] Apache process PPID=1 in Solaris

2008-10-24 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
Andre, Thanks for your information.I don’t see this behaviour in Apache 1.3.34. Is this behaviour new in Apache 2.X? Thanks ans Regards, Prathima. -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 1:27 PM To: users@httpd

Re: [EMAIL PROTECTED] Apache process PPID=1 in Solaris

2008-10-24 Thread André Warnier
Prathima Dandapani -X (pdandapa - HCL at Cisco) wrote: Hi All, When I start Apache 2.2.10 in Solaris 9 server from the shell,I see the PPID of Apache process as 1. Is the PPID 1 means the Apache process is orphaned? Is this behaviour normal? Yes. This

[EMAIL PROTECTED] Apache process PPID=1 in Solaris

2008-10-24 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
Hi All, When I start Apache 2.2.10 in Solaris 9 server from the shell,I see the PPID of Apache process as 1. Is the PPID 1 means the Apache process is orphaned? Is this behaviour normal? Thanks and Regards, Prathima.