Re: images do not display in ssl mode

2001-02-23 Thread Danilo Nascimento
Hi Frank, Have you already checked the images HTTP links ? You can't use simple http links (i.e., HTTP://somewhere/image1.jpeg) into HTTPS Connection. Otherwise, you must use https links( i.e., HTTPS://somewhere/image1.jpeg). Regards, Danilo. Original Message Follows From: [EMAIL

Re: -DEAPI errors

2000-09-26 Thread Danilo Nascimento
Hi folks, This problem occurs when the other modules arenĀ“t compiled with EAPI Compile Directive. I always have this message when I install a new module because I NEVER REMENBER this detail. The best way to compile new modules is APACI. From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To:

Re: SSL protection on different directory

2000-08-01 Thread Danilo Nascimento
Hi Bryan, You can link all the objects into /admin directory by an https link. For example: - https://www.yoursite.com/admin/objN Or you can write an rewrite or redirectmatch directives to changes references to http://www.yoursite.com/admin/* to https://www.yoursite.com/admin/* Bye, Danilo.

Re: [BugDB] install error (PR#402)

2000-06-27 Thread Danilo Nascimento
Hi. This name "flex" would be "lex", a Lexical Analizer. Check for lex on man pages. Bye, Danilo. From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: [BugDB] install error (PR#402) Date: Tue, 27 Jun 2000 10:55:08 +0200 (MET DST) Full_Name:

Re: Installing ModSSL

2000-06-14 Thread Danilo Nascimento
Hi Marcus. There is no way to applay mod_ssl without downtime because mod_ssl have to apply "patches" to Apache Server Core Code. Therefore, you will have to stop your server. But to minimize the downtime, you can build the new server into another directory tree and after testing it you can

Re: Installing ModSSL

2000-06-14 Thread Danilo Nascimento
Hi Marcus. There is no way to applay mod_ssl without downtime because mod_ssl have to apply "patches" to Apache Server Core Code. Therefore, you will have to stop your server. But to minimize the downtime, you can build the new server into another directory tree and after testing it you can

Re: Installing ModSSL

2000-06-14 Thread Danilo Nascimento
Hi Marcus. There is no way to applay mod_ssl without downtime because mod_ssl have to apply "patches" to Apache Server Core Code. Therefore, you will have to stop your server. But to minimize the downtime, you can build the new server into another directory tree and after testing it you can

Re: IE 5 File Download Problems

2000-06-13 Thread Danilo Nascimento
Hi Chris. The directive KeepAlive is very important, mainly on sites that serves static resources. This directive allows you control the persistency of connections. If your site have little dynamic content, I really believe that you must activate KeepAlive and adjust the directive

Re: Start Apache in SSL enabled mode

2000-06-12 Thread Danilo Nascimento
Hi Amol, most the your problems are simple. I will list each one and the explanation for it: 1) The directive StartServers make no sense to Win Plataform because the model that Apache use is Thread-based. This directive is used by Apache to control Apache Child Processes, which only exist on

RE: Start Apache in SSL enabled mode

2000-06-12 Thread Danilo Nascimento
on starting Apache in SSL enabled mode ? I get specific errors on starting with the directive -DSSL. (As stated in my mail) Regards Amol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Danilo Nascimento Sent: Monday, June 12, 2000 8:05 PM To: [EMAIL PROTECTED