[users@httpd] Require paramater

2024-05-13 Thread Chris me
The Apache docs recommend dong this to setup a default deny to file locations: Require all denied Do I do that in httpd.conf or do I add that to each entry?

RE: [users@httpd] Multi site SSL problems

2024-05-10 Thread Chris me
I found NameVirtualHost *:443 was commented out in ports.conf, I changed that. Now I am back to the ssl protocol error for the second site. From: Chris me Sent: Friday, May 10, 2024 8:40 AM To: users@httpd.apache.org Subject: RE: [users@httpd] Multi site SSL problems I set up each entry

RE: [users@httpd] Multi site SSL problems

2024-05-10 Thread Chris me
it still apply? It does not look like mod_access_compat is listed under mods-enabled From: Frank Gingras Sent: Thursday, May 9, 2024 4:12 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Multi site SSL problems On Thu, May 9, 2024 at 6:54 PM Chris me mailto:phunct...@hotmail.com>> wro

[users@httpd] Multi site SSL problems

2024-05-09 Thread Chris me
Hi, I am having an issue trying to get multiple sites with their own SSL cert. I purchased AlphaSSL certs for them. The strange thing, the first cert works, the second gives me an ERR_SSL_PROTOCOL_ERROR, but only on some systems. This is what I am using now: ( Site1 is fine, Site2 gives me the

[users@httpd] filerights

2024-03-04 Thread Chris Devriese
Does someone know how to solve following error, apache having filerights issues, easy to solve on linux, I fail on Windows: C:\wamp64\bin\apache\apache2.4.58\htdocs\sat.local>drush cr [warning] chmod(): Permission denied FileSystem.php:118 [warning]

RE: [users@httpd] Unicode Chars not working

2023-11-13 Thread Chris me
lto:users@httpd.apache.org> Subject: Re: [users@httpd] Unicode Chars not working On Sat, Nov 11, 2023 at 6:49 PM Chris me mailto:phunct...@hotmail.com>> wrote: Hi, I am moving my site from one server to another, both are apache 2. The files where tarred and zipped on one linux server and

RE: [users@httpd] Unicode Chars not working

2023-11-12 Thread Chris me
gt;> Date: 2023-11-11 4:02 p.m. (GMT-08:00) To: users@httpd.apache.org<mailto:users@httpd.apache.org> Subject: Re: [users@httpd] Unicode Chars not working On Sat, Nov 11, 2023 at 6:49 PM Chris me mailto:phunct...@hotmail.com>> wrote: Hi, I am moving my site from one server to an

[users@httpd] Unicode Chars not working

2023-11-11 Thread Chris me
Hi, I am moving my site from one server to another, both are apache 2. The files where tarred and zipped on one linux server and copied to another linux server. On the new server, any pages with a Unicode character is getting served with the black diamond and question mark. I enabled

RE: [users@httpd] Apache static compile

2023-04-12 Thread Chris me
to still use the old ssl library on the system. -Original Message- From: Rainer Canavan Sent: Wednesday, April 12, 2023 12:01 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache static compile On Wed, Apr 12, 2023 at 1:49 AM Chris me wrote: > > Basically I am trying

RE: [users@httpd] Apache static compile

2023-04-11 Thread Chris me
to worry about upgrading the server libs and current openssl version. -Original Message- From: Rainer Canavan Sent: Tuesday, April 11, 2023 3:41 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache static compile On Sat, Apr 8, 2023 at 11:22 PM Chris me wrote: > >

RE: [users@httpd] Apache static compile

2023-04-08 Thread Chris me
that would turn out. -Original Message- From: Bjoern Voigt Sent: Saturday, April 1, 2023 3:06 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache static compile On 29.03.23 18:49, Chris me wrote: > Thanks, unfortuanetely those options made no difference at all, the same >

RE: [users@httpd] Compile with different version of ssl

2023-03-29 Thread Chris me
with different version of ssl Make sure their libs are in use by the system in the session where you want to compile httpd to use them. That is, export LD_LIBRARY_PATH="/path/to/openssl-1.1.1t/lib" prior to the configure and make steps. El mié, 29 mar 2023 a las 18:38, Chris me (

RE: [users@httpd] Apache static compile

2023-03-29 Thread Chris me
: Bjoern Voigt Sent: Wednesday, March 29, 2023 6:37 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache static compile On 28.03.23 00:14, Chris me wrote: > > Hi, I hope this is an OK question. > > I have a need to build apache with all libraries statically linked and

[users@httpd] Compile with different version of ssl

2023-03-29 Thread Chris me
Hi, I am trying to compile with --with-ssl=../openssl-1.1.1t, but it is being ignored. How do I get this to work?

[users@httpd] Apache static compile

2023-03-27 Thread Chris me
Hi, I hope this is an OK question. I have a need to build apache with all libraries statically linked and included in the httpd executable. Is this possible? Right now ldd is showing: libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1

Re: [users@httpd] Issues with files accessed over NFS

2022-06-30 Thread Chris Woelkers - NOAA Federal
The underlying filesystem is ZFS and the drives, all 28 of them, are in good health. I'll check those options out. Thanks, Chris Woelkers IT Specialist National Oceanic and Atmospheric Administration Great Lakes Environmental Research Laboratory 4840 S State Rd | Ann Arbor, MI 48108 Office: 734

[users@httpd] Issues with files accessed over NFS

2022-06-30 Thread Chris Woelkers - NOAA Federal
ilar issue and solved it? If so did you find another solution other than reverting to NFSv3? Thanks, Chris Woelkers

Re: [users@httpd] MPM Event Workers stuck in 'Logging' state resulting in resource exhaustion (2.4.46)

2021-04-05 Thread Chris Dailey
I realize now I forgot to attach the Scoreboard example. Here it is: Scoreboard example: Server Version: Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips mod_auth_kerb/5.4 SVN/1.13.0 PHP/7.3.23 Server MPM: event Server Built: Aug 24 2020 18:40:26 Current Time: Monday,

[users@httpd] MPM Event Workers stuck in 'Logging' state resulting in resource exhaustion (2.4.46)

2021-04-05 Thread Chris Dailey
rong in my config that I'm ending up with so many workers stuck in this state? I'm curious, as I've noticed I can't trigger this issue by using HTTP 1.1, if this other issue<https://bz.apache.org/bugzilla/show_bug.cgi?id=64234> is related, but I'm not seeing any messages like speaks of. Cheers, Chris

Re: [users@httpd] issue with SSL and Apache 2.4.43

2020-06-01 Thread Chris Punches
Let's start with the error. Can you show your curl output and any relevant httpd logs? How are your ciphers? What's in your conf? On Mon, Jun 1, 2020 at 2:54 PM Tim wrote: > hey team, > > We recently were informed that Apache 2.4.41 had some vulnerabilities so > we compiled 2.4.43 [Solaris

Re: [users@httpd] Getting port 80 error even though listening on different port

2019-02-17 Thread Chris Punches
Your configuration files would be a wonderful start. On Sun, Feb 17, 2019, 10:21 PM Mike Starr wrote: > I've modified the Listen directive in httpd.conf to listen on port 8080 > instead of 80 but Apache still won't start, with the error that port 80 is > blocked. > > What am I doing wrong? > >

Re: [users@httpd] Which PCRE to use to build Apache 2.4.37?

2018-10-25 Thread Chris Punches
It's pcre/pcre-devel. the following paste shows how I found it: http://paste.silogroup.org/ehowecakoq On Thu, Oct 25, 2018 at 5:38 PM Jeff Cauhape wrote: > Folks, > > > > I am building Apache 2.4.37 and it’s been awhile since I built Apache, and > in reading my instructions > > it’s not

[users@httpd] AllowMethods and Allow header

2018-07-22 Thread Chris Pacejo
would expect "Allow" to list exactly GET, OPTIONS, HEAD, and TRACE. Am I doing something wrong? This looks like a bug to me, given that the responses to the methods themselves are correct. Thanks, Chris - To unsub

[users@httpd] Hide URL link of target

2017-08-01 Thread Chris Chia
Hi Very newbie question. Is there a way to hide the URL link when hover over the link and also when browser is in the process of connecting to target site. This is a legitimate reason to do so, though browsers may have disable such scenario. Running Ubuntu and apache.

Re: [users@httpd] Which Process?

2017-01-11 Thread Chris Arnold
I found the answer which is to use the SCOM MP in Operation Manager. Works like a charm now Sent from my iPhone On Jan 11, 2017, at 6:46 PM, Chris Arnold <carn...@electrichendrix.com<mailto:carn...@electrichendrix.com>> wrote: We are using apache 2.4.x on SLES 12 SP1. We have a

[users@httpd] Which Process?

2017-01-11 Thread Chris Arnold
We are using apache 2.4.x on SLES 12 SP1. We have a SCOM server that monitors processes on our SLES 12 server. When i try to monitor the apache/httpd service, SCOM lists 4 or 5 httpd services on that SLES 12 server. Is there a way to tell which httpd service i should assign to be monitored??

Re: [users@httpd] Need Help with SSL Certificate Installation

2016-02-22 Thread chris
help. Chris On Feb 22, 2016 10:24 AM, Sander Smeenk <ssme...@freshdot.net> wrote: > > Quoting Stormy (storm...@stormy.ca): > > > FWIW using Firefox 38.3 ESR, your login page works on port 80; forcing > > https > > results in: "Secure Connection Failed

[users@httpd] Need Help with SSL Certificate Installation

2016-02-21 Thread chris
nctions is otherwise # broken on your system. # Defaults if commented: EnableMMAP On, EnableSendfile Off # #EnableMMAP off EnableSendfile on # Supplemental configuration # # Load config files in the "/etc/httpd/conf.d" directory, if any. IncludeOptional conf.d/*.conf --- The "include" function is in my httpd.config file. The website is live, so you can see whats going on for yourself. I have tryed every combination of domain names and IP address bindings, with and without root directories, and I'm running out of ideas. Hopefully someone may be able to tell me when I went wrong? Thank you in advance for any help and insite you may have. Chris Webster

Re: [users@httpd] mod_h2 protocols not working

2015-10-16 Thread Chris
the http1.1) yet http 1.1 was still working. On 16 October 2015 at 10:48, Stefan Eissing <stefan.eiss...@greenbytes.de> wrote: > > Chris, > > http://freebsd-admin.com does a 302 redirect to https://freebsd-admin.com > > There is no connection upgrade happening on that. Can be

Re: [users@httpd] mod_h2 protocols not working

2015-10-16 Thread Chris
Ok stefan I have some good news, it is working on another vhost on both http and https, this is odd as the server config is the same and vhost templates match, will post more if I find out why the first vhost fails. Thanks On 16 October 2015 at 11:23, Chris <chrco...@gmail.com> wrote:

Re: [users@httpd] mod_h2 protocols not working

2015-10-16 Thread Chris
tic) actions_module (static) speling_module (static) userdir_module (static) alias_module (static) rewrite_module (static) htscanner_module (shared) mpm_event_module (shared) On 16 October 2015 at 11:07, Chris <chrco...@gmail.com> wrote: > Sorry I meant I tried using Proto

Re: [users@httpd] mod_h2 protocols not working

2015-10-16 Thread Chris
Sorry I meant I tried using Protocols h2 not g2 that was a typo. On 16 October 2015 at 10:48, Stefan Eissing <stefan.eiss...@greenbytes.de> wrote: > > Chris, > > http://freebsd-admin.com does a 302 redirect to https://freebsd-admin.com > > There is no connection upgrad

Re: [users@httpd] mod_h2 protocols not working

2015-10-16 Thread Chris
at 11:34, Chris <chrco...@gmail.com> wrote: > Ok stefan I have some good news, it is working on another vhost on > both http and https, this is odd as the server config is the same and > vhost templates match, will post more if I find out why the first > vhost fails. > >

[users@httpd] HTTPS Redirect Not Working

2015-10-09 Thread Chris Arnold
Apache 2.4.x on SLES12. We have a web app in tomcat that is directly accessible by port 8080 and 8443. We use a combination of proxypass and mod_jk to connect to it from apache (never could get this to work without using both). We also use a https redirect to make it easier for the users. So if

[users@httpd] Implementing flush() during PUT (Hadoop WebHDFS)

2015-08-31 Thread Chris Douglas
Hadoop HDFS supports an HTTP API, WebHDFS. The protocol [1] is pretty basic. It supports most of the operations exposed through the Hadoop FileSystem [2] API. There is a Java implementation [3] returning an OutputStream matching the contract [4] from FileSystem. The important point is that the

[users@httpd] Redirect HTTP to HTTPS

2015-02-07 Thread Chris Arnold
Apache 2.4.10 on SLES 12. I am trying to redirect a subdomain address from http to https. So when a user forgets to use https they will still land on the correct page. I tried using: RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^(sub1|sub2|sub3)\. [NC] RewriteRule (.*)

[users@httpd] 2.4 Configuration Errors

2015-01-15 Thread Chris Arnold
apache 2.4.10 on SLES 12. We are moving from apache 2.2.x on SLES 11 SP3 and when i migrate our current http settings into 2.4.10 and rcapache2, i get this error: Jan 15 17:03:53 webtest start_apache2[6019]: AH00526: Syntax error on line 36 of /opt/alfresco/tomcat/conf/jk.conf: Jan 15

Re: [users@httpd] unsubscribe

2014-09-30 Thread Chris Fortmüller
Hi Ismael, just a little nudge: you need to email users-unsubscr...@httpd.apache.org to unsubscribe, not the user mailing list On Tue, Sep 30, 2014 at 11:09 AM, Ismael Puerto ismael.pue...@seres.es wrote: - To unsubscribe,

[users@httpd] Cross-Origin-Resource-Sharing with Apache for a single file doesnt work, why?

2014-09-20 Thread Chris Fortmüller
, best regards, Chris

Re: [users@httpd] ReverseProxy Exchange 2013

2014-02-16 Thread Chris Arnold
Chris, if you encounter any issues with mod_proxy_msrpc please report them at https://github.com/bombadil/mod_proxy_msrpc/issues . Note that OAB, OWA, Autodiscover, ActiveSync, etc. all use normal HTTP/S (and not MSRPC like OA) so they should work without mod_proxy_msrpc. There is an open

[users@httpd] ReverseProxy Exchange 2013

2014-02-15 Thread Chris Arnold
I have asked this on the exchange forum and am getting some help but they always say it is an apache issue and it may be but what i need is on the MS side. So i am asking here in the event someone here has done this. What i am trying to do: use autodiscover during a outlook email account setup.

Re: [users@httpd] ReverseProxy Exchange 2013

2014-02-15 Thread Chris Arnold
I figured i would hear crickets on this issue on this list :) Anybody tried this module? https://github.com/bombadil/mod_proxy_msrpc - Original Message - From: Chris Arnold carn...@electrichendrix.com To: users@httpd.apache.org Sent: Saturday, February 15, 2014 5:48:07 PM Subject

