[EMAIL PROTECTED] Javascript with extended ASCII Characters no longer working correctly

2007-04-10 Thread Richard Luckhurst
Hi We upgraded our Apache installation a short while ago and have recently noticed some problems with Javascript no longer working correctly where splits are being performed on extended ASCII characters. We have tried just about everything we can think of and are wondering if any changes in the 2

[EMAIL PROTECTED] mod_evasive - testing remotely

2007-04-10 Thread Richard Solid
*I have 3 questions here. 1.* I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server. I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the i

[EMAIL PROTECTED] [Ann] Htpasswd Generator 3

2007-04-10 Thread Sergey Zimin
Hi, We are glad to announce the release of new version of Htpasswd Generator. The latest version of product is 3.0 Htpasswd Generator has the following features: - a graphical interface for working with the files .htpasswd and .htgroup - manual editing of the files .htpasswd and .htgroup using

RE: [EMAIL PROTECTED] Browser sends complete URL before SSL ?

2007-04-10 Thread Boyle Owen
> -Original Message- > From: Puskás Zsolt ( Errotan ) [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 10, 2007 5:17 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Browser sends complete URL before SSL ? > > Hi all. > > I have a working apache2 server with ssl and I thoug

RE: [EMAIL PROTECTED] SSL name based virtualhosts -- no, not the normal question!

2007-04-10 Thread Gonzalez, Miguel
Read the archives of the list, I can't remember the tool, but there are already some proxies that allow to have different SSL sites on the same IP and port. Miguel -Original Message- From: Michael [mailto:[EMAIL PROTECTED] Sent: Mon 4/9/2007 10:11 PM To: users@httpd.apache.org Subject: R

RE: [EMAIL PROTECTED] virtual host problem

2007-04-10 Thread Gonzalez, Miguel
Hi, You need to be able to hit the website using DNS, either locally (/etc/hosts or its equivalent in Windows) or using your DNS server with a pointer from the two domains to the Apache machine. Hope this helps Miguel -Original Message- From: Roberto Tortolero [mailto:[EMAIL PROTE

[EMAIL PROTECTED] virtual host problem

2007-04-10 Thread Roberto Tortolero
Hi, i want to put on my apache server 2 or 3 diferents sites, i've been triying with the virtualhost command but i always end up in same site. I need tu host 2 sites, tuoficio.com and vasa.com in my apache server, so, i redirect and do everything of what the tutorial said on the apache web site, b

Re: [EMAIL PROTECTED] strange behaviour of Readme postamble

2007-04-10 Thread Joshua Slive
On 4/10/07, Jason Keltz <[EMAIL PROTECTED]> wrote: Actually, neither is the perfect solution. If I change the README name to README.txt, then users can't use HTML readme files. The same occurs if I force the type on README. The *real* solution, of course, would be for the problem to be fixed

Re: [EMAIL PROTECTED] CGI question

2007-04-10 Thread Joshua Slive
On 4/10/07, Arsen Hayrapetyan <[EMAIL PROTECTED]> wrote: Hello, The question may sound something primitive, but I could not understand the underlying mechanism... I have a server with the name aligrid1.yerphi.am. DOCUMENT_ROOT == /a/b/httpd/docs and ScriptAlias /cgi-bin/ "/a/b/httpd/cgi-bin/"

Re: [EMAIL PROTECTED] Browser sends complete URL before SSL ?

2007-04-10 Thread Jesse Ross
No plaintext; that's what SSL does. Puskás Zsolt ( Errotan ) wrote: Hi all. I have a working apache2 server with ssl and I thought about if a client browser connects to the server with the URL like https://www.example.com/somedir/file.html the browser sends the full url in plaintext or co

[EMAIL PROTECTED] Browser sends complete URL before SSL ?

2007-04-10 Thread Puskás Zsolt ( Errotan )
Hi all. I have a working apache2 server with ssl and I thought about if a client browser connects to the server with the URL like https://www.example.com/somedir/file.html the browser sends the full url in plaintext or connects to example.com encrypts the channel and then sends the remaining

[EMAIL PROTECTED] Problems with loading a file - "LoadFile libxml2.so"

2007-04-10 Thread Douglas Rockney
I'm attempting to use the mod_proxy_html.so module with IBM IHS (i.e. Apache 2.0.47) on Red Hat ES 3, but am running into difficulties even providing the basics that it needs to run. Specifically, if I attempt to load the file libxml2.so as is expected by the module, HTTPD hangs. I have confirme

[EMAIL PROTECTED] CGI question

2007-04-10 Thread Arsen Hayrapetyan
Hello, The question may sound something primitive, but I could not understand the underlying mechanism... I have a server with the name aligrid1.yerphi.am. DOCUMENT_ROOT == /a/b/httpd/docs and ScriptAlias /cgi-bin/ "/a/b/httpd/cgi-bin/" There is a directory, called 'pub' in my cgi-bin directo

Re: [EMAIL PROTECTED] strange behaviour of Readme postamble

2007-04-10 Thread Jason Keltz
On 04/09/07 17:27, Joshua Slive wrote: On 4/9/07, Jason Keltz <[EMAIL PROTECTED]> wrote: As it happens, mod_mime_magic code maps "The" and "the" to L_ENG. There's a table that says "English text" -> "text/plain". As a result, if you don't have the word "the" in the file, and the file is not ht

RE: [EMAIL PROTECTED] ECDSA Certificate use in mod_ssl

2007-04-10 Thread Takurou Saitou
> -Original Message- > From: Sander Temme [mailto:[EMAIL PROTECTED] > > On Apr 8, 2007, at 7:47 PM, Takurou Saitou wrote: > > > $ ./openssl ciphers -v ECDHE-ECDSA-AES256-SHA > > ECDHE-ECDSA-AES256-SHA SSLv3 Kx=ECDH Au=ECDSA Enc=AES(256) > > Mac=SHA1 > > ---