Re: Arranging mod_proxy_balancer in trunk

2010-04-08 Thread jean-frederic clere
On 04/07/2010 03:40 PM, Plüm, Rüdiger, VF-Group wrote: -Original Message- From: jean-frederic clere [mailto:jfcl...@gmail.com] Sent: Mittwoch, 7. April 2010 15:32 To: dev@httpd.apache.org Subject: Arranging mod_proxy_balancer in trunk Hi, In mod_proxy_balancer after runtime

Re: Problem with compiling module

2010-04-08 Thread Petr Hracek
Problem was within the makefile. All C files has been compiled alone and I wanted to run apxs -o my_module.la but it failed. Finally I have my_module.la. How can I convert my_module.la to my_module.so? best regards -- Petr Hracek 2010/4/7 Jeff Trawick traw...@gmail.com On Wed, Apr 7, 2010 at

Re: Problem with compiling module

2010-04-08 Thread Petr Hracek
Sorry for that mail. I have found that my_module.so is stored in directory .libs. -- Petr Hracek 2010/4/8 Petr Hracek phrac...@gmail.com Problem was within the makefile. All C files has been compiled alone and I wanted to run apxs -o my_module.la but it failed. Finally I have my_module.la.

Re: Problem with compiling module

2010-04-08 Thread Petr Hracek
2010/4/8 Petr Hracek phrac...@gmail.com Sorry for that mail. I have found that my_module.so is stored in directory .libs. -- Petr Hracek 2010/4/8 Petr Hracek phrac...@gmail.com Problem was within the makefile. All C files has been compiled alone and I wanted to run apxs -o my_module.la

Re: Problem with compiling module

2010-04-08 Thread Jeff Trawick
On Thu, Apr 8, 2010 at 7:44 AM, Petr Hracek phrac...@gmail.com wrote: I have found another strange thing: During the compilation I have found that it failed because of XtOffsetOf is missing and on the UnixWare I did not find any header where it could be mentioned. Could you please help me

mod_dav vs. mod_rewrite

2010-04-08 Thread Mikhail T.
Hello! I'm working on adding WebDAV access to the directories already accessible via FTP. The layout is fairly simple: the /data/ftp tree houses the home directories of FTP's (virtual) users. I wanted to give the HTTP users the same experience they get via FTP -- they must login, and then

mod_include clobbering QUERY_STRING

2010-04-08 Thread Dennis J.
Hi, It looks like there is a problem in the handling of virtual includes with Apaches SSI filter. Take the following code: htmlbody !--#echo var=QUERY_STRING-- !--#include virtual=/ssi2.php?abc=1-- !--#echo var=QUERY_STRING-- /body/html If this is called with the query string (url)?test=1 then

Can I have two virtual hosts with same servername?

2010-04-08 Thread Michael Ni
I have a java project that resides in tomcat. Recently we needed to add Wordpress (php project). We decided to go with Apache Server in front with virtual hosts with mod_proxy_ajp. So far I have gotten different server names to work http://www.foobar.com http://blog.foobar.com VirtualHost