[EMAIL PROTECTED] mod_proxy_html rewriting query string portion of link

2008-06-27 Thread Ray Van Dolson
I'm attempting to use mod_proxy_html to rewrite internal URL's to the corresponding external URL. It seems to be working for the most part, but I am having trouble getting the query string portion of a URL to be processed. My config: ProxyRequests off ProxyPreserveHost off ProxyHTMLLogVer

[EMAIL PROTECTED] mod_speling no longer works on nested directories

2008-06-27 Thread Jonathan H N Chin
I have correct partial urls like: /abc/DEF/ghi/jkl.html and requests for misspelt urls (wrong case only) like: /abc/def/ghi/jkl.html With debian sarge's apache 2.0.54 with mod_speling enabled, the request was corrected and the page was returned. With debian etch's apache 2.2.3

Re: [EMAIL PROTECTED] Packaging Apache httpd 2.2.x

2008-06-27 Thread William A. Rowe, Jr.
fredk2 wrote: Thanks Bill, I looked again at configure (autoconf script?) and I saw additional make install options so i did: configure --prefix=/target/dir . make make install exec_prefix=/build/dir prefix=/build/dir It almost worked except for two subdirectories: /target/dir include

Re: [EMAIL PROTECTED] Packaging Apache httpd 2.2.x

2008-06-27 Thread fredk2
Thanks Bill, I looked again at configure (autoconf script?) and I saw additional make install options so i did: configure --prefix=/target/dir . make make install exec_prefix=/build/dir prefix=/build/dir It almost worked except for two subdirectories: /target/dir include <-- apr*h a

[EMAIL PROTECTED] put method cgi script or webdav?

2008-06-27 Thread Robert McNaught
Dear all, I have been reading through some documentation regarding enabling the HTTP PUT method. There is a variety of information on the internet, although some of it does not seem to match. I am using Apache/2.0.61 (Unix). I have added the following to access.conf in my http configuration dir

Re: [EMAIL PROTECTED] Packaging Apache httpd 2.2.x

2008-06-27 Thread William A. Rowe, Jr.
fredk2 wrote: Hi, I am looking to compile httpd for a specific target directory structure that I do not have acccess to. So I cannot use --prefix=/target/dir If I set --prefix=/build/dir then all the configuration files in conf have the wrong directory instead of the proper /target/dir. Are the

Re: [EMAIL PROTECTED] Indexes

2008-06-27 Thread Evan Platt
To quote Joshua... "If it still didn't work, you need to check if that config file is actually Include'd in your configuration. (Putting in a syntax error and then restarting apache should give you an error.) " William Kanoff wrote: Users. On Jun 26, 2008, at 5:14 PM, Joshua Slive wrote: On T

[EMAIL PROTECTED] Packaging Apache httpd 2.2.x

2008-06-27 Thread fredk2
Hi, I am looking to compile httpd for a specific target directory structure that I do not have acccess to. So I cannot use --prefix=/target/dir If I set --prefix=/build/dir then all the configuration files in conf have the wrong directory instead of the proper /target/dir. Are there some additio

[EMAIL PROTECTED] mod_proxy: Proxy sends double requests to backend server

2008-06-27 Thread MegaBrutal
Hi all, I've encountered a very strange problem. I wanted to configure a proxy, but for some reason, it sends request twice to the backend server, and it usually results in a "400 Bad Request" response. With a program, I've recorded an example of a dummy request. 17:39:37 < GET / HTTP/1.1 17:39:3

[EMAIL PROTECTED] Compatibility Apache 1.3.x & Tomcat 4.1 and BO 6.5

2008-06-27 Thread Tan, Liao
Folks, I´m finding problems to compiling my original apache 2.0.46 in order to get the ssl working, so I think switching to 1.3 would be an option. The thing is that the apache 2.0.46, the tomcat 4.1 and BO 6.5 came together in a single cd pkg, and would like to know from you if there´s compati

[EMAIL PROTECTED] how to get "AuthzSVNAccessFile /%dynamic%/path/to/file"

2008-06-27 Thread Viktor Nagy
Hello, I don't know if this is possible, but I couldn't find any help in the docs. I have thousands of SVN projects, and I need path based access to them. >From an efficiency point of view it seems to be a good idea to write the access files per project, and point AuthSVNAccessFile to the approp

[EMAIL PROTECTED] Redirect URL with arguments

2008-06-27 Thread Sylvain Viollat
Hi, I need to redirect the URL http://www.mydomain.net/index.php?ref=10 to http://www.mydomain.com/. I've added the following line in www.mydomain.net VirtualHost : RedirectMatch permanent / http://www.mydomain.com The problem is that all queries which contain something after the .net/ (eg

[EMAIL PROTECTED] KeepAliveTimeout too small?

2008-06-27 Thread Andre Hübner
Hi List, have a odd issue with apache when using external link-checker to follow links with http://validator.w3.org/checklink i want to check my page, depth is 1. In terminal i watch incoming requests in access_log all is fine, but sometimes the linkchecker shows 500er server error on some fi

[EMAIL PROTECTED] https for sub-directories when using apache as a front end web server. (re-post)

2008-06-27 Thread Norman Khine
Hello, (Sorry if this post comes out twice, I don't see the first post which was posted yesterday ;'( ) I have a site where I would like to have certain sub-directories only open in https, the problem is that as I am also using a Rewrite rule as my application is python based, I am not sure