Re: [users@httpd] apache SSL cache?

2024-02-09 Thread joe a
On 2/9/2024 12:58:15, joe a wrote: I have apache configured as a reverse SSL proxy. Users connecting to the back end service are warned about the certificate, which, when installed shows the cert has the domains of the apache hosted site, not the proxy site. The apache hosted site/domains

Re: [users@httpd] Forwarding question.

2024-02-09 Thread joe a
On 2/8/2024 22:52:59, joe a wrote: On 2/5/2024 14:19:24, joe a wrote: On 2/5/2024 13:24:22, Frank Gingras wrote: On Mon, Feb 5, 2024 at 1:20 PM joe a <mailto:joea-li...@j4computers.com>> wrote:     On 2/5/2024 11:58:55, Frank Gingras wrote: > > > On Mon,

[users@httpd] apache SSL cache?

2024-02-09 Thread joe a
I have apache configured as a reverse SSL proxy. Users connecting to the back end service are warned about the certificate, which, when installed shows the cert has the domains of the apache hosted site, not the proxy site. The apache hosted site/domains names have their own valid certificates

Re: [users@httpd] Forwarding question.

2024-02-09 Thread joe a
On 2/8/2024 23:58:07, Frank Gingras wrote: . . . There are some issues accessing from off premises, that is, when requests are entering via the internet facing router.  Like 301 and 400 errors. Configuration is like this: Internet router-> server-with-apache-redirect-t

Re: [users@httpd] Forwarding question.

2024-02-08 Thread joe a
On 2/5/2024 14:19:24, joe a wrote: On 2/5/2024 13:24:22, Frank Gingras wrote: On Mon, Feb 5, 2024 at 1:20 PM joe a <mailto:joea-li...@j4computers.com>> wrote:     On 2/5/2024 11:58:55, Frank Gingras wrote: > > > On Mon, Feb 5, 2024 at 11:55 AM jo

Re: [users@httpd] Forwarding question.

2024-02-05 Thread joe a
On 2/5/2024 13:24:22, Frank Gingras wrote: On Mon, Feb 5, 2024 at 1:20 PM joe a <mailto:joea-li...@j4computers.com>> wrote: On 2/5/2024 11:58:55, Frank Gingras wrote: > > > On Mon, Feb 5, 2024 at 11:55 AM joe a mailto:joea-li...@j4computers.com>

Re: [users@httpd] Forwarding question.

2024-02-05 Thread joe a
On 2/5/2024 11:58:55, Frank Gingras wrote: On Mon, Feb 5, 2024 at 11:55 AM joe a <mailto:joea-li...@j4computers.com>> wrote: In a case where there is only one available incoming IP, is there a way, within apache, to host different domains, each on its own internal

[users@httpd] Forwarding question.

2024-02-05 Thread joe a
In a case where there is only one available incoming IP, is there a way, within apache, to host different domains, each on its own internal server, without requiring the external "calling browser" being any the wiser? That is, without requiring the browser to "ask again" in a different manner?

Re: [EMAIL PROTECTED] Re: [warn] (99)Cannot assign requested address: connect to listener on [::]:443

2005-11-09 Thread Joe A
i did test -f /proc/net/if_inet6 && echo "Running kernel is IPv6 ready"and it printed out the text fine On 11/9/05, Joe A <[EMAIL PROTECTED]> wrote: the parent process is running as root, the children are running as nobody. how can i tell if i have IPv6 stack installed? 

Re: [EMAIL PROTECTED] Re: [warn] (99)Cannot assign requested address: connect to listener on [::]:443

