RE: [EMAIL PROTECTED] Configuring Apache HTTP Server

2006-03-03 Thread Boyle Owen
-Original Message- From: alexlarra [mailto:[EMAIL PROTECTED] Sent: Freitag, 3. März 2006 04:10 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Configuring Apache HTTP Server Hi! Is there someone out there who knows how to run a website with .jsp files in Apache HTTP

RE: [EMAIL PROTECTED] Virtual Hosts Problem .. more

2006-03-03 Thread Boyle Owen
-Original Message- From: kloomis [mailto:[EMAIL PROTECTED] Sent: Freitag, 3. März 2006 05:52 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Virtual Hosts Problem .. more At 01:57 PM 3/1/2006 -0500, I wrote: Well, I've been able to configure my httpd.conf to serve two

Re: [EMAIL PROTECTED] Configuring Apache HTTP Server

2006-03-03 Thread Nick Kew
On Friday 03 March 2006 08:32, Boyle Owen wrote: However, if you're asking, can apache handle servlets without a servlet engine then the answer is no. Of course, if anyone cared to implement JSP2 as a module in C (or other language with compatible linkage), that could be an interesting

[EMAIL PROTECTED] LocationMatch and script arguments

2006-03-03 Thread Damien Parsons
Greetings all, I am using some php that configures multiple sites at once and then accesses them using a site=sitename argument in the php, Im now trying to setup separate logins for each sitename. After a few hours of fruitless testing am I right in assuming that the LocationMatch

[EMAIL PROTECTED] infinite subdirectories with webdav and windows

2006-03-03 Thread Martin Marcher
Hello, i configured a vhost to allow webdav to authenticated users, now when people connect using either winxp or win2k they get a folder structure like: folder -folder --folder ---... ... that wouldn't be that much of a problem if it would only display like that but i

Re: [EMAIL PROTECTED] mod_proxy_html does not like meta tags

2006-03-03 Thread koen . vdvelde
Oops ... I just noticed my previous reply was in html :-( Here-under you can find my correctly formatted message again Sorry again, Koen -Nick Kew [EMAIL PROTECTED] wrote: - To: users@httpd.apache.org From: Nick Kew [EMAIL PROTECTED] Date: 01/03/2006 22:26 Subject: Re: [EMAIL PROTECTED]

[EMAIL PROTECTED] User dir an reverse proxy

2006-03-03 Thread Emmanuel.Leguy
Hello, My config: proxy server: Apache 2.2 real server: Apache 1.3 (2.2 soon) I would like to reverse proxy requests to userdir (public_html) like that: http://proxy.domain.fr/~username -- http://realserver.domain.fr/~username Thoose directives work for that particular 'username': PassProxy

Re: [EMAIL PROTECTED] LocationMatch and script arguments

2006-03-03 Thread Robert Ionescu
Damien Parsons wrote: I am using some php that configures multiple sites at once and then accesses them using a site=sitename argument in the php, I'm now trying to setup separate logins for each sitename. After a few hours of fruitless testing am I right in assuming that the LocationMatch

RE: [EMAIL PROTECTED] DocumentRoot problem

2006-03-03 Thread Boyle Owen
-Original Message- From: Dotan Cohen [mailto:[EMAIL PROTECTED] Sent: Freitag, 3. März 2006 14:30 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] DocumentRoot problem I seem to have both Apache and Apache2 installed on my Kubuntu 5.10 system: [EMAIL PROTECTED]:/etc/apache#

[EMAIL PROTECTED] mod_rewrite problem

2006-03-03 Thread Matthew Claridge
Hi, I've got a bit of an issue with mod_rewrite and I was hoping someone could give me a little help :-) I'm using version 2.0.46, with Resin (not that important whats behind apache...). I have the following config set up to rewrite some elements of our dynamic URLs: RewriteEngine

Re: [EMAIL PROTECTED] DocumentRoot problem

2006-03-03 Thread Dotan Cohen
On 3/3/06, Boyle Owen [EMAIL PROTECTED] wrote: You're doing the right thing - you must simply be editing the wrong config file (this is a likely problem if you have several installs and are not sure which one is running). If you do ps -ef you should see the full path to httpd (eg

Re: [EMAIL PROTECTED] User dir an reverse proxy

2006-03-03 Thread Emmanuel.Leguy
Some requests are not proxied so I can't use PassProxy / http://realserver.domain.fr/ But I can use PassProxyReverse / http://realserver.domain.fr: for every proxied requests because the directory path is the same for both internal and external request It works for me! Koen and Robert,

[EMAIL PROTECTED] UTF-8 Encoding

2006-03-03 Thread John N. Brahy
Is there anything else I need to do besides putting this AddDefaultCharset utf-8 in the httpd.conf? I've put it in the main server config and in each of my Virtualhosts but I still get iso-8859-1. I also have this in my config also... AddCharset UTF-8 .utf8 Any suggestions? Thanks, John

RE: [EMAIL PROTECTED] UTF-8 Encoding

2006-03-03 Thread John N. Brahy
Opps, I forgot the basics. OS: OpenBSD 3.8 Apache: Apache/1.3.29 (Unix) mod_perl/1.29 mod_ssl/2.8.16 OpenSSL/0.9.7g : John Brahy : CIO : www.ad2.com -Original Message- From: John N. Brahy [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 8:54 AM To:

[EMAIL PROTECTED] .htaccess file alternative

2006-03-03 Thread Vijay A Raghavan
Hello All, How do give permission to httpd - to access a directory without using a .htacess file. Thanks, Vijay

Re: [EMAIL PROTECTED] .htaccess file alternative

2006-03-03 Thread Joshua Slive
On 3/3/06, Vijay A Raghavan [EMAIL PROTECTED] wrote: Hello All, How do give permission to httpd - to access a directory without using a .htacess file. That's a pretty vague question. Perhaps you need just the following in httpd.conf: Directory /full/path/to/directory Order Allow,Deny Allow

Re: [EMAIL PROTECTED] UTF-8 Encoding

2006-03-03 Thread Joshua Slive
On 3/3/06, John N. Brahy [EMAIL PROTECTED] wrote: Opps, I forgot the basics. OS: OpenBSD 3.8 Apache: Apache/1.3.29 (Unix) mod_perl/1.29 mod_ssl/2.8.16 OpenSSL/0.9.7g Is there anything else I need to do besides putting this AddDefaultCharset utf-8 in the httpd.conf? I've put it in the main

RE: [EMAIL PROTECTED] UTF-8 Encoding

2006-03-03 Thread John N. Brahy
Well, all bets are off with openbsd, since their version of apache is forked (contains non-standard patches). But in general, AddDefaultCharset has an effect only if there are no AddCharset directives applying to the files. And your AddCharset directive above probably does nothing unless

Re: [EMAIL PROTECTED] UTF-8 Encoding

2006-03-03 Thread Joshua Slive
On 3/3/06, John N. Brahy [EMAIL PROTECTED] wrote: Well, all bets are off with openbsd, since their version of apache is forked (contains non-standard patches). But in general, AddDefaultCharset has an effect only if there are no AddCharset directives applying to the files. And your

Re: [EMAIL PROTECTED] mod_rewrite problem

2006-03-03 Thread Noah Robin
On Fri, Mar 03, 2006 at 02:58:44PM +, Matthew Claridge wrote: I'm using version 2.0.46, with Resin (not that important whats behind apache...). I have the following config set up to rewrite some elements of our dynamic URLs: RewriteEngine On ProxyMaxForwards 200

[EMAIL PROTECTED] Maximum number of users

2006-03-03 Thread Nadir Mahmoud
Hi all, Can I control the maximum number of users (clients) who connect to my web server by using apache directives? Please help, Nadir NOTICE This is a confidential communication from Xtria LLC, intended only for the recipient(s) named above. If you have received this

Re: [EMAIL PROTECTED] Maximum number of users

2006-03-03 Thread Joshua Slive
On 3/3/06, Nadir Mahmoud [EMAIL PROTECTED] wrote: Can I control the maximum number of users (clients) who connect to my web server by using apache directives? You control the maximum number of client connections using the MaxClients directive. But remember that one browser often makes multiple

Re: [EMAIL PROTECTED] httpd (2.0.55) proxying https to zope's http mangling POST data

2006-03-03 Thread Edward Muller
Upgrading to Apache 2.2.0 fixed the problem, although I understand that this is also fixed in Apache 2.0.56 whenever it's reeleased. So when it is I will probably down-grade to it. On Friday 03 March 2006 12:33 pm, Edward Muller wrote: One of our clients has the following setup: httpd 2.0.55

Re: [EMAIL PROTECTED] mod_rewrite problem

2006-03-03 Thread Robert Ionescu
Matthew Claridge wrote: The problem is that our URLs include hashes ('#'), which are escaped as '%23' in the actual URL. What seems to be happening, from looking at the rewrite log file, is that Apache successfully processes all those rewrite rules, but in the process of actually processing

[EMAIL PROTECTED] Newbie with Install Problem

2006-03-03 Thread Carmon Colvin
List,I am trying to install Apache HTTP Server 2.0.55 on to Windows 2000 Pro using the MSI installer.The installation wizard opens with the "Welcome to the Installation ." screen.It reads "Apache HTTP Server 2.0.55 Setup is preparing the Installation Wizard which will guide you through the