Re: [users@httpd] ReverseProxy Exchange 2013

2014-02-15 Thread Chris Arnold
Chris, are you trying to use webmail or Outlook Anywhere (or both)? I have heard the RPC module works but never used it myself. As for OWA, I will try it on one of my systems and see what happens.   Hey Yehuda,   Both. I will also need OAB and all the other things that come with exchange

Re: [users@httpd] Virtual host Alias

2014-01-23 Thread Chris Arnold
On Jan 23, 2014, at 4:44 AM, Ole Kürstein okyrst...@gmail.com wrote: I have a problem. Dont know if it can be done. It is this i can't get working: www.example.com/test can't get the /test working example--- VirtualHost *:80 ServerName www.example.com ServerAlias

[users@httpd] SSL WebDAV Rewrite

2014-01-10 Thread Chris Arnold
Apache 2 2.2.x. I am trying to proxy a WebDAV space to a tomcat app on the same server with a rewrite and [P] flag. So when https://example .com/path/to/WebDAV/space is entered, the apache server will send that request to the tomcat app. Here is rewrite: RewriteCond %{HTTP_HOST}

Re: [users@httpd] add mod_auth_form module to Apache 2.2?

2013-12-05 Thread Chris Geer
I don't think mod_auth_form (and mod_session) was part of the 2.2 release. It was added in the 2.4 (2.3) timeframe. Chris On Thu, Dec 5, 2013 at 4:25 PM, Allasso Travesser allassopra...@gmail.comwrote: Hello, I am seeking help in adding mod_auth_form module to Apache 2.2 installation

