Hi Experts,
In my case mod_rewrite is not working. Below is the case.
Url
https://srmdevarp02.domain/sap(bD1lbiZjPTExNiZwPTMyODMxJnY9NyUyZTAxMDYmaT0xJnM9U0lEJTNhQU5PTiUzYXNybWRldl9TRURfMDAlM2FGc3U4REN3TDVnckM1LWpGWXBfSlUyTWlQV3hENmM4VnRhbkdsU0xWLUFUVA==)/bc/bsp/sap/ros_prescreen/main.do
S
On 18.10.2010 16:30, Hendrik Schmieder wrote:
Rainer Jung schrieb:
Sorry, I meant:
CONNECT 192.168.2.234: HTTP/1.1
(no path)
Regards,
Rainer
OK,
I hope I get it know:
I make the following sequence:
CONNECT http://192.168.2.234: HTTP/1.1
wait for response
if response.status
- "Dustin Chesterman" wrote:
> Thanks Igor for the reply. Sorry for not knowing quite enough to be
> specific with some of this. When I say it hangs, I mean every once in
> a while it takes 15-20 seconds to respond. When I have a direct Tomcat
> connection setup it doesn't happen.
Usually t
Thanks Igor for the reply. Sorry for not knowing quite enough to be specific
with some of this. When I say it hangs, I mean every once in a while it
takes 15-20 seconds to respond. When I have a direct Tomcat connection
setup it doesn't happen.
mod_status was a great suggestion I did not realize
> everything going to https://somesite.com needs to go to http://somesite.com
> so for example https://somesite.com/somedir/somefile.php?somevar=someval
> needs to be redirected to
> http://somesite.com/somedir/somefile.php?somevar=someval
> and that is true except for when goint to say
> http://so
http://help.sap.com/saphelp_nw70/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/content.htm
I've tried dozens of iterations of rules, from simple like ^wp-login
to much harder and more complex ones matching the whole address or only
a part of one, it seems that i cant get any of them to work, either the
rule will rewrite all the urls to http, or i get into an infinite
redirect loop..
On Mon, Oct 18, 2010 at 1:43 PM, James Jones wrote:
> can someone explain why neither of these rules work:
Without a rewritelog or a description of what URL is/is-not rewritten
as you expect, it will be difficult.
What context are your rules in? htaccess, , ?
> Rule 1:
> RewriteCond %{HTTP_HO
Thanks. Got it.
-Original Message-
From: Igor Galić [mailto:i.ga...@brainsware.org]
Sent: Monday, October 18, 2010 1:52 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] SSL vulnerability question
- "Denise Edwards" wrote:
> Thanks Igor.
>
> 1 - Will eventually upgrade to
- "Denise Edwards" wrote:
> Thanks Igor.
>
> 1 - Will eventually upgrade to latest, but wanted solution for 2.2.10
> to fix in few days.
> 2- I don't see SSLProtocol property in config file for 2.2.10
Just because you don't see it there, does not mean it doesn't exist.
Let me quote from t
can someone explain why neither of these rules work:_
Rule 1:_
RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^(.*)(?!wp-login) [NC]
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [L]
_Rule 2:_
RewriteCond %{REQUEST_URI} ^wp-login(.*)$
RewriteRule .? - [S=1]
RewriteCond %{
Thanks Igor.
1 - Will eventually upgrade to latest, but wanted solution for 2.2.10 to fix in
few days.
2- I don't see SSLProtocol property in config file for 2.2.10
3 - Thanks for the additional link. Will check it out.
Regards
Denise Edwards
-Original Message-
From: Igor Galić [mailt
- "Denise Edwards" wrote:
> Hi,
>
>
>
> Received security can results which had two issues:
>
> 1-SSL Server Supports Weak Encryption Vulnerability
>
> 2-SSL Server Has SSLv2 Enabled Vulnerability
>
>
>
> Two questions:
>
> - Has anyone had to address these issues for their installa
Hi,
Received security can results which had two issues:
1-SSL Server Supports Weak Encryption Vulnerability
2-SSL Server Has SSLv2 Enabled Vulnerability
Two questions:
- Has anyone had to address these issues for their installation
of Apache httpd
- If so what did you do
Hi,
Is there any known bug or else work around for
Problem: FcgidMaxProcessesPerClass is not honoureed in 2.3.4-2ubuntu0.1
Thank u !
Let your manner of life be worthy of the gospel of Christ.Philippians 1:27
-
T
Rainer Jung schrieb:
Sorry, I meant:
CONNECT 192.168.2.234: HTTP/1.1
(no path)
Regards,
Rainer
OK,
I hope I get it know:
I make the following sequence:
CONNECT http://192.168.2.234: HTTP/1.1
wait for response
if response.statuscode == 200 send
GET http://192.168.2.234:777
Sorry, I meant:
CONNECT 192.168.2.234: HTTP/1.1
(no path)
Regards,
Rainer
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscr
I tried to use ldap-filter but i could not do it ! But i did with PAM Auth
and it works just fine
Thanks ,
2010/10/15 Igor Galić
>
> - "Paulo Maia" wrote:
>
> > Dear Friends ,
> >
> > Im trying to do openldap + apache auth , and its working just fine .
> > And my problem is that apache do
On 18.10.2010 14:29, Hendrik Schmieder wrote:
Rainer Jung schrieb:
On 18.10.2010 11:17, Hendrik Schmieder wrote:
Joost de Heer schrieb:
On 10/18/2010 11:03 AM, Hendrik Schmieder wrote:
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:
Rainer Jung schrieb:
On 18.10.2010 11:17, Hendrik Schmieder wrote:
Joost de Heer schrieb:
On 10/18/2010 11:03 AM, Hendrik Schmieder wrote:
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:/server/info HTTP/1.1
Content-Length: 0
Host: 1
>
That means the virtualhost applies to the IP address hugo resolves to,
it doesn't affect which virtualhost will be used when the client sends
"hugo" in the host header. See the basic doc on name-based vhosts.
-
The official U
Many thanks !
But I am so new that I even don't know the install directory ... I think that
it is //usr/local/src/mod_fcgid-2.3.5 ... that is the directory where I made
the configure, make and make install things to happen.
Is that the install directory I din't mention anything different
On Mon, Oct 18, 2010 at 7:07 AM, Eskedar kefialew wrote:
> Hi all,
>
>
> I've compiled and installed mod_fcgid from sources
>> How can I enable this module so that Apache will make use of it?
as with any module you build in that manner:
LoadModule fcgid_module modules/mod_fcgid.so (path to mod_f
On 18.10.2010 11:17, Hendrik Schmieder wrote:
Joost de Heer schrieb:
On 10/18/2010 11:03 AM, Hendrik Schmieder wrote:
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:/server/info HTTP/1.1
Content-Length: 0
Host: 192.168.2.234:
Conn
Hi all,
I've compiled and installed mod_fcgid from sources
##
URL:
http://www.cybersprocket.com/2010/project-management/upgrading-redmine-from-8-6-to-9-3/
# cd /usr/local/src/
# wget http://apache.mirrors.hoobly.com/httpd/mod_
- ma...@manfbraun.de wrote:
> Hello !
>
> I read the apache docs [using 2.2.9], but there is a lot of stuff,
> which is different in Debian [lenny, 5.0.6].
>
> Apache ignores the host-header given by the browser:
> http://x or http://x:81 or http://x.mbg.local are all served, but
> should b
On Mon, Oct 18, 2010 at 10:57 AM, Renato Oliveira
wrote:
> Guys,
>
> I thank you for all your help in advance.
>
> I have a bit of problem.
>
> We have a setup which is as follows:
>
> * Apache + mod_jk setup as a load balancer for 2 jboss servers.
> * As you can see we have redundan
Hello !
I read the apache docs [using 2.2.9], but there is a lot of stuff,
which is different in Debian [lenny, 5.0.6].
Apache ignores the host-header given by the browser:
http://x or http://x:81 or http://x.mbg.local are all served, but should be
blocked.
The definition for x stems from my host
Hi Igor,
First, thanks for the fast response!
- "Hannes" wrote:
Hi HTTPD Users,
I'm using Apache 2.2 on Debian (Kernel 2.6) as a proxy for my web
applications .
So far I got it all working, including SSL and stuff. But when I had a
look at the access.log, I saw hundreds of (mostly
Guys,
I thank you for all your help in advance.
I have a bit of problem.
We have a setup which is as follows:
* Apache + mod_jk setup as a load balancer for 2 jboss servers.
* As you can see we have redundancy at the back with two jboss servers.
* the other day the Apach
- "Hannes" wrote:
> Hi HTTPD Users,
>
> I'm using Apache 2.2 on Debian (Kernel 2.6) as a proxy for my web
> applications .
>
> So far I got it all working, including SSL and stuff. But when I had a
>
> look at the access.log, I saw hundreds of (mostly GET) requests to URL
>
> which are
Joost de Heer schrieb:
On 10/18/2010 11:03 AM, Hendrik Schmieder wrote:
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:/server/info HTTP/1.1
Content-Length: 0
Host: 192.168.2.234:
Connection: Keep-Alive
Accept-Encoding: identity, *
On 10/18/2010 11:03 AM, Hendrik Schmieder wrote:
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:/server/info HTTP/1.1
Content-Length: 0
Host: 192.168.2.234:
Connection: Keep-Alive
Accept-Encoding: identity, *;q=0
But I'm not sure
Hello,
with http over a proxy (like Apache mod_proxy) I send something like
GET http://192.168.2.234:/server/info HTTP/1.1
Content-Length: 0
Host: 192.168.2.234:
Connection: Keep-Alive
Accept-Encoding: identity, *;q=0
But I'm not sure what to send in case of HTTPS over proxy.
The sa
34 matches
Mail list logo