[us...@httpd] Reason for 503

2010-04-30 Thread Boehm, Matthew
Hello, I'm searching for a way to determine why apache would present/return a 503 Service Unavailable. I cannot seem to find a way to log this other than the fact that it occurred. There is no information in the error_log nor in /var/log/message nor in any of the access_logs dealing with any of th

Re: [us...@httpd] UTF-8 strings through ap_log_cerror

2010-04-30 Thread Eric Covener
On Fri, Apr 30, 2010 at 4:28 PM, Luis Neves wrote: > I think this issue is not only related to the logs apache is creating "in > ssl_engine_kernel.c" but must be in another place as well, i say this > because the mod_authz_ldap is using the incorreclty values (with '\x') to > query the ldap direc

[us...@httpd] UTF-8 strings through ap_log_cerror

2010-04-30 Thread Luis Neves
Hi list members, see here http://marc.info/?l=apache-httpd-dev&m=127242179232546&w=2 I am the original poster of this issue, unfortunally so far I have no answers to my problem and maybe you can give me some clues I think this issue is not only related to the logs apache is creating "in ssl_e

Re: [us...@httpd] perfomance of Apache on Windows

2010-04-30 Thread Vladimir Belov
I think you should better ask for a comparison between Apache on Windows and IIS and not for one between Apache on Windows and Apache on Linux. Yes. Who can give me a competent answer? Have you searched for benchmark apache iis with Google? I want to hear a competent answer from the devel

[us...@httpd] Virtual Directory tree for ftp access

2010-04-30 Thread Stuart Kenworthy
OS - Windows XP SP3 Apache httpd version - 2.2.14 Mod_ftp version - 0.9.7 I am currently running an apache http web server with the configuration above and would like to implement the mod_ftp functionality within it. I would like to know if there is any way to create a virtual directory tree

Re: [us...@httpd] How to get multiple https for the same server

2010-04-30 Thread J. Bakshi
On Fri, 30 Apr 2010 09:38:58 -0400 Eric Covener wrote: > On Fri, Apr 30, 2010 at 9:36 AM, J. Bakshi > wrote: > > Hello, > > > > Once I had the opportunity to use plesk control panel. And there I > > could create https:// for each vhost. Now I like to create https:// > > for each vhost in a serve

Re: [us...@httpd] How to get multiple https for the same server

2010-04-30 Thread Eric Covener
On Fri, Apr 30, 2010 at 9:36 AM, J. Bakshi wrote: > Hello, > > Once I had the opportunity to use plesk control panel. And there I could > create https:// for each vhost. Now I like to create https:// for each vhost > in a server manually. So I have followed the traditional way to define > https

[us...@httpd] How to get multiple https for the same server

2010-04-30 Thread J. Bakshi
Hello, Once I had the opportunity to use plesk control panel. And there I could create https:// for each vhost. Now I like to create https:// for each vhost in a server manually. So I have followed the traditional way to define https:// in vhost itself. But apache reports it can't allocate port

Re: [us...@httpd] perfomance of Apache on Windows

2010-04-30 Thread Octavian Rasnita
s. http://www.eset.com __ Information from ESET NOD32 Antivirus, version of virus signature database 5073 (20100429) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32 Antivirus, version of virus signature

Re: [us...@httpd] perfomance of Apache on Windows

2010-04-30 Thread Eric Covener
On Fri, Apr 30, 2010 at 12:19 AM, Vladimir Belov wrote: > Hello, > > What is the performance of Apache on Windows in comparison with performance > on Unix/Linux? Benchmark them on your hardware with your applications and workload if performance is important. > I must make a decision between IIS

[us...@httpd] Adding Authorization header at before proxying request

2010-04-30 Thread Gautam R Singh (gautsing)
Hello List I have a tricky situation where I need to proxy request to an old apache 1.3 which uses basic auth from a OAM SSO enabled apache v2.2. The remote_user variable & the header get set correctly on Apache 2.2, but before it proxies the request it should add an Authorization header w

[us...@httpd] Proxy authentication

2010-04-30 Thread Petr Hracek
Dear apache users, I have a pretty problem. On my system (Apache 2.2.3) I have configured following proxy: SSLEngine on DocumentRoot "/opt/apache/htdocs/ssldocs" ProxyPass /PAC/ http://192.168.187.101:8080/PACCBAdmin ProxyPassReverse/PAC/ http://192.168.187.150:8080/PACCBAdmin/