Re: [us...@httpd] Apache2.2 custom 401 ErrorDocument NO IMAGES

2009-07-10 Thread rank1seeker
> Are you applying access control to the images as well? Don't if you > want to see them. > > -- > Eric Covener > cove...@gmail.com No, I don't and never had., Just for "fun", I've changed it to 404, no found, instead 401. And after requesting bougus page/url, everything, including images, sh

[us...@httpd] Conditional in httpd.conf

2009-07-13 Thread rank1seeker
I would like to achieve this: Execute / Parse this What is valid Apache22 syntax for this? That is, if port is 443, then additional config rules shall apply. - The official User-To-User support f

RE: [us...@httpd] Conditional in httpd.conf

2009-07-14 Thread rank1seeker
That is exatly how do I do it now. But the point is that I've noticed how diif between: ... plain HTTP website ... SSL website for a SAME site, is jus a 3 lines. That is: SSLEngine On and path to key and cert file. So, had a thought of excluding port from VH container and lea

Re: [us...@httpd] Re: Conditional in httpd.conf

2009-07-14 Thread rank1seeker
That hit a spot! > > Try putting the common lines in another file and Include it wherever you > need it. > > -- > Dan Poirier - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

[us...@httpd] Canonical ignores port

2009-07-14 Thread rank1seeker
UseCanonicalName On ServerName LIMPETstarforce.biz:69 --- Result: SERVER_NAME = LIMPETstarforce.biz SERVER_PORT = 69 UseCanonicalName Off ServerName LIMPETstarforce.biz:69 --- Result

Re: [us...@httpd] Canonical ignores port

2009-07-14 Thread rank1seeker
Then in 2.2, presence of UseCanonicalPhysicalPort, should remove optional port argument of ServerName. As it behaves unexpectedly. Thanx - Original Message - From: Sander Temme To: users@httpd.apache.org Date: Tue, 14 Jul 2009 15:33:19 -0700 Subject: Re: [us...@httpd] Canonical ignores

[us...@httpd] SSL cert for alias too

2009-07-14 Thread rank1seeker
Anyway, I have a domain.com and it's allias www.domain.com. All point to the same site. If I make cert for domain.com, then mismatch warning for www.domain.com arises. And if I make cert for www.domain.com, then mismatch warning for domain.com arises. Wildcard cert allso yielded no results as I

Re: [us...@httpd] SSL cert for alias too

2009-07-15 Thread rank1seeker
I did a redirect, that works both for http and https. But still... Request for domain.com just BEFORE redirect to www.domain.com, Issues warning in browser and in my apache error log I get line: [warn] RSA server certificate wildcard CommonName (CN) `*.domain.com' does NOT match server name!? Aft

Re: [us...@httpd] SSL cert for alias too

2009-07-17 Thread rank1seeker
I've never even saw, an example of 2 certs for 2 domains in same VH Show me httpd.conf syntax > You need two certs. www.domain.com and domain.com. > > Redirect won't work in this case because it is done at the HTTP layer > and the SSL handshake occurs before the GET request. > > > -- > Aaro

Re: [us...@httpd] SSL cert for alias too

2009-07-17 Thread rank1seeker
You can not, as SSL mismatch error is trigered for one in FF for example and all other major browsers - Original Message - From: "Jonas Eckerman" To: users@httpd.apache.org Date: Thu, 16 Jul 2009 15:10:25 +0200 Subject: Re: [us...@httpd] SSL cert for alias too > > SSL cert for each, as

Re: [us...@httpd] SSL cert for alias too

2009-07-17 Thread rank1seeker
Igor... You have 2 SAME rewrite rules! Now I will translate what they mean: IF page is requested on NON-SSL port 80 THEN rewrite url to SSL version of it, with www..., --> redir 301, last(stop rewriting) NOW, do you understand that second rewrite block inside will NEVER get executed. So delet

Re: [us...@httpd] Transparent Proxy Server Installation

2009-07-21 Thread rank1seeker
Just to step in with extra question. Why would anyone use apache AS proxy, by using mod_porxy..., etc. Why not let that to proxy application like squid, privoxy, polipo or something fifth?? Hell, someone might go and build mod_firewall, so apache could act like firewall too! Why if there is ap

Re: [us...@httpd] Auto response - re: [pfCase:1073232, pfTicket:10099529]

2009-08-22 Thread rank1seeker
Tell him to go fuck himself. - Original Message - From: To: Date: Sun, 23 Aug 2009 08:33:54 +0800 Subject: [us...@httpd] Auto response - re: [pfCase:1073232, pfTicket:10099529] > pfTicket: 10099529 > > Dear Customer, > > Thank you for your enquiry. This is an automatic reply to ackno

Re: [us...@httpd] Auto response - re:Re: [pfCase:1073232, pfTicket:10099533]

2009-08-22 Thread rank1seeker
Fucking unbalivable! - Original Message - From: To: Date: Sun, 23 Aug 2009 08:53:34 +0800 Subject: [us...@httpd] Auto response - re:Re: [pfCase:1073232, pfTicket:10099533] > pfTicket: 10099533 > > Dear Customer, > > Thank you for your enquiry. This is an automatic reply to acknowled

Re: [us...@httpd] mod_rewrite : Can a space in a URL be preserved ?

2009-10-06 Thread rank1seeker
Maybe if Daniel would edit Apache's source... :))) Then once his "custom" Apache server is up and running, should notify us about it's IP. So we could have a fun with it ;) - Original Message - From: Dick Davies To: users@httpd.apache.org Date: Tue, 6 Oct 2009 16:05:36 +0100 Subject: Re