Re: [users@httpd] add mod_auth_form module to Apache 2.2?

2013-12-05 Thread Chris Geer
. This is the reason we are on 2.4 and not 2.2. On Thu, Dec 5, 2013 at 4:54 PM, Allasso Travesser allassopra...@gmail.comwrote: Does that mean it won’t work with 2.2? On Dec 5, 2013, at 4:51 PM, Chris Geer ch...@cxtsoftware.com wrote: I don't think mod_auth_form (and mod_session) was part of the 2.2

Re: [users@httpd] Re: Apache server on Ubuntu 13.10

2013-11-07 Thread Chris Gordon
have a good reason not to do so but it woks for me. --Chris Make Myday make.myday2...@yahoo.com 11/6/2013 8:43 PM After reading this message and the action taken, I remembered I had installed Freemind(Though, I only used it once) a long time ago when I still had the version before Ubuntu

Re: [users@httpd] Another mod_proxy Question/Issue

2013-11-01 Thread Chris Arnold
Just to close the discussion here: Chris sent me the real domain name and I had a look: The issue is actually that the ProxyPassReverse is not correct. Requests for the main page come back with a 302 pointing to /share/ and all assets used also have /share/ at the beginning of their path. I

Re: [users@httpd] Another mod_proxy Question/Issue

