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
>
>
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
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
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
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
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
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,
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
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
...@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
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
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
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
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
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:
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
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"
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
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
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
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
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
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
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
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
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.
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:
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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]>
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]
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:
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
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
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
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
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
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
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
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
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
54 matches
Mail list logo