[EMAIL PROTECTED] RPM build error: File not found: /usr/local/apr-util-httpd/lib/libexpat.a

2008-10-02 Thread Vijaykumar Borkar
Hi All, I am trying to build a rpm from Apache 2.2.9 source and encountering the error: error: File not found: /home/vjkumar/apachews/apache_new/dist/BUILD/apache-root/usr/local/apr-util-httpd/lib/libexpat.a RPM build errors: File not found: /home/vjkumar/apachews/apache_new/dist/BUILD/apach

Re: [EMAIL PROTECTED] Force IE to cache

2008-10-02 Thread howard chen
Hello, Thanks for you valuable comments... On Fri, Oct 3, 2008 at 4:24 AM, André Warnier <[EMAIL PROTECTED]> wrote: > I have not verified, but maybe you are interpreting the rules of caching > a bit more extensively than what the HTTP RFCs really say. > It may be that, by using your various HTTP

[EMAIL PROTECTED] Protecting a Directory

2008-10-02 Thread jg6789
There still seems to be alot of discrepancy on this issue. Whether or not to use a .htaccess or directive command to protect a directory so I'm looking for some answers on what works the best usually. Protecting a folder called Alias /xxx "D:/" Options FollowSymLinks AllowOverride

Re: [EMAIL PROTECTED] Force IE to cache

2008-10-02 Thread Johnny Kewl
- Original Message - From: "howard chen" <[EMAIL PROTECTED]> To: Sent: Thursday, October 02, 2008 6:28 PM Subject: [EMAIL PROTECTED] Force IE to cache Hello, In the httpd.conf, I have already set all the images files to expire +10 years from now, using mod_expire. Example response

Re: [EMAIL PROTECTED] Force IE to cache

2008-10-02 Thread André Warnier
howard chen wrote: Hello, In the httpd.conf, I have already set all the images files to expire +10 years from now, using mod_expire. Example response: = Status=OK - 200 Date=Thu, 02 Oct 2008 16:23:15 GMT Server=Apache Last-Modified=Thu, 27 Mar 2008 08:02:14 GMT Accept-Ranges=bytes C

Re: [EMAIL PROTECTED] Rewrite rule with F5 redirect to https

2008-10-02 Thread Jeff McAdams
Yoom Nguyen wrote: > I have this rewrite rule implemented and it will work fine if I access to > Apache > web server directly. But, if the traffic route to a load balancer (F5) then > to the Apache server > it won't work. The browser will trying to open the maintenance.html page and > nothing

Re: [EMAIL PROTECTED] mod_rewrite double escaping query strings

2008-10-02 Thread Tom Evans
On Thu, 2008-10-02 at 16:41 +0100, Tom Evans wrote: > Following up my own email, for the archive, the solution was to add flag > NE to the RewriteRule. > > Cheers > > Tom Keeping up my monologue, adding flag NE (no-escape) is still just half a solution. For an example I created the file %.html i

[EMAIL PROTECTED] Re: Proxy to Tomcat AJP

2008-10-02 Thread George Mashini
Hello, Just wondering if anyone can see a configuration issue in the httpd.conf that would cause connections to get refused or hung. Or any recommendations on the ProxyPass. Any help would be appreciated. Thank you, George

[EMAIL PROTECTED] Force IE to cache

2008-10-02 Thread howard chen
Hello, In the httpd.conf, I have already set all the images files to expire +10 years from now, using mod_expire. Example response: = Status=OK - 200 Date=Thu, 02 Oct 2008 16:23:15 GMT Server=Apache Last-Modified=Thu, 27 Mar 2008 08:02:14 GMT Accept-Ranges=bytes Content-Length=3945 Ca

Re: [EMAIL PROTECTED] question on DirectoryIndex "inheritance"

2008-10-02 Thread Justin Pasher
André Warnier wrote: Hi. Apache 2.2.x, any platform Suppose I have this configuration snippet : Options Indexes DirectoryIndex index.html welcome.html index.php whatever.html ... Options ? DirectoryIndex ?? How do I specify that the list of index documents provided in the

Re: [EMAIL PROTECTED] Rewrite rule with F5 redirect to https

2008-10-02 Thread Justin Pasher
Yoom Nguyen wrote: I have this rewrite rule implemented and it will work fine if I access to Apache web server directly. But, if the traffic route to a load balancer (F5) then to the Apache server it won't work. The browser will trying to open the maintenance.html page and nothing will displa

Re: [EMAIL PROTECTED] mod_rewrite double escaping query strings

2008-10-02 Thread Tom Evans
On Thu, 2008-10-02 at 09:19 +0100, Tom Evans wrote: > On Wed, 2008-10-01 at 09:49 -0500, Justin Pasher wrote: > > Tom Evans wrote: > > > Hi all. > > > > > > I'm encountering a problem with using mod_rewrite in httpd 2.2.9 to > > > canonicalize the server name. The problem is that the query string s

[EMAIL PROTECTED] Rewrite rule with F5 redirect to https

2008-10-02 Thread Yoom Nguyen
I have this rewrite rule implemented and it will work fine if I access to Apache web server directly. But, if the traffic route to a load balancer (F5) then to the Apache server it won't work. The browser will trying to open the maintenance.html page and nothing will display and it won't give

RE: [EMAIL PROTECTED] Proxy to Tomcat AJP

2008-10-02 Thread Jorge Medina
No, you don't strictly need the Tomcat Native library to run the AJP connector. It is optional; it increases the performance of your Tomcat server according to the documentation. Nevertheless, it is recommended for production settings. "When APR is enabled, the AJP connector will use a s

Re: [EMAIL PROTECTED] Rewrite rule - Check by file exist...

2008-10-02 Thread Krist van Besien
On Thu, Oct 2, 2008 at 4:27 AM, howard chen <[EMAIL PROTECTED]> wrote: > Hello, > > Is it possible to do the following, just using sort of rewrite rules > in httpd.conf, > > E.g.http://www.example.com/foo > > ALGO: > > If a file foo.html exist >rewrite to target.html > Else >404

[EMAIL PROTECTED] CFP Open For ApacheCon Europe 2009

2008-10-02 Thread Issac Goldstand
The Call for Papers for ApacheCon Europe 2009, to be held in Amsterdam, from 23rd to 27th March, is now open! Submit your proposals at http://eu.apachecon.com/c/aceu2009/cfp/ before 24th October. Remember that early bird prices for ApacheCon US 2008, to be held in New Orleans, from 3rd to 7th Nov

Re: [EMAIL PROTECTED] mod_rewrite double escaping query strings

2008-10-02 Thread Tom Evans
On Wed, 2008-10-01 at 09:49 -0500, Justin Pasher wrote: > Tom Evans wrote: > > Hi all. > > > > I'm encountering a problem with using mod_rewrite in httpd 2.2.9 to > > canonicalize the server name. The problem is that the query string seems > > to be double escaped by this process. Here is a sample