2013-10-31 Thread Chris Arnold
On Wed, Oct 30, 2013 at 9:24 PM, Chris Arnold carn...@electrichendrix.com wrote: Apache/2.2.12 (Linux/SUSE). We have a web app that runs under tomcat (8080). We have apache using mod_proxy (80 and 443). According to the tomcat mailing list: blockquote What we need is for apache

Re: [users@httpd] Another mod_proxy Question/Issue

2013-10-31 Thread Chris Arnold
First of all, is /folder/, /path/ or /share/? You seem to have used them all so far.. please be careful when anonymizing your config that you aren't removing information that is necessary to determine what is wrong This really shouldn't matter what it is /folder /path/ or /share as long as i

Re: [users@httpd] Another mod_proxy Question/Issue

2013-10-31 Thread Chris Arnold
Did you have a trailing slash in the ProxyPass? I would expect that it would have tried to get /share / share/. Yes, i had a trailing slash and it did in fact tried to get /share/share. When i remove the trailing slash it gives me /shareshare

Re: [users@httpd] Another mod_proxy Question/Issue

2013-10-31 Thread Chris Arnold
The trailing slash is important. blockquote ProxyPass / https://192.168.123.3:8443/share /blockquote This is telling Apache to strip off the slash when it does the proxy. This is probably not what you want to do. I removed the trailing slash What URL are you using to access this

