Re: [EMAIL PROTECTED] when use mod_vhost_alias , I can use mod_rewrite in .htaccess?

2007-03-05 Thread 黄叶
hi, I am use mod_vhost_alias for a virtual hosting system, example: I use mod_vhost_alis point to one direcotry as a web site data directory. every web stie will put in this directory. and if a user want to use mod_rewrite for forward some url to the location so I think may be use can write t

Re: [EMAIL PROTECTED] mod_jk2 and stickysession

2007-03-05 Thread Bindul Bhowmik
Hello Ashok, On 3/5/07, Ashok V <[EMAIL PROTECTED]> wrote: Hi, I am using mod_jk2 for load balancing. I have configured two tomcat machines in worker2.properties file. The issue is that I do not want the client sessions to be sticky. If I set the value of stickySession to 1, all requests from a

[EMAIL PROTECTED] mod_jk2 and stickysession

2007-03-05 Thread Ashok V
Hi, I am using mod_jk2 for load balancing. I have configured two tomcat machines in worker2.properties file. The issue is that I do not want the client sessions to be sticky. If I set the value of stickySession to 1, all requests from a particular client is routed to the same server. If I set the

[EMAIL PROTECTED] How to cache the responses for XMLHttpRquest

2007-03-05 Thread Erica Zhang
Hi, I want to cache the responses for XMLHttpRequest, that is dynamic content. I have configureed http.conf using Expires to add headers to those responses. However, I still could not find those responses to be able to be cached by use of web browser (Firefox 2.0). Also, I tried to add Header t

RE: [EMAIL PROTECTED] Need recommendation for apache log summary tool

2007-03-05 Thread Mark Lavi
I always liked the not-too-fancy, but really fast open source Analog: http://www.analog.cx/ --Mark Mark Lavi, Enterprise Web Management Team @ SGI mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707 -Original Message- From: Richard van der Leeden [mailto:[EMAIL PROTECTED] Sent: Saturday,

RE: [EMAIL PROTECTED] Failing redirects

2007-03-05 Thread Mark Lavi
You should figure out the differences in your httpd.conf files between 2.0.55 and 2.0.59 to see if that reveals anything important. I would also echo the "from the gut" feeling that it's not likely to be a big change between Apache 2.0.55 and 2.0.59, so it's not likely the issue. I'm not a mod_per

Re: [EMAIL PROTECTED] Failing redirects

2007-03-05 Thread Jonathan Mangin
- Original Message - From: "Jonathan Mangin" <[EMAIL PROTECTED]> To: Sent: Sunday, March 04, 2007 8:13 PM Subject: Re: [EMAIL PROTECTED] Failing redirects > > - Original Message - > From: "Sander Temme" <[EMAIL PROTECTED]> > To: > Sent: Sunday, March 04, 2007 7:05 PM > Subje

RE: [EMAIL PROTECTED] localhost problem

2007-03-05 Thread michael
Sounds alot like the problem I'm having. I canno't get to local host b/c apache service is not started on my computer hence my problem Thank You,Michael HerronCEO MPH Computer Systems LLC[EMAIL PROTECTED](678)468-0372 Original Message Subject: Re: [EMAIL PROTECTED] localhost prob

Re: [EMAIL PROTECTED] localhost problem

2007-03-05 Thread eoghan
On 3/5/07, Vincent Bray <[EMAIL PROTECTED]> wrote: On 05/03/07, eoghan <[EMAIL PROTECTED]> wrote: > On 3/4/07, Vincent Bray <[EMAIL PROTECTED]> wrote: > > http://wiki.apache.org/httpd/Info/DistrosDefaultLayout#head-263089e86c2cfd5fa0c5b2fdd8ed6cf8404a44d7 > > Thanks. Good info there... > However

Re: [EMAIL PROTECTED] RESOLVED: mod_rewrite nocase loop problem

2007-03-05 Thread N.J. Thomas
* Joshua Slive <[EMAIL PROTECTED]> [2007-03-05 12:37:43 -0500]: > >RewriteRule ^/bar/$ /BAR/ [R=301,L,nocase] > > > > that creates a redirect loop that the browser barfs on. > > RewriteCond %{REQUEST_URI} !^/BAR > RewriteRule ^/bar/$ /BAR/ [R=301,L,nocase] > > The first line skips the rewrite

Re: [EMAIL PROTECTED] Re: Tried to restart Appache service after edit of Httpd.conf in Vista please Help

