[EMAIL PROTECTED] Configuration Problem

2007-01-12 Thread Michael Gordon
Hello, I have had several versions of the Apache Server on my Windows PC over the last several years. Two months ago I had a HD crash and had to reload all programs including Apache. At this time I opted to download and install the latest official updated release. Part of the update requir

Re: [EMAIL PROTECTED] Apache mod_ssl give SSL Library Error: 336151570

2007-01-12 Thread DEVAL SHAH
Hi, I am not using client-side certificate authentication. I have SSLVerifyClient none How do I find the proxy type? Thanks Deval From: Sander Temme <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache mod_ssl give SSL Library Er

[EMAIL PROTECTED] SSI setup help please

2007-01-12 Thread Nathan Kellogg
We are attempting to setup limited SSI capability in 2.2.3 In httpd.conf we have: LoadModule include_module modules/mod_include.so AddType text/html .shtml AddOutputFilter INCLUDES .shtml And only 1 directory we need to use SSI so: Options FollowSymLinks Options +Includes Allow

[EMAIL PROTECTED] Problem building Apache 2.2.4 (may involve mod_ssl)

2007-01-12 Thread craig
I have a problem with building Apache2, which may involve openSSL. My server has OpenSSL/0.9.7e-p1, and I'm trying to upgrade Apache2 from 2.2.3 to 2.2.4. My Apache2 configuration command can be as simple as ./configure --prefix=/usr/local/apache2.2.4 --with-mpm=worker -- enable-ssl --with

Re: [EMAIL PROTECTED] Apache mod_ssl give SSL Library Error: 336151570

2007-01-12 Thread Sander Temme
On Jan 12, 2007, at 3:01 PM, DEVAL SHAH wrote: [debug] ssl_engine_kernel.c(1762): OpenSSL: Read: SSLv3 read client certificate A [debug] ssl_engine_kernel.c(1781): OpenSSL: Exit: failed in SSLv3 read client certificate A SSL library error 1 in handshake (server abc.com:443) SSL Library Erro

[EMAIL PROTECTED] Apache mod_ssl give SSL Library Error: 336151570

2007-01-12 Thread DEVAL SHAH
Hello, I have very typical problem: I have a certificate installed for my domain from Thawte. Now if anyone tries to access the webpage using a browser it works perfect. Now one of our clients has a proxy server. When they access to our website using their proxy they cannot access it. They get 5

[EMAIL PROTECTED] Apache mod_ssl give SSL Library Error: 336151570

2007-01-12 Thread DEVAL SHAH
Hello, I have very typical problem: I have a certificate installed for my domain from Thawte. Now if anyone tries to access the webpage using a browser it works perfect. Now one of our clients has a proxy server. When they access to our website using their proxy they cannot access it. They get 5

Re: [EMAIL PROTECTED] How to resolve this .htaccess conflict ?

2007-01-12 Thread Richard Lynch
I don't know the answer, but suspect you could experiment and find out faster than hearing back from somebody who DOES know the answer... Though whether that's a Documented Feature or not would be a Good Question, maybe... On Fri, January 12, 2007 1:33 pm, Ben Stover wrote: > Assume there is the

[EMAIL PROTECTED] How to resolve this .htaccess conflict ?

2007-01-12 Thread Ben Stover
Assume there is the .htaccess file show at the bottom of this posting. At first every read and write access is denied and no permissions are given because no "allow" statement is entered. Fine. But now I want to allow some users to access these directories but only with authentication (login+pass

[EMAIL PROTECTED] issue with proxy rewriting url when in tcp tunnel

2007-01-12 Thread Jerry DuVal
I'm having a problem with mod_rewrite with a proxy. Everything works perfect, except when I tunnel to this server localhost:80 to my local 8085, when I access content via the browser http://localhost:8085/epace apache is rewriting the url to http://localhost/epace . If I just go to http://serverD

Re: [EMAIL PROTECTED] Simple perl question

2007-01-12 Thread Israel Brewster
Yeah, I did need to copy the perl modules I needed, but that was no big deal. --- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport Industrial Rd Fairbanks, AK 99709 ---

Re: [EMAIL PROTECTED] Simple perl question

2007-01-12 Thread Israel Brewster
Well, as it turned out, I didn't need to go that route after all. I just needed to use the correct URL when accessing my perl scripts so they would be executed using mod Perl. So it's working now, without needing to copy or re-install perl. --- Isr

[EMAIL PROTECTED] custom directory listing

2007-01-12 Thread switch grass
How can i get apace to recognize new headername and readmename files? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail:

Re: [EMAIL PROTECTED] Rewrite does not work

2007-01-12 Thread Peter Huesser
> > Another thought: Did you set the directive RewritelogLevel at least to > 4? (6 = highest used). Below loglevel 4, the processing of conditions > is not being logged. > Wow, that was the break-through.Had a loglevel of 3 until now. Here the new log entries: 129.129.194.181 - - [12/Jan/2007:10:0

Re: [EMAIL PROTECTED] ServerAlias with Apache 2.0.40

2007-01-12 Thread cristina
Hi Owen, That was the problem. Changes in the DNS haven“t  been propagated when I tried the ServerAlias Directive. Now it works for any name which resolv the same IP. Thanks! Cristina Boyle Owen wrote: -Original Message- From: cristina [mailto:[EMAIL PROTECTED]] Sent: Thurs

Re: [EMAIL PROTECTED] Simple perl question

2007-01-12 Thread Issac Goldstand
It still needs modules, etc, at the very least while Apache starts (they are usually cached in memory once intially loaded) Issac Serge Dubrouski wrote: > modperl doesn't need to have perl installed because it has it > embedded. Have you tried to put your script into your /perl directory > and

Re: [EMAIL PROTECTED] Simple perl question

2007-01-12 Thread Issac Goldstand
Unfortunately, that's the price of a chroot... Remember to also install all your Perl modules to the chroot jail for the same reasons... Basically a separate install of Perl would be intelligent. If you want some form of package management/uninstall for the new one, or even just don't want to de