I agree that those are the stumbling blocks. If you haven’t already try
escaping them both or use the ASCII equivilents
1. Redirect permanent “/q3/app\?service\=external/EmployerPages:DudeLogin”
“https://test.thing.seabass.com”
2. Redirect permanent “/q3/app%3Fservice%3Dexternal/EmployerP
Looks like that didn’t work, either. I suspect that the “?” and “=” are causing
issues.
From: Dorrian, William
Sent: Tuesday, August 13, 2019 3:52 PM
To: users@httpd.apache.org
Subject: RE: [users@httpd] How can I simplify this URL to just the hostname
with rewrite rules?
Darryl,
Thanks for yo
Darryl,
Thanks for your answer. Let me give that a try.
From: Darryl Philip Baker
Sent: Tuesday, August 13, 2019 3:10 PM
To: users@httpd.apache.org
Subject: [External] Re: [users@httpd] How can I simplify this URL to just the
hostname with rewrite rules?
The string I supplied has a stray doubl
The string I supplied has a stray double quote before the keyword Redirect,
sorry.
Darryl Baker (he/him/his)
Sr. System Administrator
Distributed Application Platform Services
Northwestern University
1800 Sherman Ave.
Suite 6-600 – Box #39
Evanston, IL 60201-3715
darryl.ba...@northwestern.edu
Have you tried “Redirect permanent
“/q3/app\?service=external/EmployerPages:DudeLogin”
“https://test.thing.seabass.com”
Darryl Baker (he/him/his)
Sr. System Administrator
Distributed Application Platform Services
Northwestern University
1800 Sherman Ave.
Suite 6-600 – Box #39
Evanston, IL 60
So - I'm the administrator of a Java application which has a URL similar to the
following:
https://test.thing.seabass.com/q3/app?service=external/EmployerPages:DudeLogin
Can't have them change it, and there's no way to simplify.
I'd like to redirect the URL above to:
https://test.thing.seabass
No. Just 200
Solution: My mistake was leaving "DocumentRoot" commented out. I thought
the root specification in "80" section might suffice, but no. Once I
fixed that - everything works. All correct pages are shown.
I think at least a warning from Apache should be visible for "apachectl
-t" o
Do you get a 302 or 301 with curl, since you mention a redirection?
On 07/08/19 07:23 PM, me wrote:
> target url: "http://www.cart.example.com/"; works fine.
> SSL target url: "https://www.cart.example.com/"; redirect to /var/www/html
>
> However, "/var/www/html" is not a DocumentRoot for any vir
Hi All,
I have an apache web server(v2.4) + ckan (v2.7.2) running in a docker container.
In our scenario, CKAN is being hit with large number of requests at certain
intervals (like 10 requests/sec). Then after a certain period of time, the
memory consumption tends to increase towards it's thres