Re: [users@httpd] Another mod_proxy Question/Issue

2013-10-31 Thread Chris Arnold
What URL are you using to access this vhost? If you want to access https://example.com/share/ and have that hit the proxy, you would need to make the proxy config blockquote ProxyPass /share/ https://192.168.123.3:8443/share/ https://share.example.com which will end up being

Re: [users@httpd] Another mod_proxy Question/Issue

2013-10-31 Thread Chris Arnold
Is HTTPD giving that error or Tomcat? HTTPD What does the log say is the reason? Directory index forbidden by directive: /srv/www/htdocs

Re: [users@httpd] Another mod_proxy Question/Issue

2013-10-31 Thread Chris Arnold
What about when you go to https://share.example.com/share/ ? If i remember right, this gave the same error. As i try different things and think about this, i am going to need multiple clients to access this web app securely like so https://share.anydomain.tld and will need apache to send

Re: [users@httpd] Another mod_proxy Question/Issue

2013-10-31 Thread Chris Arnold
:09 PM, Chris Arnold carn...@electrichendrix.com wrote: What about when you go to https://share.example.com/share/ ? If i remember right, this gave the same error. As i try different things and think about this, i am going to need multiple clients to access this web app securely like so

Re: [users@httpd] Another mod_proxy Question/Issue

2013-10-31 Thread Chris Arnold
the public URL, after you have confirmed that the above works, this is the rewrite rule you would need: RewriteRule ^/(.*) https://192.168.123.3:8443/share/$1 [P] This is the one that gives the tomcat 404 and adds the extra /share - Y On Thu, Oct 31, 2013 at 3:35 PM, Chris Arnold carn

Re: [users@httpd] X-Forwarded-For

2013-10-25 Thread Chris Arnold
/sections/200038166-How-do-I-restore-original-visitor-IP-to-my-server-logs- Thanks Yehuda! Cloudflare wants you to install its mod. Is it possible to use what i already have to do this, which is apache? On Thu, Oct 24, 2013 at 9:32 PM, Chris Arnold carn...@electrichendrix.com wrote

[users@httpd] X-Forwarded-For

2013-10-24 Thread Chris Arnold
Apache 2.2 (i believe) on sles11. We have some servers behind our apache (reverse) proxy. When connections come in to apache and apache proxies the connections, the logs show the apache proxy ip. We need to see the originating ip. I have seen on the internet that x-forwarded-for will do this.

Re: [users@httpd] Virtual Hosts and SSL Puzzler

2013-10-22 Thread Chris Gordon
: http://wiki.apache.org/httpd/NameBasedSSLVHosts I just ran into this. Silly me for not realizing that a Web Server that routes bases on headers would need to read the encrypted header to route it. Chicken-Egg problem. Chris --V Dennis Putnam d...@bellsouth.net 10/22/2013 8:26 AM I

Re: [users@httpd] Virtual Hosts and SSL Puzzler

2013-10-22 Thread Chris Gordon
with this. It is worth understanding though. I'm very sure I have a good deal to learn as well. Dennis Putnam d...@bellsouth.net 10/22/2013 9:20 AM On 10/22/2013 9:10 AM, Chris Gordon wrote: Sorry, brevity is not my strong point. Because I do not know what your certs look like as far as what domain(s

Re: [users@httpd] Virtual Hosts and SSL Puzzler

2013-10-22 Thread Chris Gordon
. --Chris Dennis Putnam d...@bellsouth.net 10/22/2013 10:37 AM On 10/22/2013 10:03 AM, Yehuda Katz wrote: If the sites you are referencing allow you to access them over https, that will solve the problem. My prefered solution is to omit the http: altogether. If a url just starts with //example.com

RE: [users@httpd] Apache Virtual Host Config issue

2013-10-16 Thread Chris Gordon
is looked at before DNS so this should ensure you are pointing to the correct machine. The fact that localhost resolves on the same machine makes me confident that a change to the hosts file and ultimately DNS will fix you problem. I hope this is remotely helpful. Regards, -Chris Ammar Hassan amr

[users@httpd] ProxPass, headers and body

2013-07-26 Thread Chris Grigor
in advance Chris - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] RPC Over HTTPS

