Re: [us...@httpd] Apache22

2010-09-01 Thread Jorge Medina
http://dan.drydog.com/apache2php.html On Wed, Sep 1, 2010 at 4:39 PM, Silvio Siefke wrote: > Hello, > > > how can i make Apache + PHP with fastcgi? I have read for virtual host, > but how can i set it up for complete? > > > Can someone help? > > > > Silvio > >

Re: [us...@httpd] Counting requests

2009-12-17 Thread Jorge Medina
You may find useful mod_status http://httpd.apache.org/docs/2.2/mod/mod_status.html -Jorge On Thu, Dec 17, 2009 at 9:21 PM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > hi, > > How Can I count the number of requests processed ? > > For example, > I would like to count the number of

Re: [us...@httpd] Building Apache 2.2 without IPv6

2009-12-04 Thread Jorge Medina
What a nasty member of the user list! On Fri, Dec 4, 2009 at 9:41 AM, Daniel Reinhardt wrote: > > ISPs will soon > >> start to provide their customers with routers that support IPv6, so >> this is in my opinion a wise decision. It's a bit like TV >> manucfaturers including a DVB-T tuner in their

RE: [us...@httpd] Apache build

2009-11-19 Thread Jorge Medina
ards, Aruna. --- On Thu, 11/19/09, Jorge Medina wrote: From: Jorge Medina Subject: RE: [us...@httpd] Apache build To: "users@httpd.apache.org" Date: Thursday, November 19, 2009, 4:29 AM Yes. But I build the APR and the APU libraries myself (and include them in my tar.gz file). Since

RE: [us...@httpd] Apache build

2009-11-18 Thread Jorge Medina
ake that I am doing. Please let me know. Thanks & Regards, Aruna. --- On Thu, 11/19/09, Jorge Medina wrote: From: Jorge Medina Subject: RE: [us...@httpd] Apache build To: "users@httpd.apache.org" Date: Thursday, November 19, 2009, 1:49 AM It is doable. I compile my own apache a

RE: [us...@httpd] Apache build

2009-11-18 Thread Jorge Medina
It is doable. I compile my own apache and provide it as a tar.gz file bundled with other set of scripts. If the paths on the target machine do not match the paths on your build machine, then you will need to define LD_LIBRARY_PATH From: Aruna Gummalla [mailto:a

RE: [us...@httpd] HTTP Post requests

2009-11-04 Thread Jorge Medina
Because the purpose of the log is to have a nicely formatted file (timestamp, url, http method, etc). The POST body could be anything. It may not even be text. Therefore the mod_jk is not going to log it. (You may ask to the mod_jk developers if there is any option to actually log the POST body,

RE: [us...@httpd] HTTP Post requests

2009-11-04 Thread Jorge Medina
Yes, mod_jk will also forward POST requests. You won't see the body on the mod_jk logs. -Original Message- From: breako [mailto:alex.stave...@fineos.com] Sent: Wednesday, November 04, 2009 1:11 PM To: users@httpd.apache.org Subject: [us...@httpd] HTTP Post requests Hi, Can anybody tell

RE: [us...@httpd] AJP Ports Mod_JK

2009-11-04 Thread Jorge Medina
If you use mod_jk, then Apache only knows of the AJP port on Tomcat and communicates using the AJP protocol. If you use mod_proxy and mod_proxy_http then you can configure Apache to use HTTP and drop the mod_jk module. http://markmail.org/search/?q=mod_proxy+mod_jk+list%3Aorg.apache.httpd.user

RE: [us...@httpd] Enabling HTTP and HTTPs

2009-10-26 Thread Jorge Medina
...@httpd] Enabling HTTP and HTTPs Jorge Medina wrote: > Right. I have two Listen directives > > Listen 80 http > Listen 443 https > > The page I would assume that the page I get is generated by the mod_ssl > module. It looks something like this: > Allright, that clears on

RE: [us...@httpd] Enabling HTTP and HTTPs

2009-10-26 Thread Jorge Medina
André Warnier [mailto:a...@ice-sa.com] Sent: Monday, October 26, 2009 3:03 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Enabling HTTP and HTTPs Hi Jorge. Something below does not seem to square : Jorge Medina wrote: ... > At that point, I disabled HTTP on the server. Any request

[us...@httpd] Enabling HTTP and HTTPs

2009-10-26 Thread Jorge Medina
I am using Apache 2.2 and I am using a test certificate signed by my internal CA. I am not using Virtual Hosts. Sometime ago I went over a whole set of changes on my server configuration to enable HTTPs (SSL). At that point, I disabled HTTP on the server. Any request on port 80 gets a page ind

RE: [us...@httpd] Config Error

2009-04-02 Thread Jorge Medina
You need to provide more information to get useful answers. In what plataform are you building Apache ? What are the parameters used for the "configure" step? -Jorge -Original Message- From: Ihsan Dogan [mailto:ih...@dogan.ch] Sent: Thursday, April 02, 2009 5:37 AM To: users@httpd.apa

RE: [us...@httpd] Application design

2009-03-20 Thread Jorge Medina
But I would argue that disk space is cheaper than decompressing files on the server for every request. 8-) -Original Message- From: Brian Mearns [mailto:mearn...@gmail.com] Sent: Friday, March 20, 2009 11:17 AM To: users@httpd.apache.org; a...@ice-sa.com Subject: Re: [us...@httpd] Appli

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

