[EMAIL PROTECTED] URL path Problem.

2007-02-20 Thread Vincent Blondel
Hello all, I get a website directly defined in an URL like http://host1/*. This site includes all kind of directories, files, images etc but also some aliases like ( /awstats, ... ). This is working fine. Now I would like to map this site exactly as the same way but in another URL like http://ho

[EMAIL PROTECTED] ApacheBench ... Send request failed!

2006-11-15 Thread Vincent Blondel
Hello, Maybe a stupid question but I get some problems by running ab into a jail machine on my FreeBSD-current 7.0 system with apache 2.0.59. Does somebody get an idea why I always get 'Send request failed!' when running ab. Thanks Vincent. --- [EMAIL PROTECTED] [/var/log] $ ab 172.16.66.55/ T

Re: Re: Re: [EMAIL PROTECTED] mod_rewrite question.

2006-07-22 Thread Vincent Blondel
thanks a lot Vincent, I will try this on Monday. > On 7/21/06, Vincent Bray <[EMAIL PROTECTED]> wrote: >> On 7/21/06, Vincent Blondel <[EMAIL PROTECTED]> wrote: >> > > I would like to forward traffic from (dmz) >> http://people.domain/~username >&

Re: [EMAIL PROTECTED] mod_rewrite question.

2006-07-21 Thread Vincent Blondel
Can somebody help me please ... thanks a lot. Regards Vincent > > Hello all, > > I get mod_proxy running in my dmz to forward http traffic from internet to > my trusted area. This is working fine except that I have to implement a > new type of config for a special host. > > I would like to forwa

[EMAIL PROTECTED] mod_rewrite question.

2006-07-19 Thread Vincent Blondel
Hello all, I get mod_proxy running in my dmz to forward http traffic from internet to my trusted area. This is working fine except that I have to implement a new type of config for a special host. I would like to forward traffic from (dmz) http://people.domain/~username to (lan) http://username.

Re: [EMAIL PROTECTED] Ftp Icons problem.

2006-05-04 Thread Vincent Blondel
for your answer and many thanks for your comprehension. Vincent. > On 5/4/06, Vincent Blondel <[EMAIL PROTECTED]> wrote: >> Joshua, >> >> Below you can find my httpd.conf. As I explained it, my clients connect >> to this config running on port 7000 and this

Re: [EMAIL PROTECTED] Ftp Icons problem.

2006-05-04 Thread Vincent Blondel
Deny from all Allow from localhost Include conf/modules/*.mod On Wed, 2006-05-03 at 18:00 -0400, Joshua Slive wrote: > On 5/3/06, Vincent Blondel <[EMAIL PROTECTED]> wrote: > > > > Hello all, > > > > I am using apache 1.3.x as a forward server for the internet

[EMAIL PROTECTED] Ftp Icons problem.

2006-05-03 Thread Vincent Blondel
Hello all, I am using apache 1.3.x as a forward server for the internet access from my lan. This is all working fine except I get something strange by ftp sites. In fact I get well the result but I only receive simple html output without usual icons, those ones located in apache_root/icons/. A

[EMAIL PROTECTED] Alias'es for each User

2006-02-20 Thread Vincent Blondel
Hello guys, I get today a 'aliasname' defined in a Virtual Host and this is working fine, like this : Directory Structure /home/website/public_html <--> DocumentRoot <--> http://hostname/ /home/website/aliasname <--> Alias Definition <--> http://hostname/aliasname .. and this is the piece o

[EMAIL PROTECTED] Header set Server "NewServerName" ... problem

2006-02-11 Thread Vincent Blondel
I am using Apache 2.0.55 and I googled a lot last hour to find why it is not possible to change the HTTP Header 'Server' field with mod_headers. I found some websites pretending this is well possible and some others saying it is not possible. When I try it, it seems this is not possible. But I d

[EMAIL PROTECTED] Apache as a Rsync HTTP proxy

2005-12-19 Thread Vincent Blondel
Hi all, Recently I had to set-up our external http proxy (apache 1.3.x) in such a way that it accepts rsync traffic coming from our lan. So I decided to add a 'CONNECT' in my httpd.conf. This is all working now but not so fine as I could expect it. Sometimes the communication is broken and I get

RE: [EMAIL PROTECTED] apache Read/Write permissions problems ???

2005-10-03 Thread Vincent Blondel
resource. Unless you have explicitly specified > LockFile, you should find the lock file under > SERVER_ROOT/logs/accept.lock > > -ascs > > -Original Message----- > From: Vincent Blondel [mailto:[EMAIL PROTECTED] > Sent: Monday, October 03, 2005 3:01 PM > To: user

Re: [EMAIL PROTECTED] apache Read/Write permissions problems ???

2005-10-03 Thread Vincent Blondel
I "chmod 777" ( just for the test) all "run" and "log" directories so that I am sure all *.pid *.log and all running stuffs can be created but what is suprising me is that the log file does not mention this filename. Even when I truss the httpd process I get thousands of lines corresponding to

Re: [EMAIL PROTECTED] apache Read/Write permissions problems ???

2005-10-03 Thread Vincent Blondel
This is not my case because "Listen" is configured with port 8080 to bypass this problem and when I run it with root it is correctly listening on port 8080. > Vincent Blondel wrote: >> Hello all, >> >> My society needs a package containing apache that

[EMAIL PROTECTED] apache Read/Write permissions problems ???

2005-10-03 Thread Vincent Blondel
Hello all, My society needs a package containing apache that must meet next requirements : - all data , software and configuration must be isolated in /opt/apache - the package needs to run on FreeBSD - /opt/apache ( and all files in it ) must be owned by user:group apache:apache <--> 0755 - ht