[users@httpd] mod_rewrite or reverse proxy?

2018-06-05 Thread Ray Jender
edirect "localhost/LPC1" "rtmp://10.22.175.19:1935" The host IP is DHCP (192.168.0.x) from my LAN and the container IP is DHCP from LXD (10.x.x.x) So, 10.22.175.19 is container 1. How can someone on the internet access the 10.22.175.19 container? Hope I made sense with all this! Thanks, Ray

[users@httpd] AH00664: RewriteOptions: MaxRedirects option has been removed in favor of the global LimitInternalRecursion directive and will be ignored.

2018-03-01 Thread Ray Jender
the log at once. Obviously this is creating a huge error.log. So how can I fix this? Thanks and I appreciate your response. Ray

RE: [users@httpd] WebSockets support in transparent proxy

2017-07-18 Thread Ray Navarette
snippet of your current configuration? - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Jul 17, 2017 11:27 PM, "Ray Navarette" mailto:ray.navare...@pb.com>> wrote: Hi Everyone, Sorry if I’ve completely missed this but I’m hoping maybe someone can

[users@httpd] WebSockets support in transparent proxy

2017-07-17 Thread Ray Navarette
every possible server) way? I've seen some things for reverse proxy, but not forward. Any and all help is much appreciated. Thanks, Ray

[users@httpd] New Hardware Causing Apache Cert Error ERR_SSL_PROTOCOL_ERROR

2015-10-22 Thread RAY, DAVID
Hello. I am running Apache 2.2.29 and Tomcat 7.0.64 with tomcat connector(mod_jk) version 1.2.41 on AIX version 7.1 server. We are trying upgrade the hardware and just move the LPAR(VM) to a new machine. The new hardware has the same IP address and hostname. Of course the old machine is shut

[users@httpd] RE: AIX OS Patch Breaks Apache/Tomcat

2015-07-08 Thread RAY, DAVID
>>Hello. >> >>I am running Apache 2.2.29 and Tomcat 7.0.59 with tomcat connector(mod_jk) >>version 1.2.40 on AIX version 7.1 server. Started having problems this >>morning after AIX OS was patched to AIX 7.1 TL 03 SP 04 and openssh to 6.0.0.6108. WebAdvisor runs fine immediately after apa

[users@httpd] RE: AIX OS Patch Breaks Apache/Tomcat

