Re: [users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
ner" To: users@httpd.apache.org Cc: masstransitk...@protonmail.com Subject: Re: [users@httpd] missing mod_ssl     On Mon, May 3, 2021 at 2:04 PM Hulio andres <hulioand...@usa.com> wrote:     I am following the documents for 2.4.46 -> https://httpd.apache.org/docs/2.4/   The ap

Re: RE: [users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
: Monday, May 03, 2021 at 7:00 PM From: "Eric Covener" To: users@httpd.apache.org Subject: Re: RE: [users@httpd] missing mod_ssl On Mon, May 3, 2021 at 1:59 PM Hulio andres wrote: > > > At the main Apache landing page https://httpd.apache.org/download.cgi > I can only see so

Re: [users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
‐‐ Original Message ‐‐‐ On Monday, May 3rd, 2021 at 7:32 AM, Eric Covener wrote: > On Mon, May 3, 2021 at 7:17 AM Hulio andres hulioand...@usa.com wrote: > > > I do not have mod_ssl > > > > $ ls modules/mod_ssl.so > > > > ls: cannot access 'modules/mo

Re: RE: [users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
Am curious as to why you are not using pre-built distros. -Original Message- From: Eric Covener Sent: Monday, May 3, 2021 10:42 AM To: users@httpd.apache.org Subject: Re: [users@httpd] missing mod_ssl On Mon, May 3, 2021 at 12:34 PM Hulio andres wrote: > > compile from source. > la

Re: [users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
compile from source. latest version 2.4.46     Sent: Monday, May 03, 2021 at 12:32 PM From: "Eric Covener" To: users@httpd.apache.org Subject: Re: [users@httpd] missing mod_ssl On Mon, May 3, 2021 at 7:17 AM Hulio andres wrote: > > > I do not have mod_ssl > > $ l

[users@httpd] missing mod_ssl

2021-05-03 Thread Hulio andres
  I do not have  mod_ssl   $ ls modules/mod_ssl.so ls: cannot access 'modules/mod_ssl.so': No such file or directory   Instructions page https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html Your SSL configuration will need to contain, at minimum, the following directives. LoadModule ssl_mod

[users@httpd] confinement of directives

2021-05-03 Thread Hulio andres
I wish to localise the mod_jk custering to only one virtual host does Apache allow for this ?         - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] JKMount /status stat Issue status Closed

2021-05-01 Thread Hulio andres
1, 2021 at 10:45 AM From: "Hulio andres" To: users@httpd.apache.org Subject: [users@httpd] JKMount /status stat   Apache version 2.4.46   httpd.conf If I include  the word "stat"  as in the following line  JKMount /status   stat   then I get an error  in the

[users@httpd] JKMount /status stat

2021-05-01 Thread Hulio andres
  Apache version 2.4.46   httpd.conf If I include  the word "stat"  as in the following line  JKMount /status   stat   then I get an error  in the mod_jk log file [error] extension_fix::jk_uri_worker_map.c (579): Could not find worker with name 'stat' in u ri map post processing.   and als

[users@httpd] www.kreme.com

2021-04-30 Thread Hulio andres
www.kreme.com Millions of websites and you set one up that doesn't work.   Sorry I forgot to ask the question. How did you manage to do it ?   I would say the bar is as low as it can get for you.     On 30 Apr 2021, at 18:48, Ruben Safir wrote: > On 4/30/21 6:36 PM,

[users@httpd] @lbutlr (krem...@kreme.com)

2021-04-30 Thread Hulio andres
  www.kreme.com Millions of websites and you set one up that doesn't work.     On 30 Apr 2021, at 18:48, Ruben Safir wrote: > On 4/30/21 6:36 PM, emily.bun...@aol.com.INVALID wrote: >> >> My Daddy will help me to pursue legal action for obstructing me from >> doing my sch

[users@httpd] Reverse proxy to Websphere

2012-03-07 Thread Jorge Andres Osorio
Hi people: I'm having issues with and old Apache 2.0.52 running as a reverse proxy to a Websphere server. The description of the problem is exactly the same that someone has with Apache 2.2.x in this URL: http://www.tek-tips.com/viewthread.cfm?qid=1577780 Before just trying to upgrade my product

Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-24 Thread Andres Aguado
n't know if there is some particular aspect in apache configuration to works with Websphere. Anyone has any experience with this configuration? Thanks for your help Regards, Andres 2012/2/23 Tom Evans : > On Thu, Feb 23, 2012 at 5:46 PM, Andres Aguado wrote: >> Hi all, let me see. &

Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Andres Aguado
(null) PF_AUTH_SUBJECT: a156168 Do you know if this sentence is right, because assigned value is unexpected for me, viewing value of environment variable that i'm using Thanks for your time Regards, Andres 2012/2/23 Andres Aguado : > Thanks Erik. There is a PingFederate integration kit that

Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Andres Aguado
PingFederate, which generate an environment variable with userid for apache, and we need to forward this userid embedded as http headers in http request sent from reverse proxy to application server. I'll try that mod_info thanks Andres 2012/2/23 Eric Covener : > On Thu, Feb 23, 2012 at

[users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Andres Aguado
e i'm sniffing traffic with WireShark and i'm not able to see NEW_HEADER anywhere Thanks a lot for your time and help Regards, Andres - The official User-To-User support forum of the Apache HTTP Server Pr

Re: [users@httpd] Reverse proxy problem

2012-02-21 Thread Andres Aguado
Well, after looking for, copying/pasting, testing, changing and looking for again, it seems that my problem was that i needed to add the following line into my virtual host:443 SSLProxyEngine on Now it's working Thanks all for your responses, your help and your patient Regards, Andres 2

Re: [users@httpd] Reverse proxy problem

2012-02-20 Thread Andres Aguado
> > On Feb 20, 2012 10:28 PM, "Andres Aguado" wrote: >> >> m, i've configured on other machine, other apache 2.2 as reverse >> proxy and i've forwarded request to https://www.ingdirect.es, and the >> error is the same >> >> This

Re: [users@httpd] Reverse proxy problem

2012-02-20 Thread Andres Aguado
figuration? Regards Andres 2012/2/20 Andres Aguado : > Hi again. Here we are again > > Sorry, but I don't understand that dns error, because i'm connecting > to ip interface. I'm not connecting to dns name to simplify the issue. > And i can connect from proxy to backend

Re: [users@httpd] Reverse proxy problem

2012-02-20 Thread Andres Aguado
d by /spipe/pkg > > That looks more like a configuration problem...  The path is > unexpectedly concatenated with the host (okay, IP). > > Change > ProxyPass / https://192.168.112.57 > to > ProxyPass / https://192.168.112.57/ > (similar for ProxyPassReverse) >&g

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
istrator server that sure will know it Thanks! andres 2012/2/17 Igor Cicimov : > What is in the error file dude not the access one? Since you are proxying to > https://192.168.112.57 do you have ssl enabled on that server? What do you > see in its log file? > > Since you said htt

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
che2.2\conf\ssl\server.key" .crt and .key files has been created and are present in specified directory Actuallly, redirect to https is disabled, and i'm not connecting to http, i'm connecting to https://ipreverseproxy:8443 directly. Regards Andres 2012/2/17 Tom Evans : > On Thu

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
Sorry Hridayesh, yesterday i was a bit locked and i forgot to explain the internal server error 2012/2/17 Andres Aguado : > Hi Igor, it seems that reverse proxy is malfunctioning for https. If i > proxypass to http link of destination app server it works fine, but > when i try to pro

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
d was unable to complete your request", although this links is accesible directly (but not through the reverse proxy) About logs, here is access.log mymachineip - - [17/Feb/2012:10:30:28 +0100] "GET / HTTP/1.1" 500 541 Thanks again Andres 2012/2/17 Igor Cicimov : > What doesnt

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
Hi Hridayesh, and thanks for your response, but it doesn't work in firefox. The same error is displayed. Other idea? Thanks for your help Regads Andres 2012/2/17 Hridayesh Gupta : > It looks like you are trying to setup reverse proxy in https(port 443). > Which is working but browser

[users@httpd] Reverse proxy problem

2012-02-16 Thread Andres Aguado
e certificate error (continue to this site) appears in iexplorer and internal server error page is displayed. Could anyone help me please? Thank you very much Andres - The official User-To-User support forum of the Apache HTTP Se

Re: [us...@httpd] Build issue

2009-03-13 Thread Andres Morey
Jorge - would you mind setting your LogLevel to "info" to see if you are getting any SSL Errors. I have seen SSL errors with 2.2.11 on OS X and on linux. -Andres On Mar 13, 2009, at 1:10 PM, Jorge Medina wrote: I forgot to also let you know my PATH env variable: /usr/bin:/u

Re: [us...@httpd] SSL ERRORS

2009-03-05 Thread Andres Morey
rors as well? I have noticed these errors with Apache 2.2.11 on linux and on OS X. I'm attaching my apache config file to this email.Thanks for helping me debug this!-Andres httpd.conf Description: Binary data On Mar 4, 2009, at 9:55 AM, Eric Covener wrote:On Wed, Mar 4, 2009 at 9:41 A

Re: [us...@httpd] SSL ERRORS

2009-03-04 Thread Andres Morey
nux and on OS X. I'm attaching my apache config file to this email. Thanks for helping me debug this! -Andres Listen 80 Listen 443 LoadModule ssl_module modules/mod_ssl.so ServerName example ServerAdmin ad...@example.com ServerRoot "/usr/local/apache2" ServerSignature Off S

[us...@httpd] SSL ERRORS

2009-03-04 Thread Andres Morey
routines:SSL23_GET_CLIENT_HELLO:unknown protocol speaking not SSL to HTTPS port!? Connection closed to child 9 with abortive shutdown This is extremely worrying. Does anybody know how to fix these SSL errors? Thanks, Andres - The official User-To-User support

[us...@httpd] mod_ssl errors

2009-03-02 Thread Andres Morey
, Andres - 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: users-unsubscr...@httpd.apache.org " from th

[EMAIL PROTECTED] unable to stop

2007-10-09 Thread Andres
Hello I have problem when I trying to stop httpd server under user account. Httpd server won't stop. Is it problen with user privileges or what colud be a problem. Sorry for my bad english Best regards Andres Paju -- Päevaleht Online loosib välja 40 pi

RE: [EMAIL PROTECTED] virtual directory

2005-10-02 Thread Andres Paju
Good afternoon Muhammad Rizwan I hope this example will help you # This should be changed to the ServerRoot/manual/. The alias provides # the manual, even if you choose to move your DocumentRoot. You may comment # this out if you do not care for the documentation. # AliasMatch ^/manual(?:/(?:d

RE: [EMAIL PROTECTED] Apache wont start

2005-10-01 Thread Andres Paju
Title: Message Good morning Alessandro   Can you send php.ini and httpd.conf file? -Original Message-From: Alessandro Gigli [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 11:37 PMTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] Apache wont start Hell

RE: [EMAIL PROTECTED] CGI path problem

2005-07-18 Thread Andres Monroy-Hernandez
mance wise. It seems that every time someone executes the CGI the JVM is loaded. There must be better ways of doing what you want, but that's outside the scope of your question. Cheers, Andres -Original Message- From: Thom Hehl [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 7:

RE: [users@httpd] file requests not answered by apache

2005-06-30 Thread Andres Monroy-Hernandez
I was having a similar problem and it was something related to the file system being corrupted. It was very helpful to analyze the content of the images being downloaded with a text/hex editor and compare it with the "correct" image. -Original Message- From: news [mailto:[EMAIL PROTECTED]

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
Sorry I was doing some changes. The URLs are back. Craig Dunigan wrote: Same URL? 'Cause I get a 404 on bad.gif now. On Wed, 8 Jun 2005, Andres Monroy-Hernandez wrote: Good catch. I do have mod_perl enabled, but the images are real files, not images served by a mod_perl applicati

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
ot;,2000,14,1)[EMAIL PROTECTED]@[EMAIL PROTECTED]@p<97>[EMAIL PROTECTED]@q<97>[EMAIL PROTECTED]@^L Looks like perl code to me, like maybe you're serving an un-dereferenced code ref? On Wed, 8 Jun 2005, Andres Monroy-Hernandez wrote: Hello, I have two identical images (gif

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
Sorry, it was a copy and paste error :-D Joost de Heer wrote: 12.45.228.130 - - [08/Jun/2005:15:02:03 -0400] "GET /sfxctrl/pix.1.0/good.gif HTTP/1.1" 200 680 12.45.228.130 - - [08/Jun/2005:15:02:58 -0400] "GET /sfxctrl/pix.1.0/bad HTTP/1.1" 200 2606 Is this a C&P error, or is t

Re: [users@httpd] Restart Errors (apache 2.0.50)

2005-06-08 Thread Andres Monroy-Hernandez
My guess is that the graceful restart is not freeing the port after all the children exit. Is using apache restart out of the question? Perhaps your web applications don't let the children exit and the request to exit times out? -Andres brad bowman wrote: I was wondering if anyone

Re: [users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
P/1.1" 200 2606 Thanks Christopher Malton wrote: Have you checked the error logs? -Original Message- From: Andres Monroy-Hernandez [mailto:[EMAIL PROTECTED] Sent: 08 June 2005 18:24 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Web server corrupting image? Hello,

[users@httpd] Web server corrupting image?

2005-06-08 Thread Andres Monroy-Hernandez
Hello, I have two identical images (gifs). One is displayed correctly, the other one not. I hope you can provide any hints. In order to make sure both files are identical I compared their hexadecimal fingerprint by doing: % od good.gif > good.hex ; od bad.gif > bad.hex; diff bad.hex good.he