On Jan 26, 2007, at 9:42 PM, <[EMAIL PROTECTED]>
wrote:
Please how do I install SSL certificate on a server that would be
accessed by IP only? I mean something like https://10.l.10.241/.
Put the IP address instead of the hostname in the CN field of the
certificate.
S.
--
[EMAIL PROTE
On 1/26/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
Hi,
Please how do I install SSL certificate on a server that would be accessed by
IP only? I mean something like https://10.l.10.241/.
The same way you would one that was used on a site you access via hostname.
DS
Hi,
Please how do I install SSL certificate on a server that would be accessed by
IP only? I mean something like https://10.l.10.241/.
Regards.
Tope Akinniyi
-
The official User-To-User support forum of the Apache HTTP Server
Hi
On 1/26/07, Chirouze Olivier <[EMAIL PROTECTED]> wrote:
Hi,
This is my first contribution to the list so please don't be too rude if
I'm wrong ;-)
But I think we have the same situation here:
Onename.server.com/
Othername.server.com
Somethingelse.server.com
That still won't work, as you
Sander,
What progress I've made. I've gone from Apache-clueless to
answering my own questions.
Well, not quite answering but at least shedding some light. If I
use url rewriting our Apache 1.3 does not recognize the url because it
thinks the jsessionid is part of the context name, so
On Jan 26, 2007, at 10:48 AM, Wm.A.Stafford wrote:
I forgot to ask about one more aspect of this situation. When
we first realized that session cookies were not coming in to the
app we tried url rewriting and that did not resolve the problem.
Does Apache 1.3 do something to urls that
Sander,
I forgot to ask about one more aspect of this situation. When we
first realized that session cookies were not coming in to the app we
tried url rewriting and that did not resolve the problem. Does Apache
1.3 do something to urls that have an explicit session id?
ex. ip_and_contex
Your VirtualHost has a DocumentRoot, but your main server doesn't.
This means that when requests are not matched to your virtual host,
the main server will use the compiled-in default.
Your problem is that your VirtualHost has port number 433: that needs
to be 443.
S.
On Jan 26, 2007, at
Chirouze,
On Jan 26, 2007, at 8:41 AM, Chirouze Olivier wrote:
Thanks for your prompt reply. We will definitively upgrade soon, just
"to be up to date"... But because nothing is said about that point in
docs I'm wondering if that will make any difference...
I doubt it. The Apache 2.0.x branch
Have you tried to add
Order Allow,Deny
Allow from all
into your config?
On 1/26/07, Sam Carleton <[EMAIL PROTECTED]> wrote:
I am trying to get SSL up and running on my new apache server. The
server starts up just fine and serves up regular pages on port 80, but
when I direct it towards th
Yes I've tried adding a \ before the % char, but this just adds another %5c
before %25.
Thanks.
Octavian
- Original Message -
From: "Chirouze Olivier" <[EMAIL PROTECTED]>
To:
Sent: Friday, January 26, 2007 5:43 PM
Subject: RE: [EMAIL PROTECTED] special chars in URLS
Did you try ad
I am trying to get SSL up and running on my new apache server. The
server starts up just fine and serves up regular pages on port 80, but
when I direct it towards the SSL port, Firefox give me an error:
"bv..com has sent an incorrect or unexpected message.
Error Code: -12263"
When I look at the
Hi,
Thanks for your prompt reply. We will definitively upgrade soon, just
"to be up to date"... But because nothing is said about that point in
docs I'm wondering if that will make any difference...
Anyway, we're providing both HTTP and HTTPS. Might be interesting to try
recognize if this happens
Interesting problem.
I am running Apache 2.0.59 as a reverse proxy on multiple Solaris 9 and AIX
servers and have never encountered these types of issues. Perhaps you should
try upgrading to 2.0.59 on one of your development machines and see if that
makes a difference. If not, it is most likely
Hi all,
I'm facing a quite tricky situation with Apache 2.0.58 running on
Solaris 5.9.
Apache is running as a reverse proxy (mod_proxy + mod_rewrite).
The maximum concurrent connections is set to 150.
Because we reached the maximum a few times and got the reverse proxy
saturated, we started moni
Did you try adding \ before the % char?
Olivier
Olivier CHIROUZE
I&0 Infrastructure
Volvo Information Technology
-Original Message-
From: Octavian Rasnita [mailto:[EMAIL PROTECTED]
Sent: 26 January 2007 16:38
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] special chars in URLS
Hi,
I am trying to make a server side redirect using:
RedirectMatch ^/$ http://www.site.com/index.php/test%C4%83
But the server redirects to another address:
http://www.site.com/index.php/test%25C4%2583
So it replaces the % char with %25.
Is it possible to make a server side redirect to an ad
Sander,
Thanks a million for all your help!
-=bill
Sander Temme wrote:
On Jan 25, 2007, at 1:20 PM, Wm.A.Stafford wrote:
Sander,
Here is a cookie copied from Firefox cookie viewer when
the Apache+Tomcat machine was accessed from another machine.
Name: JSESSIONID
Content: 10FA6EB4F
Hi,
This is my first contribution to the list so please don't be too rude if
I'm wrong ;-)
But I think we have the same situation here:
Onename.server.com/
Othername.server.com
Somethingelse.server.com
And our SSL certificate is for *.server.com
** WE ** did provide this certificate from ** ou
Hi,
Tnanks for the reply and the configurations.
I made a similar configuration - but just without virtualhost directive -
and it works.
But with firefox it shows the locker (ssl picture on the browser)
crossed by a line.
With IE it doesn't show the locker but everytime a connection is inni
Hi all,
I try to use connection pooling in apache using mod_dbd...
I test APR/APU and so the connection with the database is ok but I want to know
how use mod_dbd?
I make all configurations in httpd.conf (DBDriver oracle,...). The module
mod_dbd is well loaded ...
Now, I will use mod_dbd...
Hi,
I'm new to this list (hello!). Hope this is the right place to ask
my question. I have searched the web quite extensively for answers
but not got any.
I want to do Content Negotiation with a mime type (application/xhtml+xml)
using its "profile" parameter. My server is a Apache 2.2.3, and
cur
22 matches
Mail list logo