2013-04-28 Thread Chris Arnold
Apache 2.2.12 on SLES11 SP2. I have googled this error and understand Apache does not support this as it opens a security hole. [Sun Apr 28 20:36:32 2013] [error] [client 96.10.xxx.xxx] Invalid method in request RPC_IN_DATA /rpc/rpcproxy.dll?localhost:3388 HTTP/1.1 [Sun Apr 28 20:36:32 2013]

Re: [users@httpd] Rewrite Rule

2013-04-25 Thread Chris Arnold
From: Chris Arnold carn...@electrichendrix.com To: users@httpd.apache.org Sent: Wednesday, April 24, 2013 3:21:25 PM Subject: Re: [users@httpd] Rewrite Rule On Apr 24, 2013, at 2:00 PM, Chris Arnold wrote: On Apr 23, 2013, at 8:39 PM, Chris Arnold wrote: Apache 2.12.x on SLES11 SP2

Re: [users@httpd] Rewrite Rule

2013-04-25 Thread Chris Arnold
On Apr 25, 2013, at 11:32 AM, Tom Evans tevans...@googlemail.com wrote: It looks like you are rewriting it to it's current location. This leads to a loop. Why are you using rewrite rules anyway? Because reverse proxy does not work It seems like you want to reverse proxy from an apache

Re: [users@httpd] Rewrite Rule

2013-04-25 Thread Chris Arnold
On Thu, Apr 25, 2013 at 4:53 PM, Chris Arnold carn...@electrichendrix.com wrote: On Apr 25, 2013, at 11:32 AM, Tom Evans wrote: It looks like you are rewriting it to it's current location. This leads to a loop. Why are you using rewrite rules anyway? Because reverse proxy does not work

Re: [users@httpd] Rewrite Rule

2013-04-25 Thread Chris Arnold
Ooopppsss!! Anyway I can get a mod to delete my last email to the list? Sent from my iPhone On Apr 25, 2013, at 1:44 PM, Chris Arnold carn...@electrichendrix.com wrote: Sorry to email you directly but i am doing this to give you the complete unedited config files. I don't want them

Re: [users@httpd] Rewrite Rule

2013-04-25 Thread Chris Arnold
On Apr 25, 2013, at 12:36 PM, Tom Evans tevans...@googlemail.com wrote: On Thu, Apr 25, 2013 at 4:53 PM, Chris Arnold carn...@electrichendrix.com wrote: On Apr 25, 2013, at 11:32 AM, Tom Evans wrote: Because reverse proxy does not work ... The *only* way to get content from a backend

Re: [users@httpd] Rewrite Rule

2013-04-25 Thread Chris Arnold
On Apr 25, 2013, at 3:29 PM, Chris Arnold wrote: Ok, I got namevirtualhost working on 443. I also made a new VirtualHost as you instructed above. In fact, https://apps.domain.tld does make it to the other server, 192.168.123.7. Now the problem is the proxied url does not complete, it stops

Re: [users@httpd] Rewrite Rule

2013-04-25 Thread Chris Arnold
- Original Message - From: Chris Arnold carn...@electrichendrix.com To: users@httpd.apache.org Sent: Thursday, April 25, 2013 4:29:15 PM Subject: Re: [users@httpd] Rewrite Rule On Apr 25, 2013, at 3:29 PM, Chris Arnold wrote: Ok, I got namevirtualhost working on 443. I also made

Re: [users@httpd] Rewrite Rule

2013-04-25 Thread Chris Arnold
On Apr 25, 2013, at 9:53 PM, Chris Arnold wrote: From: Chris Arnold To: users@httpd.apache.org Sent: Thursday, April 25, 2013 4:29:15 PM Subject: Re: [users@httpd] Rewrite Rule On Apr 25, 2013, at 3:29 PM, Chris Arnold wrote: Ok, I got namevirtualhost working on 443. I also made

Re: [users@httpd] Rewrite Rule

2013-04-24 Thread Chris Arnold
On Apr 23, 2013, at 8:39 PM, Chris Arnold carn...@electrichendrix.com wrote: Apache 2.12.x on SLES11 SP2. We have a RDS server behind an apache server using proxypass. We need users to get to the RDS server using https://apps.domain.tld. The apache server should catch this request and send

Re: [users@httpd] Rewrite Rule

2013-04-24 Thread Chris Arnold
On Apr 24, 2013, at 2:00 PM, Chris Arnold carn...@electrichendrix.com wrote: On Apr 23, 2013, at 8:39 PM, Chris Arnold wrote: Apache 2.12.x on SLES11 SP2. We have a RDS server behind an apache server using proxypass. We need users to get to the RDS server using https://apps.domain.tld

[users@httpd] Rewrite Rule

