[us...@httpd] .htaccess not working

2010-04-24 Thread Yang Zhang
I'm using the Ubuntu stock install of Apach, but for some reason, .htaccess files are not having any effect, despite that AccessFileName is set to .htaccess. E.g., here's a .htaccess, and neither the auth nor rewrite stuff is working. In fact, I can just put gibberish into .htaccess, and no compla

Re: [us...@httpd] How to achieve mixed authentication/anonymous access

2010-04-24 Thread Dirk Thomas / 4wd media
Hi, The scenario is to achieve a mixed authentication/anonymous access similar as described for Subversion (see http://svnbook.red-bean.com/nightly/de/svn-book.html#svn.serverconfig.httpd.authz.perdir.ex-3). does anybody has some input on that? I would highly appreciate any feedback. Thank yo

Re: [us...@httpd] .htaccess not working

2010-04-24 Thread Sharl.Jimh.Tsin
嗨,同胞: i checked your site http://yz.mit.edu/wp/, the rewrite module seems to work now. Best regards, Sharl.Jimh.Tsin 2010/4/24 Yang Zhang : > o - The official User-To-User support forum of the Apache HTTP Server Project. See h

[us...@httpd] mod_proxy_ajp (apache 2.2) config change not recognized by graceful

2010-04-24 Thread bitte
Hi all, it seems mod_proxy / mod_proxy_ajp does not realize config changes while doing a graceful restart. I need to connect to 2 ajp-services but only to one at one time, and need current sessions pointing to the appserver:18009, new sessions after graceful to appserver:28009. If I have Proxy

Re: [us...@httpd] .htaccess not working

2010-04-24 Thread Yang Zhang
No, it's not on that server. On Sat, Apr 24, 2010 at 4:16 AM, Sharl.Jimh.Tsin wrote: > 嗨,同胞: > i checked your site http://yz.mit.edu/wp/, > the rewrite module seems to work now. > > Best regards, > Sharl.Jimh.Tsin > > > > 2010/4/24 Yang Zhang : >> o > > ---

[us...@httpd] Two Name-Based Virtual Hosts : Two SSL Certificates?

2010-04-24 Thread Wang, Mary Y
Hi, I've two name-based virtual hosts defined (two name web sites on a single IP address). I only requested one SSL certificate for the main site. My application is running on the main site first and goes to the second site when user's click on a specific button. Whenever the URL points to t

Re: [us...@httpd] Two Name-Based Virtual Hosts : Two SSL Certificates?

2010-04-24 Thread Michael Ni
i had the same issue, i would buy another ssl cert for your 2nd host. you also need another IP for your 2nd host. make sure your dns server are pointing to the right ips depending on the host you need to register two ssl certs make sure you have that SSLChain. thing in your virutal host so

Re: [us...@httpd] mod_proxy_ajp (apache 2.2) config change not recognized by graceful

2010-04-24 Thread Tom Evans
On Sat, Apr 24, 2010 at 2:08 PM, wrote: > > Hi all, > > it seems mod_proxy / mod_proxy_ajp does not realize config changes while > doing a graceful restart. > > I need to connect to 2 ajp-services but only to one at one time, and need > current sessions pointing > to the appserver:18009, new sess

[us...@httpd] change 404 status for given filespec?

2010-04-24 Thread Gary Webster
Hello. I thought this might be simple, but I've not been able to find anything which works after much searching/experimenting. I have an application which submits a job to my webserver, then polls every few seconds for the output result file to be available. I am using NeoLoad (http://www.neoty

Re: [us...@httpd] change 404 status for given filespec?

2010-04-24 Thread Eric Covener
On Sat, Apr 24, 2010 at 12:09 PM, Gary Webster wrote: > Hello. > > I thought this might be simple, but I've not been able to find anything > which works after much searching/experimenting. > > I have an application which submits a job to my webserver, then polls > every few seconds for the output

Re: [us...@httpd] multiple SSL on one computer - IP

2010-04-24 Thread Crypto Sal
On 04/22/2010 04:22 AM, Tom Evans wrote: More to the point, show me one major commercial deployment actually using SNI. Google. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.ap

Re: [us...@httpd] .htaccess not working

2010-04-24 Thread Yang Zhang
D'oh: I thought AllowOverride was not None for this, but now it's fixed. On Sat, Apr 24, 2010 at 11:01 AM, Yang Zhang wrote: > No, it's not on that server. > > On Sat, Apr 24, 2010 at 4:16 AM, Sharl.Jimh.Tsin > wrote: >> 嗨,同胞: >> i checked your site http://yz.mit.edu/wp/, >> the rewrite module

Re: [us...@httpd] Two Name-Based Virtual Hosts : Two SSL Certificates?

2010-04-24 Thread Crypto Sal
On 04/24/2010 11:07 AM, Wang, Mary Y wrote: Hi, I've two name-based virtual hosts defined (two name web sites on a single IP address). I only requested one SSL certificate for the main site. My application is running on the main site first and goes to the second site when user's click on

[us...@httpd] mod proxy html binary for windows

2010-04-24 Thread Tapan Maheshwari
Hi,Where can i download mod proxy html binary for windows, i downloaded one from http://www.apachelounge.com/download/but this does not works Thanks

[us...@httpd] M?lode Soudeix

2010-04-24 Thread mark clarkson
http://bhopalexplorer.com/home/index.php - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apach

[us...@httpd] statistic for mod_jk/mod_proxy requests by source-ip

2010-04-24 Thread ap
Hi all, is it possible to build a relation between mod_status and mod_proxy/mod_jk ? I.e. I need an answer to the question how many client (client-ip) addresses are connected to a specific worker? ## mod_status shows something like Srv PIDAcc M CPU SS Req Conn Child Slot Cl

RE: [us...@httpd] Two Name-Based Virtual Hosts : Two SSL Certificates?

2010-04-24 Thread Wang, Mary Y
Crypto, Thanks for the info on SNI. I'm currently running on httpd-2.0.46, therefore, SNI support is not there. The browsers support listed on that wiki can't support the browser versions that are offered in the company currently. The application is running on Redhat 3.9. Are you saying that

Re: [us...@httpd] Two Name-Based Virtual Hosts : Two SSL Certificates?

2010-04-24 Thread Jason Nunnelley
On 4/24/10 4:42 PM, Wang, Mary Y wrote: Crypto, Thanks for the info on SNI. I'm currently running on httpd-2.0.46, therefore, SNI support is not there. The browsers support listed on that wiki can't support the browser versions that are offered in the company currently. The application is ru

Re: [us...@httpd] Two Name-Based Virtual Hosts : Two SSL Certificates?

2010-04-24 Thread Michael Ni
i think people have been saying SNI does not satisfy Safari browser. the ssl warning still pops up. can someone verify? On Sat, Apr 24, 2010 at 3:03 PM, Jason Nunnelley wrote: > On 4/24/10 4:42 PM, Wang, Mary Y wrote: > >> Crypto, >> >> Thanks for the info on SNI. I'm currently running on h

Re: [us...@httpd] statistic for mod_jk/mod_proxy requests by source-ip

2010-04-24 Thread Sander Temme
On Apr 24, 2010, at 1:47 PM, ap wrote: > > Hi all, > > is it possible to build a relation between mod_status and mod_proxy/mod_jk > ? Probably. Mod_ssl registers something on mod_status: you might look at how it does that. S. > I.e. I need an answer to the question > > how many client (c

Re: [us...@httpd] Two Name-Based Virtual Hosts : Two SSL Certificates?

2010-04-24 Thread Jason Nunnelley
http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI I tend to trust the Apache wiki. It says Safari 3.2.1 on Mac OS X 10.5.6 is supported. No notes on iPhone. IE7 on XP is not supported. There's an awful lot of XP boxes running IE7 (some still running IE6). http://www.w3schools.com/brows