2005-11-09 Thread Joe A
]> wrote: Are you starting as root? (it's a privilaged port).Do you have the IPv6 stack installed?  Is this an IPv6 build of httpd?Joe A wrote:> noone has seen this before?>> On 10/26/05, *Joe A* < [EMAIL PROTECTED] [EMAIL PROTECTED]>> wrote:>> I noticed th

[EMAIL PROTECTED] Re: [warn] (99)Cannot assign requested address: connect to listener on [::]:443

2005-11-09 Thread Joe A
noone has seen this before?On 10/26/05, Joe A <[EMAIL PROTECTED]> wrote: I noticed these entries in my Apache2 error_log file this evening.  I would greatly appreciate it if someone could fill me in as to what it means. [Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested a

Re: [EMAIL PROTECTED] copy ssl cert from old machine to replacement machine?

2005-11-06 Thread Joe A
turns out apache was auto loading an ssl.conf from conf.d without me knowing about it. im gona edit that file instead -joe On 11/4/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > Sean Brown wrote: > > It's my understanding that the SSL Certificate is bound to the IP of > > the site, NOT the

Re: [EMAIL PROTECTED] copy ssl cert from old machine to replacement machine?

2005-11-04 Thread Joe A
> If you change the filestructure on the new machine, you need to define the > > path to the cert and key in the SSLCertificateFile and > > SSLCertificateKeyFile directives. > > > > Rgds, > > Owen Boyle > > Disclaimer: Any disclaimer attached to this mess

[EMAIL PROTECTED] copy ssl cert from old machine to replacement machine?

2005-11-03 Thread Joe A
i have a machine that has apache2 and ssl setup on domain.com i want to replace that machine with a new one ... do i have to request a new certificate or is there an easy way to copy the certificate to the new machine that will be replacing the old one as the server for domain.com?

[EMAIL PROTECTED] server health monitor web app?

2005-11-02 Thread Joe A
anyone know of a good web app (open source preferably) that tells you your server's vital signs and php execution time, mysql, etc ? 

[EMAIL PROTECTED] [warn] (99)Cannot assign requested address: connect to listener on [::]:443

2005-10-26 Thread Joe A
I noticed these entries in my Apache2 error_log file this evening.  I would greatly appreciate it if someone could fill me in as to what it means. [Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested address: connect to listener on [::]:443 [Wed Oct 26 21:02:36 2005] [warn] (99)Cannot as

[EMAIL PROTECTED] symbolic link question

2005-10-25 Thread Joe A
if i want to make all apache requests that access http://www.domain.com/folder/* to be redirected to http://www.domain.com/someotherfolder/, is there a way i can do that using symlinks and not have to edit apache.conf or make any .htaccess files?

Re: [EMAIL PROTECTED] apache2 timeout troubleshooting

2005-10-20 Thread Joe A
cool that's interesting i'll check it outOn 10/19/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/19/05, Joe A <[EMAIL PROTECTED]> wrote:> oh ok, i guess you are talking about using top to find an httpd process with> high cpu? then how do i attach a debugger to

Re: [EMAIL PROTECTED] apache2 timeout troubleshooting

2005-10-19 Thread Joe A
oh ok, i guess you are talking about using top to find an httpd process with high cpu? then how do i attach a debugger to it?On 10/19/05, Joshua Slive < [EMAIL PROTECTED]> wrote:On 10/19/05, Joe A < [EMAIL PROTECTED]> wrote:> joshua,>>  what do u mean by "shows a proc

Re: [EMAIL PROTECTED] apache2 timeout troubleshooting

2005-10-19 Thread Joe A
joshua, what do u mean by "shows a process on cpu"?On 10/19/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/19/05, Joe A <[EMAIL PROTECTED]> wrote: > What would cause apache2 to occasionally become unresponsive? SAR isn't> reporting any heavy load for the

[EMAIL PROTECTED] apache2 timeout troubleshooting

2005-10-19 Thread Joe A
What would cause apache2 to occasionally become unresponsive? SAR isn't reporting any heavy load for the 10 minute period during which it crashed... apparently when it was unresponsive there was "just one single apache thread running"

[EMAIL PROTECTED] have to reload https page in win2k3 ie 6.0.3790

2005-09-16 Thread Joe A
on win2k3 server ie 6.0.3790 only, when i try to click an https link from our https page it hangs, but if i reload it it works. we are using apache 2.0 i have this in the ssl conf but its not helping SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-

Re: [EMAIL PROTECTED] Apache2 on Win XP

2005-08-12 Thread Joe A
Aaron, what are the two threads? I know the linux ver just has a parent thread and then new children thread are created as needed or whatever, how is the win version different? The windows version also runs under just 2 threads.  All the responsesare under a single PID, which can be an issue a you

Re: [EMAIL PROTECTED] Apache 2.0.54 WIN32 compile error with OpenSSL 0.9.8

2005-07-24 Thread Joe A
165 #ifndef PEM_F_DEF_CALLBACK166 #define PEM_F_DEF_CALLBACK PEM_F_DEF_CB167 #endif http://lxr.webperf.org/source.cgi/modules/ssl/ssl_toolkit_compat.h#179On 7/24/05, hunter <[EMAIL PROTECTED]> wrote: My WIN32 build of Apache 2.0.54 fails with the following error whilecompiling with OpenSSL 0.9.

[EMAIL PROTECTED] is the parent/child security present in win32 apache?

2005-07-24 Thread Joe A
Does the Win32 version of Apache have a parent process that is running on an administrator account and the children processes are guest accounts and are the only ones sending/receiving to and from the Internet?  Thanks, Joe