2013-04-23 Thread Chris Arnold
Apache 2.12.x on SLES11 SP2. We have a RDS server behind an apache server using proxypass. We need users to get to the RDS server using https://apps.domain.tld. The apache server should catch this request and send/rewrite to https://apps.domain.tld/rds/something/something/login.whatever. We

Re: [users@httpd] Rewrite Rule Rewriting root site

2013-04-19 Thread Chris Arnold
On Apr 19, 2013, at 4:48 AM, Pete Houston p...@openstrike.co.uk wrote: On Mon, Apr 15, 2013 at 06:57:13PM -0400, Chris Arnold wrote: We have a server at http://rootsite.net. We also have another site/app that runs at http://apps.rootsite.net. We host client applications on our server using

Re: [users@httpd] Rewrite Rule Rewriting root site

2013-04-17 Thread Chris Arnold
On Apr 15, 2013, at 7:51 PM, Chris Arnold carn...@electrichendrix.com wrote: On Apr 15, 2013, at 7:41 PM, Daniel Ruggeri wrote: On 4/15/2013 6:34 PM, Chris Arnold wrote: Actually, it is the RedirectMatch specifically causing the problem. How to specify only match http

[users@httpd] Rewrite Rule Rewriting root site

2013-04-15 Thread Chris Arnold
We have a server at http://rootsite.net. We also have another site/app that runs at http://apps.rootsite.net. We host client applications on our server using apache so the above site/app needs to be http://apps.ourclientsdomain.tld. Here is what i have gotten to work in the site/app virtual

Re: [users@httpd] Rewrite Rule Rewriting root site

2013-04-15 Thread Chris Arnold
On Mon, Apr 15, 2013 at 6:57 PM, Chris Arnold carn...@electrichendrix.com wrote: We have a server at http://rootsite.net. We also have another site/app that runs at http://apps.rootsite.net. We host client applications on our server using apache so the above site/app needs to be http

Re: [users@httpd] Rewrite Rule Rewriting root site

2013-04-15 Thread Chris Arnold
On Apr 15, 2013, at 7:41 PM, Daniel Ruggeri drugg...@primary.net wrote: On 4/15/2013 6:34 PM, Chris Arnold wrote: Actually, it is the RedirectMatch specifically causing the problem. How to specify only match http://apps.somesite.tld? You can't. You have to use RewriteCond (as you have

[users@httpd] Trying to Rewrite Subdomain

2013-04-06 Thread Chris Arnold
Apache 2.2.12. I am trying to rewrite a subdomain like so: http://sub.domain.com to http://sub.domain.com/alias;. Here is the alias conf: Alias /alias /path/to/root/directory Directory /path/to/root/directory Options FollowSymLinks AllowOverride None Order allow,deny allow from

Re: [users@httpd] Trying to Rewrite Subdomain

2013-04-06 Thread Chris Arnold
Apache 2.2.12. I am trying to rewrite a subdomain like so: http://sub.domain.com to http://sub.domain.com/alias;. Here is the alias conf: Alias /alias /path/to/root/directory Directory /path/to/root/directory Options FollowSymLinks AllowOverride None Order allow,deny allow from

[users@httpd] Apache Not Redirecting

2013-04-05 Thread Chris Arnold
Apache 2.2.12 on sles11 sp2. We are trying to get users to access http://share.domain.com. Apache has a VirtualHost file with redirectmatch ^/$ http://share.domain.com/share Apache seems to not be redirecting this. Here is http://share.domain.com results: GET / HTTP/1.1 Host: share.domain.com

Re: [users@httpd] Apache Not Redirecting

2013-04-05 Thread Chris Arnold
- Original Message - From: Chris To: users@httpd.apache.org Sent: Friday, April 5, 2013 1:34:03 PM Subject: [users@httpd] Apache Not Redirecting Apache 2.2.12 on sles11 sp2. We are trying to get users to access http://share.domain.com . Apache has a VirtualHost file

[users@httpd] JkWorkerFile (mod_jk)

2013-03-28 Thread Chris Arnold
Apache2.12.x on SLES11 SP2. I am trying to get apache2 mod_jk working with apache to access a webapp. I have loaded the mod_jk module and configured a virtual host and workers.properties file like so: virtualhost: VirtualHost *:80 ServerName share.domain.com IfModule mod_jk.c # The

Re: [users@httpd] JkWorkerFile (mod_jk)

2013-03-28 Thread Chris Arnold
On Mar 28, 2013, at 12:26 PM, Tom Evans tevans...@googlemail.com wrote: Are you including this config file multiple times? Perhaps once explicitly, and once as a That I know of, this is the only time it is being called. With that said, in httpd.conf I have an include statement pointing to

Re: [users@httpd] JkWorkerFile (mod_jk)