2007-03-05 Thread Sander Temme
On Mar 5, 2007, at 9:51 AM, [EMAIL PROTECTED] wrote: Ok guys and gals I need some help, I finally got Apache 2.2 installed on my Vista machine and it looked like all was going well, edited HTTPD.CONF so I could use PHP when I went to restart the service it gave me an ERROR Code 1 and r

Re: [EMAIL PROTECTED] https redirect not being resolved as expected

2007-03-05 Thread Krist van Besien
On 3/5/07, Irene Hall <[EMAIL PROTECTED]> wrote: Thanks for this. I tried the PT flag and it didn't make any difference. The disadvantage of not using mod_jk is that by using the http port of my app server in a rewrite it forces an external redirect and the URL is exposed to the browser which is

[EMAIL PROTECTED] Re: Tried to restart Appache service after edit of Httpd.conf in Vista please Help

2007-03-05 Thread michael
Ok guys and gals I need some help,     I finally got Apache 2.2 installed on my Vista machine and it looked like all was going well, edited HTTPD.CONF so I could use PHP when I went to restart the service it gave me an ERROR Code 1 and refuses to restart it. Can someone please tell me what I might

Re: [EMAIL PROTECTED] mod_rewrite nocase loop problem

2007-03-05 Thread Joshua Slive
On 3/5/07, N.J. Thomas <[EMAIL PROTECTED]> wrote: We have this working URL: http://example.org/BAR/ We would like to make the path portion of the URL case insensitive, so that the following: http://example.org/bar/ http://example.org/Bar/ http://example.org/bAr/ Would all go b

Re: [EMAIL PROTECTED] mod_rewrite nocase loop problem

2007-03-05 Thread Nick Kew
On Mon, 5 Mar 2007 11:49:20 -0500 "N.J. Thomas" <[EMAIL PROTECTED]> wrote: > http://example.org/bar/ > http://example.org/Bar/ > http://example.org/bAr/ > > Would all go back to the original URL. Using mod_rewrite, I tried > applying the following rule: > > RewriteRule ^/bar/$ /

Re: [EMAIL PROTECTED] https redirect not being resolved as expected

2007-03-05 Thread Irene Hall
Thanks for this. I tried the PT flag and it didn't make any difference. The disadvantage of not using mod_jk is that by using the http port of my app server in a rewrite it forces an external redirect and the URL is exposed to the browser which is not what I want Do I gather from what you'

[EMAIL PROTECTED] mod_rewrite nocase loop problem

2007-03-05 Thread N.J. Thomas
We have this working URL: http://example.org/BAR/ We would like to make the path portion of the URL case insensitive, so that the following: http://example.org/bar/ http://example.org/Bar/ http://example.org/bAr/ Would all go back to the original URL. Using mod_rewrite, I tried

[EMAIL PROTECTED] DocumentRoot and UserDir conflict?

2007-03-05 Thread John Turner
Hello - I'm using Apache 2.0.47. Due to site admin policies, I have limited control of Apache's configuration, but am allowed to supplement/override global config statements with the use of an Include in httpd.conf. I have a lot of Apache experience, but it is mostly virtual hosting and mod_jk

Re: [EMAIL PROTECTED] when use mod_vhost_alias , I can use mod_rewrite in .htaccess?

2007-03-05 Thread Vincent Bray
On 02/03/07, 黄叶 <[EMAIL PROTECTED]> wrote: HI, guys. when I do not use the mod_vhost_alias, I can write the modrewrite in .htaccess in some directory, it is work. but when I use mod_vhost_alias for a virtual host, I write the modrewrite command in file .htaccess, it is does't work. You need

Re: [EMAIL PROTECTED] Awstats and re-write rule for Zope

2007-03-05 Thread Vincent Bray
On 05/03/07, Norman Khine <[EMAIL PROTECTED]> wrote: would the issue be something to do with the [last] Perhaps. It'd help to see a rewrite log. RewriteLog /tmp/rewrite.log RewriteLogLevel 9 Remember to turn that off again, rewrite logs get big fast. -- noodl

Re: [EMAIL PROTECTED] Problem with MySQL authn_dbd and virtual hosts

2007-03-05 Thread Steven Simpson
Hello, Zach Moazeni wrote: > I'm working with Apache 2.2.3, MySQL 4.1.12 on CentOS. I have compiled > mod_dbd, authn_dbd (along with the apr_dbd_mysql.c from > http://apache.webthing.com/database) and I've successfully configured > authn_dbd on the base config. Apache 2.2.4, MySQL 4.1.21, Linux,