2009-03-13 Thread Jorge Medina
Build issue 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:

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

2009-03-13 Thread Jorge Medina
I forgot to also let you know my PATH env variable: /usr/bin:/usr/openwin/bin:/usr/ucb:/usr/sfw/bin:/opt/sfw/bin:/usr/local/ bin:/usr/ccs/bin:/usr/local/sbin -Original Message- From: Jorge Medina Sent: Friday, March 13, 2009 1:00 PM To: 'users@httpd.apache.org' Subjec

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

2009-03-13 Thread Jorge Medina
I build 2.2.11 succesfully in Solaris 10 (both x86 and sparcv9) I build OpenSSL, APR, and APR-util before building Apache. For OpenSSL I use: Configure thread shared solaris64-sparcv9-gcc --prefix=/opt/myapp/openssl make make install For the APR: CPP_FLAGS="-m64 -O3"

[us...@httpd] ErrorLog timestamp format

2009-03-09 Thread Jorge Medina
I am using Apache 2.2.11 Is it possible to modify the ErrorLog timestamp format ? Currently, I get something like this: [Mon Mar 09 16:53:18 2009] I would like to get the timestamp following ISO8601 format, something like -mm-ddTHH:MM:SS [2009-03-18T16:53:18-0400] I can get the

RE: [us...@httpd] ajp mod_jk problem

2009-02-26 Thread Jorge Medina
Look at your mod_jk log file "C:/Program Files/Apache Software Foundation/Tomcat 6.0/conf/mod_jk.log" From: Halil Ağın [mailto:halil.a...@gmail.com] Sent: Wednesday, February 25, 2009 7:24 PM To: users@httpd.apache.org Subject: [us...@httpd] ajp mod_jk probl

RE: [us...@httpd] make install fails on Solaris sun box

2009-02-10 Thread Jorge Medina
Hi Phil, Solaris 10 ? Sparc or x86 ? 32 or 64-bit ? Provide your configure statement and the values of your shell environment before starting the script. (In particular the value of CPPFLAGS, CFLAGS, CXXFLAGS, LD_LIBRARY_PATH).. Provide as many details as possible of your environment if you e

RE: [us...@httpd] Unable to access sites on an Apache server from Internet Explorer

2009-01-29 Thread Jorge Medina
I recently had a similar behaviour with a company. I called to complain but they could not see any issue. The error would appear when the application switched from http to a https link. Their content protected by https was unable to be accessed through IE 7 (on Vista Business). I was able to acc

RE: [us...@httpd] PidFile directive is ignored

