Ashwani Kumar Sharma wrote:
Yeah that's true,
There are no binaries for apache 2.2.0 on that url. I have downloaded the
source code for same from
http://archive.apache.org/dist/httpd/
I am facing some build problems.
Is it true that apache 2.2.0 is not a stable version. Please suggest me th
There were discussions on the Dev ML about building 2.2.0 using VC6,
VS2003, and VS2005 around December 2005. Read those threads for ideas
if you insist on compiling.
For the recommended stable version, use Alexander's link for the
Windows binaries of 2.2.6.
solprovider
On 10/18/07, Ashwani Kum
Why not put the homepage/login page on port 80 and proxy the POST to
Tomcat? Or are dynamic elements on the login page?
If everything will be served by Tomcat, why not run tomcat on port 80?
If you are using virtual servers, you should already have configured the proxy.
solprovider
On 10/17/0
Yeah that's true,
There are no binaries for apache 2.2.0 on that url. I have downloaded the
source code for same from
http://archive.apache.org/dist/httpd/
I am facing some build problems.
Is it true that apache 2.2.0 is not a stable version. Please suggest me the
stable version for apache.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Patrick,
Patrick Coleman schrieb:
> I have a Tomcat app running on port 8080
>
> I can get to it through
>
> http://www.ourcompany.com:8080
>
> it goes to a login page and the URL displays
>
> http://www.ourcompany.com:8080/login
>
> I woul
I could not find Windows binaries for 2.2.0 on the Web. If you MUST
use that version, you MUST compile.
For old versions, go to the Downloads page and click the "archive
download site" link in the second paragraph for:
http://archive.apache.org/dist/httpd/
Then click "binaries" and "win32" to dis
Could it possibly be this simple?? You probably want to have two virtual hosts,
one for port 80 and one for port 8080. In the former, add the following lines:
ProxyRequests Off
ProxyPass http://www.ourcompany.com/ http://www.ourcompany.com:8080/
ProxyPassReverse http://www.ourcompany.com/ http://
Ashwani Kumar Sharma wrote:
Hi All,
I want to download binary for apache 2.2.0 for windows urgently. I am not
finding it on apache.org
Please guide me.
http://apache.planetmirror.com.au/dist/httpd/binaries/win32/
--
Alexander Fortin
IT Consultant
Informed Technology
E-mail: [EMAIL PROTECTED]
Hi All,
I want to download binary for apache 2.2.0 for windows urgently. I am not
finding it on apache.org
Please guide me.
Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053
-Original Message-
From: Alexander Fortin [mailto:[EMAIL PROTECTED]
Sent: Thursday, O
Eric Covener wrote:
On 10/17/07, Alexander Fortin <[EMAIL PROTECTED]> wrote:
LDAPTrustedGlobalCert CA_BASE64 /etc/ssl/certs/cacert.pem
LDAPTrustedMode SSL
LDAPVerifyServerCert off
Wireshark will format the initial stages of the handshake pretty
nicely, you might se
> Date: Wed, 17 Oct 2007 16:03:38 +0200
> From: [EMAIL PROTECTED]
>
> If your apache was compiled with DSO support you don't need to
> recompile it. You can just compile mod_rewrite and load it in your
> config.
>
Hello,
How to do it? can you show me a document reference?
Actually we also have
On 10/17/07, Nick Kew <[EMAIL PROTECTED]> wrote:
> Can I suggest your best course of action now is to enter it into
> our bugzilla at http://issues.apache.org/ ? I *think* the root
> cause of this is related to bugs 16518 and 19442 and an old/
> incorrect fix to them (see Comment 14 on bug 16518).
Hello,
Pertaining to apache 2.2.x branch.
Is there a way to determine how much cpu / memory each virtual host is
using (much like you can determine bandwidth with mod_logio)?..
Also, with rlimitcpu and the other rlimit commands, according to the
documentation :
Context:server config, vi
Hi,
I don't exactly know if this is a rewrite or proxypass or something
else type of thing so
I was hoping someone could help.
I have a Tomcat app running on port 8080
I can get to it through
http://www.ourcompany.com:8080
it goes to a login page and the URL displays
http://www.ourcompan
Hello,
I'm running httpd 2.0.50 on a production system. Every couple of days I
receive a crash, the most recent of which is listed below. I believe this is
related to allocating memory. I'm unable to upgrade the production Apache to
test whether a later version resolves this issue. Also, I
Hi,
Situation:
We received 2 certificates from a client communicating trying to communicat
with our server:
1) the client certificate - Issued by VeriSign Class 1 individual Subscriber CA
- G2
2) the VeriSign Class 1 CA Certificate - Issued by Class 1 Public Primary
Certification Authority
I g
My setup :
Debian Etch i386
httpd-2.0.61 configured with the following command
"./configure --prefix=/opt/httpd-2.0.61 --with-mpm=worker --enable-so
--enable-dav=shared
--enable-unique-id=shared --enable-version=shared --enable-ssl=shared
--enable-info=shared
--enable-cgi=shared --enable-rewrite=
Sorry, I have not yet tried it. But I definitely will try it in the
future ;)
Because it has a very interesting set of features.
Regards,
Smay
Marc Perkel schrieb:
Have you actually tried this? Do you have sample scripts? Is there any
one who has tried MySQL Proxy and made it work?
Samuel Vo
Have you actually tried this? Do you have sample scripts? Is there any
one who has tried MySQL Proxy and made it work?
Samuel Vogel wrote:
You should probably take a look at MySQL Proxy:
http://dev.mysql.com/tech-resources/articles/proxy-gettingstarted.html
It can do exactly what you want and
Hello,
The ?? are in response to the question are they excepting requests
from the backend server and that is a question we posed to them and have
not heard anything back.
Thank you for the test breakdown I will use this in the future simple
but straight forward I like it.
Thanks,
Dan
--
You should probably take a look at MySQL Proxy:
http://dev.mysql.com/tech-resources/articles/proxy-gettingstarted.html
It can do exactly what you want and much more ;)
Regards,
Samy
Marc Perkel schrieb:
Hi Everyone,
I'm hosting a lot of domains for a lot of people who have a lot of
MySQL app
Hi,
You can edit /etc/hosts and redirect localhost to the new DB IP and
create a hostname for your client1 like client1db to IP and ask them to
migrate.. from localhost to clientdb..
Hth,
-Original Message-
From: Marc Perkel [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 17,
Hi Everyone,
I'm hosting a lot of domains for a lot of people who have a lot of MySQL
applications that they installed and almost all are configured to talk
to MySQL on "localhost".
In order to spread the load I'm trying to move the MySQL server to
another machine. Since everything is config
On 10/17/07, Alexander Fortin <[EMAIL PROTECTED]> wrote:
>
>
> LDAPTrustedGlobalCert CA_BASE64 /etc/ssl/certs/cacert.pem
> LDAPTrustedMode SSL
> LDAPVerifyServerCert off
>
Wireshark will format the initial stages of the handshake pretty
nicely, you might see something
>Many Unixes (such as FreeBSD) allow you to chmod 000 a file and root can
>still access and modify it. It works on my box anyway.
>
>--
>Aaron Dalton
>http://perlkonig.com
You can also use the '-nodes' switch when generating the private key. This
however, leaves it unencrypted so you must be
On 10/17/07, Shaw, Dan <[EMAIL PROTECTED]> wrote:
> This is a reverse proxy
Ok. I asumed so much.
>
> That is a questioned we have not got an answer to yet.
??
> Is there a way to test to the end points via the proxy(s)
> To ensure the proxy part is working?
>
> We did setup a test for an in
This is a reverse proxy
That is a questioned we have not got an answer to yet.
Is there a way to test to the end points via the proxy(s)
To ensure the proxy part is working?
We did setup a test for an internal server in which we know it accepts
connections and what the end URL is and it works
On 10/17/07, Javier Arancibia/NACION SEGUROS/AR
<[EMAIL PROTECTED]> wrote:
>
> Apache Version: 2.2.4
> I have a problem with AuthConfig, if i use the directive "AllowOverride
> AuthConfig" I can't see the protected directories in the browser, when I use
> "AllowOverride None" I see all of the direc
Apache Version: 2.2.4
I have a problem with AuthConfig, if i use the directive "AllowOverride
AuthConfig" I can't see the protected directories in the browser, when I
use "AllowOverride None" I see all of the directories in the browser.
How to see all the directories and have "Autorization Requir
I've installed keberos mod for apache. Instalation went ok, user is
authenticated and I tested this using a small php file in which I printed out
the headers and remoteuser prints out the username. I want to pass this to
tomcat mod_jk so that in tomcat the getRemoteuser() will return the same
u
On 10/16/07, ImageCity/Hirotsuna Mizuno <[EMAIL PROTECTED]> wrote:
> joy d wrote:
> > You can use mod_rewrite and define a RewriteCond for the except case.
>
> Thank you for your appropriate advice.
>
> Unfortunately, our Apache server was compiled without mod_rewrite, and
> it's not allowed to re-
Is this a forward or reverse proxy setup?
Is server 10.20.5.107 accepting connections?
On 10/16/07, Shaw, Dan <[EMAIL PROTECTED]> wrote:
>
>
>
>
> We have two apache2 proxy servers that work well except for the latest
> entry.
>
> Really need help on this one.
>
> See error and access log below.
Hello,
I used mod_proxy_balancer and tested failover.
The composition is as follows.
OS: CentOS 4.4
Java: jdk_1.5.0_11-b03
Apache(2.2.6) --+-- JBoss EAP(4.2.0)
|
+-- JBoss EAP(4.2.0)
On Wed, 17 Oct 2007 14:34:40 +0200
Francoise Koenig-Jost <[EMAIL PROTECTED]> wrote:
>
> - I tried to add:
> SetEnv LD_LIBRARY_PATH
> "/www/httpd-2.2.6/lib:/usr/lib:/usr/local/lib" in apache
> configuration file, it does not change anything.
For an external script, you'll want PassEnv.
Actua
Dear All,
I've been using for several months an external rewriting program for
mod_rewrite in Apache 1.3.27 which is working as expected, now I want to
upgrade to Apache 2.2.6 and I run into trouble when my program needs to
open a library file not in /usr/lib.
Here are the details of my inst
On 10/17/07, thomas Armstrong <[EMAIL PROTECTED]> wrote:
...
> But if I access:
> http://newweb.myproject.com/events/
> I get a 404 error.
What error messages do you see in your error log?
Krist
--
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the norma
Hi.
Using Apache 2.0 on Linux (with 'mod_alias' loaded), I want to set an Alias:
/events/ --> /usr/www/myproject/newweb/modules/events/web/
This is part of my 'httpd.conf':
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/www/myproject/
On 10/15/07, Richard Bates <[EMAIL PROTECTED]> wrote:
> I am trying to set up a server that has two(2) ssl sites.
>
> If I remember correctly, A long time ago Apache 1.3.9
> you could only do one SSL site on a server.
> I downloaded Apache 2.2.6.
>
>
> Has this changed? if so how do I do it.
You c
Hi guys.
I'm trying to enable SSL for LDAP authentication on a Debian Etch,
Apache version 2.2.3
The authentication/authorization without SSL directives is working
properly, but as soon as I try to enable the secure layer, I get this error:
[debug] mod_authnz_ldap.c(373): [18646] auth_ldap a
use 'PerlRequire' to import a file in apache's startup time.
in this file you import the lib's path.ie,in httpd.conf:
PerlRequire /opt/apache1.3/mylib/startup.pl
and in startup.pl:
use lib qw(/the/lib/path);
> Date: Tue, 16 Oct 2007 19:21:19 -0400
> From: [EMAIL PROTECTED]
> To: users@httpd.
On Tue, 16 Oct 2007 14:42:40 -0700
"Ragini Bisarya" <[EMAIL PROTECTED]> wrote:
> I would like to clarify that the client does not know if the web
Yes, I understand what you're saying. That was clear enough first
time. And just to be clear, I believe you're probably right that
there is a problem
41 matches
Mail list logo