Re: [EMAIL PROTECTED] Apache and client certs

2006-12-29 Thread toadie D
It is possible to use reverse proxy to pass a PEM Encoded Certificate as a HTTP header to a backend server. Make sure you have this directive in your config file SSLOptions +ExportCertData Then use mod_headers to set the header RequestHeader MY_CLIENT_CERT %{SSL_CLIENT_CERT}s You can find m

Re: [EMAIL PROTECTED] Apache 2.2.3 installation not as root

2006-12-29 Thread Sander Temme
Shweta, On Dec 29, 2006, at 7:35 AM, Shweta Patel wrote: ./configure --prefix=/home/sp/proj/ --exec-prefix=/home/sp/proj/ -- with-port=8080 --enable-so --disable-ssl After building and installing when I try to test: /home/sp/proj/bin/ apachectl start I get error: Syntax error on line 117 o

Re: [EMAIL PROTECTED] Missing Mod_Access

2006-12-29 Thread Sander Temme
Can Le, On Dec 29, 2006, at 7:16 PM, Can Le wrote: I checked my httpd.conf and I am having mod_authz_host.so. Please tell us in detail about the error you are referring to: 1) Do you see it when you try to start the server, or when you access a URL on your server? 2) If the error occurs w

Re: [EMAIL PROTECTED] Missing Mod_Access

2006-12-29 Thread Can Le
Thank Sander Temme I checked my httpd.conf and I am having mod_authz_host.so. Can Le Sander Temme Sander Temme <[EMAIL PROTECTED]> wrote: mod_access was renamed in httpd 2.2. Please refer to: http://httpd.apache.org/docs/2.2/upgrading.html Its new name is mod_authz_host. Your me

[EMAIL PROTECTED] Dimitar Georgievski is out of the office.

2006-12-29 Thread DGeorgie
I will be out of the office starting 12/29/2006 and will not return until 01/09/2007. I will respond to your message when I return. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

Re: [EMAIL PROTECTED] Too Many Open Files

2006-12-29 Thread Sean Conner
It was thus said that the Great Kerry Wilson once stated: > I am getting the following critical error throughout my log files: > > (24)Too many open files: /var/www/.htaccess pcfg_openfile: unable to > check htaccess file, ensure it is readable > > /var/www/.htaccess does not exist > > I suspec

[EMAIL PROTECTED] Server Side Includes and diacritics (accented chars)

2006-12-29 Thread Joe Casadonte
Is there a way to pass diacritics (accented characters) through SSI variables? If I pass the actual accented character in: FireFox (pedantically and annoyingly) displays the dreaded black-diamond-with-a-question-mark in its place. If I put in the HTML code: then it looks as if the SSI is i

[EMAIL PROTECTED] Too Many Open Files

2006-12-29 Thread Kerry Wilson
I am getting the following critical error throughout my log files: (24)Too many open files: /var/www/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable /var/www/.htaccess does not exist I suspect the problem is caused b/c the server has reached the maximum open fil

Re: [EMAIL PROTECTED] Apache 2.2.3 installation not as root