2013-03-28 Thread Chris Arnold
On Mar 28, 2013, at 12:26 PM, Tom Evans wrote: Are you including this config file multiple times? Perhaps once explicitly, and once as a That I know of, this is the only time it is being called. With that said, in httpd.conf I have an include statement pointing to /etc/apache2 /conf.d.

Re: [users@httpd] Apache Httpd 2.22 for Oracle Linux

2013-03-13 Thread Chris Gordon
In my experience Oracle Linux is like CentOS where you can use the Red Hat Binary. It's Red Hat with the trademarks stripped out. Thanks, -Chris nskarthik nskarthi...@gmail.com 3/13/2013 8:42 AM Hi Can some body plz tell me where can i download Apache Httpd 2.22 version Binaries

Re: [users@httpd] How to configure http and https for same hostname

2013-03-13 Thread Chris Gordon
, but the documentation is always a great place to start. Look for documentation on mod_rewrite. Regards, -Chris vitthal@tatamotors.com 3/13/2013 8:59 AM Hi, How to configure http and https for same hostname. Any good document. Regards Vitthal

[users@httpd] 502 Bad Gateway

2013-02-25 Thread Chris Arnold
Apache 2.2.12 on SLES11. I have an app that runs on tomcat port 8080. I have bee following: http://tomcat.apache.org/tomcat-6.0-doc/proxy-howto.html I want people to get to this app by typing https://domain/app. To achieve this, i have used proxypass (reverse) in the SSL vhost: ProxyPass /app

[users@httpd] Proxy Times Out

2013-02-14 Thread Chris A
Apache 2.12.x in sles11 sp2. I am trying to give clients access to the mail server on port 443 by using a rewrite rule. The rule: Rewriteengine on Rewritecond %{HTTPS_HOST} ^mail\. Rewritecond %{HTTPS} on Rewriterule ^/(.*) https://192.168.124.3/$1 [P] [Error] The error log on the apache

[users@httpd] Disable custom modules for a specific directory in my web server

2013-02-14 Thread Chris Villone
with AddHandler/RemoveHandler, mod_rewrite?  I believe this can be done, but I'm missing something. We're running Apache/2.2.22 (Unix)  I've googled and searched the archives but can't find an answer to this question. Thanks for your time! Chris

Re: [users@httpd] Proxy Times Out

2013-02-14 Thread Chris A
On Feb 14, 2013, at 9:30 AM, Chris A carn...@electrichendrix.com wrote: Apache 2.12.x in sles11 sp2. I am trying to give clients access to the mail server on port 443 by using a rewrite rule. The rule: Rewriteengine on Rewritecond %{HTTPS_HOST} ^mail\. Rewritecond %{HTTPS} on Rewriterule

Re: [users@httpd] Proxy Config Problem

2013-02-12 Thread Chris Arnold
This is from a wireshark packet capture: 41 4.087378 8.25.230.32 192.168.123.3 TCP 49284 https [RST, ACK] Seq=1456 Ack=1051 Win=0 Len=0 Does this look like apache proxy is sending the RST and closing the connection? - Original Message - From: Chris Arnold carn

[users@httpd] RePost: [users@httpd] Proxy Config Problem

2013-02-09 Thread Chris Arnold
I have been trying to understand the mod_proxy module from http://httpd.apache.org/docs/2.2/mod/mod_proxy.html I am wondering if I need some kind of wildcard/regex to make this work. Maybe I need to useProxyPreserveHost Directive or one of the other options. I am trying to proxy a connection

Re: [users@httpd] RePost: [users@httpd] Proxy Config Problem

2013-02-09 Thread Chris Arnold
On Feb 9, 2013, at 5:23 PM, Nick Kew n...@webthing.com wrote: On 9 Feb 2013, at 20:28, Chris Arnold wrote: I am wondering if I need some kind of wildcard/regex to make this work. Maybe I need to useProxyPreserveHost Directive or one of the other options. You haven't told us a problem

Re: [users@httpd] RePost: [users@httpd] Proxy Config Problem

2013-02-09 Thread Chris Arnold
On Feb 9, 2013, at 6:33 PM, Nick Kew n...@webthing.com wrote: Sorry, not familiar with ifolder. Have you googled whatever error it gives? Yes. It gives a generic/vague error (an error occurred). I also am seeking help on the ifolder forum. The reason I ask here is because when you bypass the

Re: [users@httpd] RePost: [users@httpd] Proxy Config Problem

2013-02-09 Thread Chris Arnold
Could the issue be the client gets the apache proxy server cert and maybe the client is expecting the ifolder server cert? At the present time we use self-signed certs. Sent from my iPhone On Feb 9, 2013, at 7:36 PM, Chris Arnold carn...@electrichendrix.com wrote: On Feb 9, 2013, at 6:33 PM

  1   2   3   4   5   >