2015-07-01 Thread RAY, DAVID
>-Original Message- >From: RAY, DAVID [mailto:david@tccd.edu] >Sent: Tuesday, June 30, 2015 12:10 PM >To: us...@tomcat.apache.org >Subject: AIX OS Patch Breaks Apache/Tomcat > >Hello. > >I am running Apache 2.2.29 and Tomcat 7.0.59 with tomcat connector(mod_

[users@httpd] AIX OS Patch Breaks Apache/Tomcat

2015-06-29 Thread RAY, DAVID
Hello. I am running Apache 2.2.29 and Tomcat 7.0.59 with tomcat connector(mod_jk) version 1.2.40 on AIX version 7.1 server. Started having problems this morning after AIX OS was patched to AIX 7.1 TL 03 SP 04 and openssh to 6.0.0.6108. WebAdvisor runs fine immediately after apache is started

Re: [us...@httpd] Apache reverse proxy - intermittent problem loading Javascript

2010-12-06 Thread Ray Van Dolson
in browsers trigger the problem (trying to figure out why you shared the above)? Are you running mod_security or some other Layer 7 security tool? Is the issue reproducible enough that you'd be able to capture a pcap dump of a "broken" request? Has the problem always existed?

[us...@httpd] Proper way to reference intermediate certificates in Apache 2.2.x

2010-11-18 Thread Ray Van Dolson
wrong configuration directive for the job, but doesn't with the new intermediate cert file? [ One wrinkle is that with the newest intermediate cert from Verisign, they are actually providing a primary and secondary cert instead of just one. ] Using Apache 2.2.x. Thanks, Ray [1] http://

Re: [us...@httpd] Centralized logging.

2010-04-10 Thread Ray Van Dolson
On Fri, Apr 09, 2010 at 10:44:54PM -0700, Brent Clark wrote: > On 08/04/2010 22:52, Ray Van Dolson wrote: > > So how are people out there in mailing list land handling centralized > > logging? > > > > I'd like to mirror my web farm's logfiles on a centr

Re: [us...@httpd] Centralized logging.

2010-04-08 Thread Ray Van Dolson
ementing this? Apache procs piping to a perl process which shunts things out to your syslog server? Do you do any post/pre-processing for timestamp duplication? We want to try and have the logs on the syslog server look exactly like they did on the origin server (ie no syslog timestamps,

[us...@httpd] Centralized logging.

2010-04-08 Thread Ray Van Dolson
ers How do you guys typically deal with this? Ray - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsub

Re: [us...@httpd] mod_proxy (rev proxy): Don't set Content-Type if remote server doesn't set it

2010-01-28 Thread Ray Van Dolson
On Thu, Jan 28, 2010 at 03:38:52AM -0800, Nick Kew wrote: > > On 28 Jan 2010, at 01:57, Ray Van Dolson wrote: > > > I'd like to tell Apache to *not* insert the extra headers if they're > > not in the packet coming from the IIS server... I don't care so m

[us...@httpd] mod_proxy (rev proxy): Don't set Content-Type if remote server doesn't set it

2010-01-27 Thread Ray Van Dolson
act type of ActiveSync request that triggers this particular response. I'd rather have a more general solution though. Any ideas? Thanks, Ray - The official User-To-User support forum of the Apache HTTP Server Project

Re: [us...@httpd] rewrite to 443..please help me

2009-07-23 Thread Ray Van Dolson
h a self signed certificate)? Ray - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.o

Re: [us...@httpd] Using SetEnvIf on response headers

2009-07-09 Thread Ray Van Dolson
Thanks for the detailed reply Andre. On Thu, Jul 09, 2009 at 01:16:06AM -0700, André Warnier wrote: > Ray Van Dolson wrote: > > On Wed, Jul 08, 2009 at 03:35:58PM -0700, André Warnier wrote: > >> Ray Van Dolson wrote: > >>> Hi all; > >>> > >>

Re: [us...@httpd] Using SetEnvIf on response headers

2009-07-08 Thread Ray Van Dolson
On Wed, Jul 08, 2009 at 03:35:58PM -0700, André Warnier wrote: > Ray Van Dolson wrote: > > Hi all; > > > > I'm trying to strip out NTLM as an authentication option from response > > packets (my Apache is acting as a reverse proxy). > > By curiosity, wh

[us...@httpd] Using SetEnvIf on response headers

2009-07-08 Thread Ray Van Dolson
ing? I realize I could probalby use an external output filter of some sort, but that's not an ideal solution in my case (too much overhead). Any suggestions? Ray [1] http://marc.info/?l=apache-httpd-dev&m=114839705130894&w=2

Re: [us...@httpd] mod_filter newbie

2009-06-29 Thread Ray Van Dolson
On Mon, Jun 29, 2009 at 03:26:03PM -0700, Nick Kew wrote: > Ray Van Dolson wrote: > > > Both blocks work, but I'm thinking I could potentially end up calling > > gzdeflate on data that wasn't originally compressed. Maybe someone can > > clarify: > > Yep,

[us...@httpd] mod_filter newbie

2009-06-29 Thread Ray Van Dolson
= gzip and then have my gzdeflate provider check for it instead of operating blindly on all text/* ? Or maybe some way to check if the request we're responding to had Accept-Encoding gzip set? Thanks, Ray -

Re: [EMAIL PROTECTED] mod_proxy_html rewriting query string portion of link

2008-06-30 Thread Ray Van Dolson
On Fri, Jun 27, 2008 at 03:48:47PM -0700, Ray Van Dolson wrote: > I'm attempting to use mod_proxy_html to rewrite internal URL's to the > corresponding external URL. It seems to be working for the most part, > but I am having trouble getting the query string portion of a UR

[EMAIL PROTECTED] mod_proxy_html rewriting query string portion of link

2008-06-27 Thread Ray Van Dolson
not getting rewritten in this URL. Should this work? I'm not sure if mod_html_proxy will handle arguments to the URL (I don't see why it wouldn't). Maybe my regex is confused because of the multiple occurrences. Any thoughts? Ray -

[EMAIL PROTECTED] Palm Treo, Apache, mod_proxy and OWA2007

2008-05-14 Thread Ray Van Dolson
inux is also enabled on the server, but I have placed it in Permissive mode for the time being as well. TIA, Ray - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.ht

[EMAIL PROTECTED] .htaccess assistance

2008-04-27 Thread Tom Ray [Lists]
Hey, I'm trying to setup something up where I have a video player on the main page of the site but the .flv files are in a directory such as videos/files. What I would like to do is use .htaccess to block the direct calling for those files so they can't be downloaded but I still want the site

Re: [EMAIL PROTECTED] More than one SSL Certificate/Virtual Host

2008-04-17 Thread Ray Van Dolson
ly have one SSL site per IP address. Ray - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] "

Re: [EMAIL PROTECTED] Browser handling of 413 Request Entity Too Large

2008-04-16 Thread Ray Van Dolson
On Wed, Apr 16, 2008 at 10:53:38AM +0100, William A. Rowe, Jr. wrote: > Ray Van Dolson wrote: >> Hi all, running into this on an old Apache 2.0.46 installation >> (actually httpd-2.0.46-70.ent from RHEL 3 Update 9). >> >> When a user attempts to upload a la

[EMAIL PROTECTED] Browser handling of 413 Request Entity Too Large

2008-04-15 Thread Ray Van Dolson
ssage, not just the connection reset message they see now. Thanks in advance, Ray - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To u

Re: [EMAIL PROTECTED] Problem with SSL

2007-08-04 Thread Tom Ray [Lists]
Junaid Arshad wrote: Hi, --Thanks, just one last thing..:-) and you'll need the path to the openssl stuff. Does this mean that I have to set some parameter to the path to openssl or I just need the path to openssl to generate my certificates and keys... cheers junaid It would b

Re: [EMAIL PROTECTED] Problem with SSL

2007-08-04 Thread Tom Ray [Lists]
Junaid Arshad wrote: Hi, Yes, I have OpenSSL installed and also have .key and .crt files at the correct place. I am not an administrator on this machine and only have root privileges on apache tree so don't exactly know if apache was installed with --enable-ssl option. I used "httpd -l" to get

Re: [EMAIL PROTECTED] Problem with SSL

2007-08-04 Thread Tom Ray [Lists]
Junaid Arshad wrote: Hi, I am trying to get https enabled on my apache server on RH linux which is apache2.0.59. The servers starts without any errors but when I try to browse it using firefox, a dialog box with an error appears saying that "myserver has sent an incorrect or unexpected message e

Re: [EMAIL PROTECTED] Apache22 + PHP5 not execute

2007-07-31 Thread Tom Ray [Lists]
Vincent Bray wrote: On 31/07/07, Squirrel <[EMAIL PROTECTED]> wrote: Upgraded FreeBSD v6.1-RELEASE to v6.2-STABLE, with Apache-2.2.4_2 and PHP5-5.2.3_1 ports. But cannot get the php to execute. I've searched google and followed every instructions, but after days, I'm asking for your help.

Re: [EMAIL PROTECTED] Apache22 + PHP5 not execute

2007-07-31 Thread Tom Ray [Lists]
Victor Trac wrote: You have conflicting AddType lines. You're first telling apache that .php files are text/html, and then you're telling apache that it should be handled with x-httpd-php next. Remove the "AddType text/html .php". Also, you're sending .html files to the PHP handler.. which

Re: [EMAIL PROTECTED] Apache22 + PHP5 not execute

2007-07-31 Thread Tom Ray [Lists]
Squirrel wrote: Upgraded FreeBSD v6.1-RELEASE to v6.2-STABLE, with Apache-2.2.4_2 and PHP5-5.2.3_1 ports. But cannot get the php to execute. I've searched google and followed every instructions, but after days, I'm asking for your help. I've installed apache first from /usr/ports/www/apache2

Re: [EMAIL PROTECTED] .htaccess issue with Apache 2.0.59

2007-06-28 Thread Tom Ray [Lists]
e L means don't evaluate any further rules in the .htaccess. The "R=301" means this is a permanent redirect -- your browser's addrss bar should show the new address, not the old, and search engines should replace the old URL in their indexes with the new URL. That may or may no

Re: [EMAIL PROTECTED] .htaccess issue with Apache 2.0.59

2007-06-28 Thread Tom Ray [Lists]
directory containing the gibberish .htaccess file. If you don't get an error, Apache isn't loading your .htaccess file. If you DO get an error, you can take out the gibberish and continue troubleshooting. --JMS On Jun 28, 2007, at 10:46 AM, Tom Ray [Lists] wrote: Hey, I'm us

[EMAIL PROTECTED] .htaccess issue with Apache 2.0.59

2007-06-28 Thread Tom Ray [Lists]
Hey, I'm using Apache 2.0.59 and I'm running into a bit of an issue here. I just can't seem to get the RewriteEngine command to work in .htaccess. I can get the other .htaccess directives (DirectoryIndex, password, etc) to work but not this. I have mod_rewrite.c in my list when I do httpd -l so

[EMAIL PROTECTED] SSL/Apache 2.0.x Question

2007-04-21 Thread Tom Ray [Lists]
I've created a self-signed SSL for a site and while it works great, I'm getting that annoying "Not a Trusted Issuer" pop up. By looking over the ssl.conf it looked like I could do something in that might stop that error box from coming up. But I'm not overly sure what that is. I'm *guessing* th

[EMAIL PROTECTED] Security Question

2007-03-02 Thread Tom Ray [Lists]
This really isn't a Apache per se but I'm going to guess that many of you have dealt with this problem in the past and I could use some advice. I'm having issues with people trying to hack my box. They are coming in through php scripts on sites that have 777 directories. I've done a lot to make

Re: [EMAIL PROTECTED] 2 versions of Apache give prob !!

2006-11-26 Thread Tom Ray [Lists]
Ravindra Nannapaneni wrote: Hi I have 2 versions shipped with my sun ultra 20 box. This is what i have. /usr/apache has Apache 1.3 binaries /usr/apache2 has Apache 2.0 binaries. I want to use Apache 1.3 for one web server other for other web server. So what i did is 1. Editted http.conf

[EMAIL PROTECTED] How do I get Apache to start on it's own

2006-10-18 Thread Tom Ray [Lists]
I've upgraded my apache install and have a few instances of apache running on the server. I did a chkconfig --add httpd for each of the installs of Apache, each of the httpd calls have their own name (didn't want to list them all) but when I restart the server I still have to manually start eac

[EMAIL PROTECTED] Question about sharing IPs over different installs of Apache

2006-10-17 Thread Tom Ray [Lists]
I am trying to make my own little VPS system. I've managed to create a few virtual servers, all running their own installs of Apache 2.0.59/PHP 4.4.2 however, they are all on their own unique IPs. My question is in the instance of VPS systems like Ensim or Cpanel, where they create a VPS per do

Re: [EMAIL PROTECTED] I believe I've been compromised.

2006-09-06 Thread Tom Ray [Lists]
rde and loosened the firewall. That fixed it and we were hacker free. Not to say that your solution will be that easy, but if you have a somewhat competent admin, you can probably fix the server without nuking it. Sean Conner wrote: It was thus said that the Great Tom Ray [Lists] once stated:

[EMAIL PROTECTED] I believe I've been compromised.

2006-09-05 Thread Tom Ray [Lists]
I'm running a SuSE 9.1 server with Apache 2.0.58 and as of last Thursday I'm seeing a ton of files created in spots they should be. All created by wwwrun (the webserver). I'm finding PHP scripts that are blatantly commented with hacker code, _vti_ directories in sites and this server doesn't ha

Re: [EMAIL PROTECTED] Apache 2.0.59 with SSL installation issue.

2006-08-31 Thread Tom Ray [Lists]
eeing a similiar thread somewhere and I seem to recall it had to do with openssl 0.9.8b. Is openssl 0.9.8b a bugfix release over 0.9.8a, or a security fix? If 0.9.8b is only a bug fix, you could try it with 0.9.8a? --- "Tom Ray [Lists]" <[EMAIL PROTECTED]> wrote: I was able to

Re: [EMAIL PROTECTED] Apache 2.0.59 with SSL installation issue.

2006-08-31 Thread Tom Ray [Lists]
sion. Hey, have a look at this thread. Maybe some of the suggestions will work for you ... keep us posted: http://www.howtoforge.com/forums/archive/index.php/t-1557.html --- "Tom Ray [Lists]" <[EMAIL PROTECTED]> wrote: 0.9.8a was the security fix and 0.9.8b was a compatibili

Re: [EMAIL PROTECTED] Apache 2.0.59 with SSL installation issue.

2006-08-31 Thread Tom Ray [Lists]
you could try it with 0.9.8a? --- "Tom Ray [Lists]" <[EMAIL PROTECTED]> wrote: I was able to install Apache 2.0.59 without SSL on this server but we need SSL support now. I've tried to re-compile Apache without any luck. I can configure it just fine but I run "ma

[EMAIL PROTECTED] Apache 2.0.59 with SSL installation issue.

2006-08-31 Thread Tom Ray [Lists]
I was able to install Apache 2.0.59 without SSL on this server but we need SSL support now. I've tried to re-compile Apache without any luck. I can configure it just fine but I run "make" that's when I get an error. I'm getting this: modules/ssl/.libs/mod_ssl.a(ssl_engine_kernel.o): In functio

Re: [EMAIL PROTECTED] troubleshooting apache performance

2006-08-17 Thread Ray
> Shawn Beard > Web Administrator, MCSE, MCSA, MCP > Iowa Foundation for Medical Care > Information Systems > [EMAIL PROTECTED] > Office: 515-440-8581 > > > >>> [EMAIL PROTECTED] 8/17/2006 9:41:25 AM >>> > On Thu, Aug 17, 2006 at 07:48:45AM -0600, Ray wrote:

[EMAIL PROTECTED] troubleshooting apache performance

2006-08-17 Thread Ray
ymptoms) that work on win 2003 would be appreciated. Thanks, Ray - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail:

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Tom Ray [Lists]
So you felt the need to flood us with emails? hui xu wrote: Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails. */Admin <[EMAIL PROTECTED]>/* wrote: Joshua Slive wrote: > On 6/23/06, Admin wrote: >> Hi, >> >> There is one

[EMAIL PROTECTED] .htaccess question.

2006-06-18 Thread Tom Ray [Lists]
I've got a small question about .htaccess. I would like to have an actual username/password page and when the user submits it I want it to bypass the typical .htaccess pop up box. What are the values that are being passed? I used to know this and I can't seem to pry it out of my thick skull. I

Re: [EMAIL PROTECTED] access control

2006-05-31 Thread Tom Ray [Lists]
Bobby Gontarski wrote: I need the following: Allow access from certain IPs to a certain directory and if the user does not come from that IP I need to authenticate him/her using the password file. I can do one or the other - either certain IPs are allowed and others are not or the access is

[EMAIL PROTECTED] 403 error (script alias directive involved?)

2006-03-13 Thread Ray
sugestions appreciated Ray - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest

[EMAIL PROTECTED] Question with Apache 2.0.52 Max Clients reached AND repeating errors

2005-10-18 Thread Ray Lauff
Greetings all, My problem is possibly two fold, or it is two seperate problems. I'm unsure, so I will include as much information as possible. I've added the following to my httpd.conf file: = RewriteLock /usr/local/apache/var/run/rewritemap_locks RewriteMap ldap_lookup prg:/

Re: [EMAIL PROTECTED] Re: mod_ssl missing

2005-07-29 Thread Tom Ray [Lists]
Thanks- I was able to get it going finally. Once I was able to understand where everything was being stored on the server and how to call to it. Thanks for all the help everyone. Joost de Heer wrote: Tom Ray [Lists] said: We built a box months ago using SuSE 9.1, and installed

Re: [EMAIL PROTECTED] mod_ssl missing

2005-07-28 Thread Tom Ray [Lists]
R_HELLO:unknown protocol:s23_clnt.c:475: I apologize for leaving these out earlier. Any help would be great! Craig Dunigan wrote: On Thu, 28 Jul 2005, Tom Ray [Lists] wrote: We built a box months ago using SuSE 9.1, and installed everything straight from the CD's via YaST but it seems that when we

[EMAIL PROTECTED] mod_ssl missing

2005-07-28 Thread Tom Ray [Lists]
We built a box months ago using SuSE 9.1, and installed everything straight from the CD's via YaST but it seems that when we tried to get a SSL enabled site to work, it gave us errors. Doing a quick search on the box it seems that mod_ssl.c isn't installed. When I do a /usr/sbin/httpd2 -l mod_s

[EMAIL PROTECTED] Apache 2.0 and OpenSSL

2005-07-20 Thread Tom Ray [Lists]
I'm running apache 2.0 on a suse 9.1 box and I'm trying to get openSSL to run with it. Now when I do a ps -ef I see that SSL is running with apache wwwrun 24131 2115 4 16:45 ?00:00:15 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -Dssl wwwrun 24157 2115 3 16:45 ?00