2009-01-28 Thread Jorge Medina
Subject: Re: [us...@httpd] PidFile directive is ignored On 23.01.09 17:48, Jorge Medina wrote: > I am specifying the PidFile directive but the PidFile always gets > created under (ServerRoot)/logs/ > > I get the same bahaviour in all platforms. > > I tried putting the PidFile di

[us...@httpd] PidFile directive is ignored

2009-01-23 Thread Jorge Medina
I am running Apache 2.2.11 in several platforms (RedHat, Solaris 10 x86 and Solaris 10 sparc) I am specifying the PidFile directive but the PidFile always gets created under (ServerRoot)/logs/ I get the same bahaviour in all platforms. I tried putting the PidFile directive just after the Serv

RE: [us...@httpd] Re: Can I just compile once and copy the installed server to multi machines?

2009-01-21 Thread Jorge Medina
Besides changing the paths on your configuration file(s), you may also need to specify the LD_LIBRARY_PATH environment variable if the dependencies reside on other paths. I have managed to build and install on a user directory (like /home/username/opt/myapp/apache2) and then copy to another mach

RE: [us...@httpd] Running Apache reverse proxy on different https port

2009-01-21 Thread Jorge Medina
You may actually need to specify the protocol: Listen 440 https http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listen -Original Message- From: ananth desh [mailto:ananth.d...@gmail.com] Sent: Tuesday, January 20, 2009 11:58 PM To: users@httpd.apache.org Subject: Re: [us...@httpd

RE: [EMAIL PROTECTED] Where should I put my java servlet .class file ?

2008-12-05 Thread Jorge Medina
Albert, Apache Web Server and Apache Tomcat are two different "products". In order to run a servlet, you need Apache Tomcat. You may get some help here: http://www.cristhianny.com/others/tomcat5_setup_first_servlet.html This list is dedicated to Apache Web Server, not Tomcat.

RE: [EMAIL PROTECTED] mod_ssl + basic auth

2008-10-30 Thread Jorge Medina
at I really wanted would be if a valid certificate is received, then promptly accept the client. Yeah I read about that.. But is there another way then I can solve my problem? Thanks! Ricardo On Thu, Oct 30, 2008 at 1:55 PM, Jorge Medina <[EMAIL PROTECTED]> wrote:

RE: [EMAIL PROTECTED] mod_auth_ldap

2008-10-30 Thread Jorge Medina
I'm not sure I am understanding your question: By "for another domain", do you mean another "site" ? If so, use to define each domain and use the appropiate LDAP server for each one. If you want to authenticate users against two unrelated LDAP domains, then you may look if there is a way to s

RE: [EMAIL PROTECTED] mod_ssl + basic auth

2008-10-30 Thread Jorge Medina
http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslverifyclient Try moving SSLVerifyClient outside of the , just in your . Also, seems that "optional" is not supported by all browsers. You must use "require". From: Ricardo Ramos [mailto:[EMAIL PROTEC

RE: [EMAIL PROTECTED] RPM build error: File not found: /usr/local/apr-util-httpd/lib/libexpat.a

2008-10-06 Thread Jorge Medina
I would be interested if you can make that work. I assume you want to build a relocatable package. Try specifying the LD_LIBRARY_PATH before executing httpd to include the target directories where the APR and APR-util libraries get installed. I tried something similar, but it did not work. For so

RE: [EMAIL PROTECTED] Proxy to Tomcat AJP

2008-10-02 Thread Jorge Medina
u configured it. Thank you, George On Wed, Oct 1, 2008 at 10:43 AM, Jorge Medina <[EMAIL PROTECTED]> wrote: Not sure if this help:   Are you using Tomcat Native Library (based in APR too)? It would allow you to specify some parameters of the AJP connector.   http://tomcat.apache.org/tomcat-6.0

RE: [EMAIL PROTECTED] Proxy to Tomcat AJP

2008-10-01 Thread Jorge Medina
Not sure if this help: Are you using Tomcat Native Library (based in APR too)? It would allow you to specify some parameters of the AJP connector. http://tomcat.apache.org/tomcat-6.0-doc/printer/apr.html -Jorge From: George Mashini [mailto:[EMAI

RE: [EMAIL PROTECTED] SSl question

2008-10-01 Thread Jorge Medina
Just configure SSL inside the as you would do for the whole server. From: manning allan [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2008 8:08 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] SSl question Forgive me for being stupi

RE: [EMAIL PROTECTED] mod_auth_ldap

2008-09-26 Thread Jorge Medina
I would trust more an Apache version that you compiled yourself, since this guarantees you have all dependencies installed. The online building documentation is good: http://httpd.apache.org/docs/2.2/install.html Building it from scratch seems more difficult that what it actually is. Don't fear

RE: [EMAIL PROTECTED] How do I tell Apache where to find the APR and APR-utils?

2008-09-26 Thread Jorge Medina
r 17, 2008 12:54 PM To: Jorge Medina Cc: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] How do I tell Apache where to find the APR and APR-utils? Can you create your production layout on your build machine and do it that way? We do something like this by having a standard layout on our

RE: [EMAIL PROTECTED] How do I tell Apache where to find the APR and APR-utils?

2008-09-17 Thread Jorge Medina
using: APR 1.3.3, APR-Util 1.3.4 -Original Message- From: Gene LeDuc [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 12:03 PM To: Jorge Medina Cc: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] How do I tell Apache where to find the APR and APR-utils? Did you specif

RE: [EMAIL PROTECTED] How do I tell Apache where to find the APR and APR-utils?

2008-09-17 Thread Jorge Medina
Hi, I'm still trying to find a solution. Is there any way to link the APR statically? Thanks -Jorge -Original Message- From: Jorge Medina [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 4:49 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] How do I tell A

RE: [EMAIL PROTECTED] How do I tell Apache where to find the APR and APR-utils?

2008-09-16 Thread Jorge Medina
11:25:55 Server's Module Magic Number: 20051115:11 Server loaded: APR 1.2.7, APR-Util 1.2.7 Compiled using: APR 1.3.3, APR-Util 1.3.4 Heelp!! Thank you. -Jorge -Original Message- From: Jorge Medina [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 4:16 PM To:

[EMAIL PROTECTED] How do I tell Apache where to find the APR and APR-utils?

2008-09-16 Thread Jorge Medina
Hi, I am not sure this is the right forum for my question, but here it is: How do I tell Apache where to find the APR and APR-utils libraries if the libraries are in a different directory than that used in the 'configure' step ? I am compiling Apache with th

[EMAIL PROTECTED] Using Oracle and mod_authn_dbd

2008-09-03 Thread Jorge Medina
Hi, I will appreciate any help on building Apache (2.2.8) to be able to use an Oracle database using basic authentication through the module mod_authn_dbd Do I need to build my own APR and APR-util? Can I use the included APR in Apache? If so, how do I tell that I require support for Oracl

[EMAIL PROTECTED] Protecting mod_jk status pages with LDAP: Is there anything special about protecting content provided by an Apache module?

2008-08-11 Thread Jorge Medina
Hello, I have a server with Apache (v2.2.8) configured to use mod_jk (1.2.26) to communicate with Tomcat (6.0.16) I am using LDAP to provide basic authentication. I configured mod_jk to provide status information in the URLs /private/admin/watch/jk and /private/admin/manage/jk as shown in the uri

RE: [EMAIL PROTECTED] Re: Apache 2.2.9: ./ configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-30 Thread Jorge Medina
I ran into similar problems trying to configure under RHEL5. Version 2.2.9 would not parse the options passed to "configure" correctly. Is there anyway to notify the maintainers so that they can remove 2.2.9 from the website or at least post a warning in the download page? This buggy version is g

RE: [EMAIL PROTECTED] Configuration Errors on SSL+Apache 2.2 +mod_jk +Tomcat 5.5

2008-07-21 Thread Jorge Medina
the binary version and then the jk_module separately. I read from different sources that I have to install Apache 2.2.* from source than I have to enable mod_ssl and there is not any separate SSL module for Apache 2.2. am I right? MK On 7/21/08, Jorge Medina <[EMAIL PROTECTED]>

RE: [EMAIL PROTECTED] Configuration Errors on SSL+Apache 2.2 +mod_jk +Tomcat 5.5

2008-07-21 Thread Jorge Medina
Depending on your flavor of Linux and how you got Apache, you may already have the mod_ssl module and you may need just to load it. Check if the file mod_ssl.so already exists on the directory where apache is installed. From: kohanm [mailto:[EMAIL PROTECTED]

RE: [EMAIL PROTECTED] Configuration Errors on SSL+Apache 2.2 +mod_jk +Tomcat 5.5

2008-07-18 Thread Jorge Medina
Did you enable (LoadModule) the ssl module ? How did you get your certificate and key? Is your public key protected by a password ? If not, you don't need to include the SSLPassPhraseDialog directive. From: kohanm [mailto:[EMAIL PROTECTED] Sent:

RE: [EMAIL PROTECTED] mod_jk

2008-07-18 Thread Jorge Medina
Perhaps the port (8009) is already in use by another process. From: Mohit Anchlia [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2008 12:22 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_jk I have a mod_jk configured on box A to load bal

[EMAIL PROTECTED] Can I configure a load balancer using https ?

2008-07-08 Thread Jorge Medina
Hi, Is it possible to configure Apache as a reverse proxy that will pass a request to any of the servers in a cluster using HTTPS? Basically I want to know if it possible to configure Apache as a reverse proxy (load balancer) that won't do any decryption, just a pass-trough of the reque

RE: [EMAIL PROTECTED] Running a cluster of Apache

2008-07-03 Thread Jorge Medina
ServerName (services.mydomain.com) that does not match the name of the server (webappX.eng.mydomain.com)? Or do I require a entry? Thank you. From: Jorge Medina [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2008 1:01 PM To: users@httpd.apache.org

[EMAIL PROTECTED] Running a cluster of Apache

2008-07-03 Thread Jorge Medina
Hi, I want to run an application in a cluster of apache servers, all of them accessible at the same URL. I also want to use SSL. Is it possible to use the same ServerName for all the servers in my cluster? Would SSL work? Or Do I need to define a and put the certificate and key under

RE: [EMAIL PROTECTED] how to configure apache+ssl+mod_jk+tomcat

2008-06-30 Thread Jorge Medina
Have you configured the Tomcat AJP connector in the same port (48333)? Tomcat has it configured in port 8009 by default. -Original Message- From: Meir Yanovich [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2008 4:40 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] how to confi

RE: [EMAIL PROTECTED] What is apache compiled with now?

2008-06-25 Thread Jorge Medina
a) Identify what modules you need b) Then just follow the instructions in the manual at http://httpd.apache.org/docs/2.2/install.html From: Jay Why [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 8:48 AM To: users@httpd.apache.org Subj

RE: [EMAIL PROTECTED] Using Apache to secure Tomcat Manager App

2008-06-17 Thread Jorge Medina
Never mind, I was able to configure Tomcat to use LDAP. The browser does not ask twice for credentials. Life is good. From: Jorge Medina [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2008 4:09 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Using

[EMAIL PROTECTED] Using Apache to secure Tomcat Manager App

2008-06-17 Thread Jorge Medina
Hi, I have Apache 2.2 in front of Tomcat 6 using the mod_jk module. I disabled the HTTP connector in Tomcat, therefore, all my requests go through Apache. My Apache web server is configured to authenticate users using an LDAP server. I would like to keep access to the Tomcat

[EMAIL PROTECTED] Building Apache, does --prefix gets hardcoded ?

2008-06-10 Thread Jorge Medina
I am trying to create a tar ball with Apache, Tomcat and my application to be deployed later on a server with the same kernel as the building machine. When building Apache HTTP server, there is an option "-prefix" passed to "configure" script that indicates where will the result of the build en