2006-12-29 Thread Aplus Dedicated Support, Jarrod Overson
There might be no reference to any ssl.conf in the httpd.conf, it may be that the whole conf.d directory is included with something like Include /path/to/conf.d/*.conf Serge Dubrouski wrote: Look into your httpd.conf file. 1. You can have Include ssl.conf or conf/extra/httpd_ssl.conf or some

Re: [EMAIL PROTECTED] Apache 2.2.3 installation not as root

2006-12-29 Thread Serge Dubrouski
Look into your httpd.conf file. 1. You can have Include ssl.conf or conf/extra/httpd_ssl.conf or some other name (some Linux distros repackage config file) 2. Nothing prevent an admin from putting SSL config into httpd.conf directly in any case READ YOUR HTTPD.CONF file. apachectl is just a si

RE: [EMAIL PROTECTED] Domain Names in Apache

2006-12-29 Thread Troy Moseley
-Original Message- From: Evan Platt [mailto:[EMAIL PROTECTED] Sent: Thursday, December 28, 2006 10:24 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Domain Names in Apache At 07:54 AM 12/28/2006, you wrote: >I have apache installed on Windows and working correctly. After >

Re: [EMAIL PROTECTED] Apache 2.2.3 installation not as root

2006-12-29 Thread Shweta Patel
That because in 2.2.3 it's extra/httpd_ssl.conf 1. In that case why is the server even looking into the file /etc/httpd/conf.d/ssl.conf ? 2. When or where in the Server code does it look for ssl.conf ? Basically I'm looking for the initial steps that occur once we call apachectl start Thanks a

Re: [EMAIL PROTECTED] Missing Mod_Access

2006-12-29 Thread Sander Temme
On Dec 29, 2006, at 8:50 AM, Can Le wrote: Please help My httpd.conf doesn't have Mod_Access. Is this cause internal error ? mod_access was renamed in httpd 2.2. Please refer to: http://httpd.apache.org/docs/2.2/upgrading.html Its new name is mod_authz_host. I recently get failure notice

[EMAIL PROTECTED] Missing Mod_Access

2006-12-29 Thread Can Le
Please help My httpd.conf doesn't have Mod_Access. Is this cause internal error ? I recently get failure notice from email server. This is a test with a question. Thank you Can Le __ Do You Yahoo!? Tired of spam? Yahoo! Mai

Re: [EMAIL PROTECTED] Apache 2.2.3 installation not as root

2006-12-29 Thread Serge Dubrouski
That because in 2.2.3 it's extra/httpd_ssl.conf On 12/29/06, Shweta Patel <[EMAIL PROTECTED]> wrote: I do not have the permissions to do so and hence was looking for alternatives. I greped the source for httpd.2.2.3 but could not find an explicit reference to the path "/etc/httpd/conf.d/ssl.con

Re: [EMAIL PROTECTED] Apache 2.2.3 installation not as root

2006-12-29 Thread Shweta Patel
I do not have the permissions to do so and hence was looking for alternatives. I greped the source for httpd.2.2.3 but could not find an explicit reference to the path "/etc/httpd/conf.d/ssl.conf" and was wondering how the server picks up this path since I'm not starting it with ssl support and h

Re: [EMAIL PROTECTED] Apache and client certs

2006-12-29 Thread Serge Dubrouski
I've been watching this forum for sometime and this question appeared here several times. So far nobody posted a solution that would allow Apache working as proxy to pass client certificate to a backend server. The only worked way was Apache (2.2.3) + mod_jk + Tomcat which isn't applicable to your

Re: [EMAIL PROTECTED] Apache 2.2.3 installation not as root

2006-12-29 Thread Davide Bianchi
Shweta Patel wrote: Syntax error on line 117 of /etc/httpd/conf.d/ssl.conf: SSLCertificateFile: file '/etc/httpd/conf/ssl.crt/server.crt' does not exist or is empty Is there a way for me to solve the problem without switching to as root user? Sure, edit the httpd.conf file and remove the "i

Re: [EMAIL PROTECTED] Single Sign On via Windows Active Directory credentials

2006-12-29 Thread Marc Boorshtein
On 12/28/06, Genesis X1 <[EMAIL PROTECTED]> wrote: Is this a GUESS or are u sure abt it? Why don't you read about it and see - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.ap

[EMAIL PROTECTED] Apache 2.2.3 installation not as root

2006-12-29 Thread Shweta Patel
Hi, I'm trying to install Apache 2 (httpd.2.2.3) with the following configuration on Linux: ./configure --prefix=/home/sp/proj/ --exec-prefix=/home/sp/proj/ --with-port=8080 --enable-so --disable-ssl After building and installing when I try to test: /home/sp/proj/bin/apachectl start I get erro

[EMAIL PROTECTED] mod_deflate together with mod_rewrite ?

2006-12-29 Thread DuĊĦan Saiko
I would like to ask for help with the following simple problem - running together mod_rewrite and mod_deflate with the .htaccess configuration like this (on Apache 2.2.0): RewriteEngine On RewriteBase /tmp2 RewriteRule ^index.html$ index.php SetOutputFilter DEFLATE I get the request on index.p

[EMAIL PROTECTED] Apache 2.2.3 Win32 Memory Issue

2006-12-29 Thread Paul Simon
Hi, Is anybody running Apache 2.2.3 on Win32 and using mod_rewrite proxy feature? When I add the line RewriteRule ^/(.*)$ http://someappserver:8111/$1 [P,L], then hit the server using ab, the server proxies correctly until the memory usage builds up causing the server to crash. Killing the apac

Re: [EMAIL PROTECTED] Apache and client certs

2006-12-29 Thread Manuela . Vorazzo
Probably I've to modify my application if there is no other way to send all client certificate info to my application server via proxy reverse. Actually the web application on WebSphere is using javax.net.ssl.peer_certificates and then it extracts the first OU field. How can I display the entir