Re: [EMAIL PROTECTED] Awstats and re-write rule for Zope

2007-03-05 Thread Norman Khine
would the issue be something to do with the [last] Vincent Bray wrote: > On 05/03/07, Norman Khine <[EMAIL PROTECTED]> wrote: >> #Awstats rewrite >> # >> RewriteRule /awstats-icon(.*) >> /usr/share/webapps/awstats/6.5-r1/hostroot/icon/$1 [last] >> RewriteRule /stats(.*) >> /usr/share/web

Re: [EMAIL PROTECTED] Awstats and re-write rule for Zope

2007-03-05 Thread Vincent Bray
On 05/03/07, Norman Khine <[EMAIL PROTECTED]> wrote: #Awstats rewrite # RewriteRule /awstats-icon(.*) /usr/share/webapps/awstats/6.5-r1/hostroot/icon/$1 [last] RewriteRule /stats(.*) /usr/share/webapps/awstats/6.5-r1/hostroot/cgi-bin/awstats.pl$1 [last] #ZOPE rewrite # RewriteRul

Re: [EMAIL PROTECTED] localhost problem

2007-03-05 Thread Vincent Bray
On 05/03/07, eoghan <[EMAIL PROTECTED]> wrote: On 3/4/07, Vincent Bray <[EMAIL PROTECTED]> wrote: > http://wiki.apache.org/httpd/Info/DistrosDefaultLayout#head-263089e86c2cfd5fa0c5b2fdd8ed6cf8404a44d7 Thanks. Good info there... However I still cannot get to localhost... I have this in my error

Re: [EMAIL PROTECTED] https redirect not being resolved as expected

2007-03-05 Thread Krist van Besien
On 3/5/07, Irene Hall <[EMAIL PROTECTED]> wrote: Please can somebody explain why this is not working. In my inc file I have a redirect on the secure port for my.secure.domain RewriteRule ^//(.*).pdf //?param1=xyz¶m2=$1.pdf [L] I have a JKMount for JKMount //* wo

Re: [EMAIL PROTECTED] localhost problem

2007-03-05 Thread eoghan
On 3/4/07, Vincent Bray <[EMAIL PROTECTED]> wrote: Hi, See the notes on enabling the accf_http kernel module here: http://wiki.apache.org/httpd/Info/DistrosDefaultLayout#head-263089e86c2cfd5fa0c5b2fdd8ed6cf8404a44d7 noodl Thanks. Good info there... However I still cannot get to localhost...

[EMAIL PROTECTED] https redirect not being resolved as expected

2007-03-05 Thread Irene Hall
Please can somebody explain why this is not working. In my inc file I have a redirect on the secure port for  my.secure.domain     RewriteRule ^//(.*).pdf  //?param1=xyz¶m2=$1.pdf [L] I have a JKMount for     JKMount //* worker2 I am deliberately doing an "internal redire

[EMAIL PROTECTED] Awstats and re-write rule for Zope

2007-03-05 Thread Norman Khine
Hello, I have a Zope instance running on port 8080 with the following httpd.conf vhost directive ServerName domain.com ServerAlias www.domain.com RewriteEngine On #Deny hosts map # RewriteMaphosts-deny txt:/home/xxx/apache/hosts.deny RewriteCond ${hosts-deny:%{REMOTE_HOS

Re: [EMAIL PROTECTED] Add charset in depend of meta tag

2007-03-05 Thread Nick Kew
On Wed, 28 Feb 2007 16:02:46 +0100 Steffen Kaiser <[EMAIL PROTECTED]> wrote: > Hello, > > is it possible in Apache 2.0.54 to add the charset to the header > only, when there is none in the meta tags of the served page? Or to > send the charset of the page? Apache doesn't look inside the page for

[EMAIL PROTECTED] Add charset in depend of meta tag

2007-03-05 Thread Steffen Kaiser
Hello, is it possible in Apache 2.0.54 to add the charset to the header only, when there is none in the meta tags of the served page? Or to send the charset of the page? The threads "Russian page not displayed properly in Apache 2.0" and "meta http-equiv useless??" suggest no, the answer therein

[EMAIL PROTECTED] Where to put the 403.7 page?

2007-03-05 Thread Marwin_42
Hi all, I´m running a Apache 2.2.4 server with modjk. I require a client certificate on the SSL. All this works fine for the users that has certificates, but the ones that don´t get a 404-error. So here is the question: Where do I put the 403.7-error page on in the webserver so that the users ca