[users@httpd] Websocket Proxy issue related to changes in 2.4.47

2021-11-23 Thread Greg Vilardi
terminal emulator, and most people don't have an AS/400 lying around to test with. I am happy to provide traces, and build with patches for testing purposes. Thank you, -Greg -- Greg Vilardi |Technical Lead E-mail:vila...@panix.com USnail: 354 Indian Head Rd |V

Re: [users@httpd] Re: Website Down - Help Really Needed

2018-06-18 Thread Greg
ache2/sites-available/000-default-conf  or sudo -i vi /etc/apache2/sites-available/000-default-conf  to edit it. I used vi, but you can switch that out with your favorite editor. Thank you, Greg Borbonus *Nix Server administrator 832-699-0461 Skype: greg.borbonus http://www.linkedin.com/in/gregbor

Re: [users@httpd] Re: apachectl -k graceful

2018-05-03 Thread Greg Rundlett (freephile)
Thanks Yehuda, I was planning to move to PHP-FPM :-) Greg Rundlett https://eQuality-Tech.com https://freephile.org On Thu, May 3, 2018 at 10:49 AM, Yehuda Katz wrote: > We have a server farm with a load balancer, but we still announce a > maintenance window when we do major MediaWiki up

[users@httpd] Re: apachectl -k graceful

2018-05-03 Thread Greg Rundlett (freephile)
s to keep an eye on things. Still, if anyone on list can confirm their practice for rolling out changes to php.ini + clearing opcache + pushing new code to production under Apache and mod_php, that would be appreciated. Greg Rundlett https://eQuality-Tech.com https://freephile.org On Wed, May

[users@httpd] apachectl -k graceful

2018-05-02 Thread Greg Rundlett (freephile)
g a simultaneous graceful restart. Thanks, Greg Greg Rundlett https://eQuality-Tech.com https://freephile.org

Re: [users@httpd] Renaming localhost

2016-02-11 Thread Greg Rundlett (freephile)
use the --dry-run --verbose options. Better yet, use git to commit your changes, and setup a "remotes" such as 'origin' and 'dev' to allow you to track, and push code changes. Greg Rundlett https://eQuality-Tech.com <https://equality-tech.com/> https://freephile.org

Re: [users@httpd] Apache configuration

2015-09-02 Thread Greg
What do you mean by: if http://domain.com/aaa is down ? aaa is a subfolder of domain.com, not a separate domain, so it would be easier if you created the redirect in a script, not in apache. Thank you, Greg Borbonus *Nix Server administrator 832-699-0461 http://www.linkedin.com/in

Re: [users@httpd] Where does apache look for the domain name?

2015-06-21 Thread Greg
the one "outside" the virtualhost directive is inside the default virtualhost. Thank you, Greg Borbonus *Nix Server administrator 832-699-0461 http://www.linkedin.com/in/gregborbonus/ On 6/21/2015 5:29 PM, Knute Johnson wrote: Thanks for all the replies. I do have the apache.conf fi

Re: [users@httpd] Where does apache look for the domain name?

2015-06-21 Thread Greg
nute5.frazmtn.com' >> /etc/apache2/apache2.conf Do not run both commands or the same command twice, you only want 1 entry for the servers ServerName. Thank you, Greg Borbonus *Nix Server administrator 832-699-0461 http://www.linkedin.com/in/gregborbonus/ On 6/21/2015 9:12 AM, aparna

Re: [users@httpd] IPTABLES and Apache ProxyPass

2015-05-18 Thread Greg Borbonus
Try setting the forward default policy to accept Sent from mobile device. 832 576 5956. Please call me if you need an imediate reply and excuse any and all typos. On May 18, 2015 9:28 AM, "Kevin Caliati" wrote: > Hi everyone, > I posted my issue on stackoverflow but nobody answer me. > > > I hav

Re: [users@httpd] Dynamic SSL

2014-12-31 Thread Greg
When I first read this, I was like... really? but then I read the docs and felt like smacking myself in the forehead. I skimmed over the critical flaw without giving it a second look. I'll need to rethink this design. Thanks. Thank you, Greg Borbonus *Nix Server administrator 832-699

[users@httpd] Dynamic SSL

2014-12-31 Thread Greg
think that would prevent this from working would be that perhaps apache was loading the cert and info on startup making it very difficult to change the info on the fly. Any thoughts? -- Thank you, Greg Borbonus *Nix Server administrator 832-699-0461 http://ww

Re: [users@httpd] Mailing list issues

2014-12-30 Thread Greg Rundlett (freephile)
Gmail (by default) will not show a message you sent in your "inbox". This often confuses people on mailing lists because everyone else's messages appear there. You will only see it when someone replies; or if you look in "sent"; or if you create a rule to handle such messages differently. On Dec

Re: [users@httpd] Virtual Hosts not working

2014-05-19 Thread Greg Rundlett (freephile)
reloading Apache. Also, if you make a backup of example.conf as example.conf.bak, then Apache won't load the (redundant) backup configuration. Greg Rundlett http://eQuality-Tech.com http://freephile.org On Mon, May 19, 2014 at 10:21 PM, Peter Biggerstaff wrote: > Every time you spend

[users@httpd] Apache drops connections to git svn; unless Timeout = 6000 seconds

2013-10-16 Thread Greg Rundlett (freephile)
while driving the update report editor [500, #70007] [Fri Oct 11 12:48:15.694056 2013] [dav:error] [pid 17474] [client 192.168.11.14:40502] Error writing base64 data: The timeout specified has expired [500, #70007] Thanks, ~ Greg [1] RA layer request failed: REPORT of '/svn/platform/!svn/vcc/defa

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread Greg Fennell
To add to my last response, here is some good reading. http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts Why can't I use SSL with name-based/non-IP-based virtual hosts? The reason is very technical, and a somewhat "chicken and egg" problem. The SSL protocol layer stays below the H

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread Greg Fennell
You can only have 1 SSL per IP address, the 2nd host you have in your list (retailmastery.com) isn't an IP it's a name which is using the fixed IP. You would need to get a 2nd IP address on your server for a 2nd SSL. On 10/18/2011 9:27 AM, James Moe wrote: -BEGIN PGP SIGNED MESSAGE-

Re: [users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Greg Allen
ding is that anything URL with the prefix "/tomcat/*" will be passed to tomcat. It seems to work fine. Those URLs do end up being handled by tomcat. -- Greg On 4/3/2011 3:42 PM, Dirk Schaare wrote: what about your workers.properties file? JkMount /tomcat/* ajp13 looks pretty unusual

[users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Greg Allen
eds (all from my one initial request). It doesn't appear that anything gets forwarded on to tomcat either - I can't find anything in any of the tomcat logs that the request was ever sent. Is what I am trying to do even possible? If so, what is wrong? I've been reading the mod_rew

Re: [users@httpd] Problems with mod_rewrite

2011-04-02 Thread Greg Allen
Thanks! That was it. I knew it was something simple -- Greg On 4/2/2011 5:01 PM, Eric Covener wrote: You have to capture something to use $1 as your key On Apr 2, 2011 4:19 PM, "Greg Allen" wrote: Hello, I am having problems getting mod_rewrite to work for me. I have a simp

[users@httpd] Problems with mod_rewrite

2011-04-02 Thread Greg Allen
you can see from the rewrite.log. I've included all the relevant files - httpd.conf, rewrite.pl, and rewrite.log. Can anyone tell me what is wrong? Thanks, -- Greg httpd.conf: RewriteEngine on RewriteLog /tmp/rewrite.log RewriteLogLevel 9 RewriteMap mymap prg:/tmp/rewrite.pl RewriteRule

[us...@httpd] RewriteRule failing when changing content-handlers

2010-06-29 Thread Greg Neujahr
][rid#17de4c8/initial/redir#1] (1) [perdir E:/cyg/wwwroot/] pass through E:/cyg/wwwroot/test.html Thanks again to anyone who has more thoughts on the matter. I'll be glad to test out specific options and configurations if you like, or if you need to see a full set of configs for

[us...@httpd] RewriteRule failing on windows when changing content-handlers

2010-06-29 Thread Greg Neujahr
nf --- NameVirtualHost *:80 ServerName dev.domain.com DocumentRoot "e:/cyg/wwwroot" RewriteLog d:/apache/logs/rewrite.log RewriteLogLevel 9 e:\cyg\wwwroot\oxfordv2\.htaccess - Options +

Re: [us...@httpd] vhost multiple error logs

2010-03-02 Thread Greg Cole
> On 02/03/2010 8:02 PM, Greg Cole wrote: >> How can I have multiple error logs based on virtual host names? >> >> something like this? >> >> NameVirtualHost *:80 >> >> >> VirtualDocumentRoot /Library/WebServer/Documents/%-3 >>

[us...@httpd] vhost multiple error logs

2010-03-02 Thread Greg Cole
How can I have multiple error logs based on virtual host names? something like this? NameVirtualHost *:80 VirtualDocumentRoot /Library/WebServer/Documents/%-3 ErrorLog logs/$HOSTNAME.error_log I have 11 host names and really only wish to have one VirtualHost section. Thanks, Greg

[us...@httpd] Re: des3 and vhosts

2009-07-29 Thread Greg Coit
I found a difference between the servers but have no idea if it's relevant. The live server is debian 64 bit, while dev is debian 32 bit. Anyone aware of issues with apache certificates and 64 bit Linux? Thanks! Greg -- Greg Coit System Administrator g...@chapterthree.com

[us...@httpd] des3 and vhosts

2009-07-13 Thread Greg Coit
1 vhost enabled with the des3 self-signed wildcard certificate, it works fine. it's just the combination of the des3 self-signed wildcard certificate and multiple vhosts that causes apache to die on a restart. And only on the one server - not the other. Any ideas? Thanks!!! -- Greg Coit Sy

RE: [EMAIL PROTECTED] Why do I need /var/www as DocumentRoot & www-data as www owner?

2008-09-03 Thread Greg Platt - Platt Consultants
Sent: Tuesday, September 02, 2008 11:15 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Why do I need /var/www as DocumentRoot & www-data as www owner? Greg Platt - Platt Consultants wrote: > I'm not arguing for or against what Debian did. One thing I can say is their &g

RE: [EMAIL PROTECTED] Why do I need /var/www as DocumentRoot & www-data as www owner?

2008-09-03 Thread Greg Platt - Platt Consultants
hat I concluded to begin with. It helps me feel I wasn't so stupid after all. ;) Also, I want to thank Eric Covener, Jo Yao and Lester Caine who also offered helpful (and confirming) responses to my question. Have a GREAT day, guys! Best Professional Regards, Greg Platt -Original Message

RE: [EMAIL PROTECTED] Why do I need /var/www as DocumentRoot & www-data as www owner?

2008-09-02 Thread Greg Platt - Platt Consultants
EMAIL PROTECTED] Sent: Tuesday, September 02, 2008 2:59 PM To: Greg Platt - Platt Consultants Cc: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Why do I need /var/www as DocumentRoot & www-data as www owner? I have no clue why the Debian Etch distribution is set up as you describe. I d

RE: [EMAIL PROTECTED] Why do I need /var/www as DocumentRoot & www-data as www owner?

2008-09-02 Thread Greg Platt - Platt Consultants
httpd.apache.org; [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] Why do I need /var/www as DocumentRoot & www-data as www owner? On Tue, Sep 2, 2008 at 4:44 PM, Greg Platt - Platt Consultants <[EMAIL PROTECTED]> wrote: > > Yes, I realize the DocumentRoot location can be changed. Inde

RE: [EMAIL PROTECTED] Why do I need /var/www as DocumentRoot & www-data as www owner?

2008-09-02 Thread Greg Platt - Platt Consultants
as www owner? On Tue, Sep 2, 2008 at 3:15 PM, Greg Platt - Platt Consultants <[EMAIL PROTECTED]> wrote: > I remember someone mentioning in a post I made weeks ago that the ownerships > and permissions on my web directories seemed odd. His remarks suggested he > thought all web d

RE: [EMAIL PROTECTED] Why do I need /var/www as DocumentRoot & www-data as www owner?

2008-09-02 Thread Greg Platt - Platt Consultants
Thanks for the reply, Brian. Yes, I think I'm fairly familiar with the role of httpd.conf. It is for example, where the virtual hosts were defined on RedHat in my earlier version of Linux. In fact I did have an occasional need to make changes to that file on my old RedHat implementation of Linux.

[EMAIL PROTECTED] Why do I need /var/www as DocumentRoot & www-data as www owner?

2008-09-02 Thread Greg Platt - Platt Consultants
I'm throwing in the towel on this question. I've been puzzling over how and why Apache changed its default document root location and trying to figure out how that would affect me for weeks now. But no matter how much research I do the best I've been able to do is to find occasional obtuse referenc

[EMAIL PROTECTED] Re: users Digest 11 Aug 2008 08:04:43 -0000 Issue 3286

2008-08-11 Thread Greg Creamean
Sander, I tried opening the file as admin and got the same error message. Thanks, Greg --- On Mon, 8/11/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Subject: users Digest 11 Aug 2008 08:04:43 - Issue 3286 > To: u

[EMAIL PROTECTED] Question

2008-08-09 Thread Greg Creamean
\conf\httpd.conf file make sure the path and file name are correct" How can I fix this problem? Thank you, Greg Creamean - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [EMAIL PROTECTED] zpx520.com hidden iframe in stock Win32 install?

2008-06-19 Thread Greg Mortensen
lf as the local default router. The iframe problem went away as soon as the machine was unplugged. Regards, Greg \|/ ___ \|/[EMAIL PROTECTED]+- 2048R/38BD6CAB -+ @~./'O o`\.~@| 02BD EF81 91B3 1B33 64C2 | /__( \___/ )__\

Re: [EMAIL PROTECTED] zpx520.com hidden iframe in stock Win32 install?

2008-06-18 Thread Greg Mortensen
but I noticed that this only happens on the server running on port 80. I also noticed that disabling mod_mime causes the data to go out properly. Regards, Greg \|/ ___ \|/[EMAIL PROTECTED]+- 2048R/38BD6CAB -+ @~./'O o`\.~

[EMAIL PROTECTED] zpx520.com hidden iframe in stock Win32 install?

2008-06-18 Thread Greg Mortensen
his? A virus and spyware scan came up OK on both machines. I haven't compiled this version from source yet, but I'm going to try that next. Regards, Greg \|/ ___ \|/[EMAIL PROTECTED]+- 2048R/38BD6CAB -+ @~./'O o`\.~@

Re: [EMAIL PROTECTED] Apache 2.2.8 on Solaris 10 (libgcc_s.so problems after compiling)

2008-03-06 Thread Greg W. Smith
penssl was my problem (it couldn't locate libgcc_s.so) I had to reconfigure openssl with the following: LD_OPTIONS=”-R/usr/local/lib –L/usr/local/lib”; export LD_OPTIONS ./Configure solaris-sparcv9-gcc –prefix=/usr/local shared Thanks for leading my down the right path. Greg Lloyd Parkes wr

Re: [EMAIL PROTECTED] Apache 2.2.8 on Solaris 10 (libgcc_s.so problems after compiling)

2008-03-05 Thread Greg W. Smith
Lloyd -- thanks for the information. I actually tried the LD_OPTIONS='-L/usr/local/lib -R/usr/local/lib' as well with no luck. I got the same output as you noted in your message. Greg Lloyd Parkes wrote: Greg W. Smith wrote: libgcc_s.so.1 => (f

[EMAIL PROTECTED] Apache 2.2.8 on Solaris 10 (libgcc_s.so problems after compiling)

2008-03-05 Thread Greg W. Smith
All -- I know there have been some messages in the past, however I have not run into this problem until I upgraded from Solaris 2.9 to Solaris 2.10. Everything seems to compile correctly however upon closer inspection libgcc_s.so.1 is not found at runtime. I am currently using gcc version 3.

[EMAIL PROTECTED] mod_dav -- Small Files Corrupt if locked first

2007-12-19 Thread Greg Wittel
thing > 8192 bytes protective locks are OK. I'm not sure if this was fixed in a later HTTPD, I don't have the option of upgading =/. I couldn't find anything in Bugzilla, and I've dumped the data posted to Apache via the DAV client, and that is correct. Any thoughts? Test

Re: [EMAIL PROTECTED] How to prevent from simple DoS?

2007-11-19 Thread Greg Boyington
On Nov 19, 2007 10:47 AM, Nick Kew <[EMAIL PROTECTED]> wrote: > On Mon, 19 Nov 2007 09:59:20 -0500 > "Greg Boyington" <[EMAIL PROTECTED]> wrote: > > > On Nov 19, 2007 3:21 AM, Christian Folini <[EMAIL PROTECTED]> > > wrote: > > > Hey Gr

Re: [EMAIL PROTECTED] How to prevent from simple DoS?

2007-11-19 Thread Greg Boyington
> Thanks. Hoped you had found the silver bullet though. :) Nope, sadly. Although I haven't attempted it myself, I've been wondering of late if using tcp wrappers in combination with httpd would be effective/advisable. On our FreeBSD systems, we use a little python script in combination with host

Re: [EMAIL PROTECTED] How to prevent from simple DoS?

2007-11-19 Thread Greg Boyington
On Nov 19, 2007 3:21 AM, Christian Folini <[EMAIL PROTECTED]> wrote: > Hey Greg, > > could you elaborate on this? How would you prevent this > attack with mod_access? In one case where an attack was under way but I didn't have access to the firewall, I added something

Re: [EMAIL PROTECTED] How to prevent from simple DoS?

2007-11-18 Thread Greg Boyington
On Nov 18, 2007 10:32 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Nov 18, 2007 10:28 AM, Ben Macintosh <[EMAIL PROTECTED]> wrote: > > Hi > > I'm currently facing a problem which I can't find any help for. > > Every once in a while, my webserver doesn't respond to requests > > anymore, i.e. the

Re: [EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-16 Thread Greg Boyington
On Nov 16, 2007 10:39 AM, Christian Folini <[EMAIL PROTECTED]> wrote: > On Fri, Nov 16, 2007 at 10:06:50AM -0500, Greg Boyington wrote: > > > - Play around with MaxRequestsPerChild. A typical value > > > > I will do -- I experimented with low values (100-1000) in

Re: [EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-16 Thread Greg Boyington
On Nov 16, 2007 2:19 AM, Christian Folini <[EMAIL PROTECTED]> wrote: > Hey Greg, Hi Christian, thanks for your response. > - Play around with MaxRequestsPerChild. A typical value I will do -- I experimented with low values (100-1000) in addition to 0, but nothing seemed to corre

[EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-15 Thread greg boyington
I have not (yet) posted this to the mod_perl list or freebsd-users, though I would be happy to do so if it's thought the problem might lie within those realms. Thanks! Greg - The official User-To-User support forum of

Re: [EMAIL PROTECTED] utf8 charset question

2007-05-10 Thread Greg Lindahl
to header(). Thus, I was not emitting a Content-Type header at all. So my personal problem is solved. And apache 2.0.58 is properly sending this Content-Type in the headers. -- greg - The official User-To-User support for

Re: [EMAIL PROTECTED] utf8 charset question

2007-05-10 Thread Greg Lindahl
m much more concerned that the .htaccess is apparently being ignored, but only for .cgi scripts. -- greg - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [EMAIL PROTECTED] utf8 charset question

2007-05-09 Thread Greg Lindahl
On Wed, May 09, 2007 at 09:33:17AM -0400, Joshua Slive wrote: > On 5/9/07, Greg Lindahl <[EMAIL PROTECTED]> wrote: > > >If I uncomment any one of the 3 commented lines. my .html pages all > >come out utf-8. But, no matter what, my cgi always is iso-8859-1. > > >

[EMAIL PROTECTED] utf8 charset question

2007-05-08 Thread Greg Lindahl
dahl/union/search.cgi, if you'd like to play. -- greg - 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 PROTECTE

[EMAIL PROTECTED] Multiple worker pools?

2007-01-23 Thread Greg Cox
Hi, I've got a cluster of 3 machines running Apache 2.0.52 (hello, stuck-on-RHEL4!) as a front-end to 2 Weblogic apps. One app (A) runs fine all the time; one app (B) will hold open weblogic connections to an outside vendor when said vendor explodes. When B blocks, it starts sucking up spare

[EMAIL PROTECTED] MP3 Access -- Log Analysis

2007-01-22 Thread Greg Sims
tedman.org/22Ref.txt. We can also see the side effects of all this in server-status http://raystedman.org/22Stat.txt. Any ideas? Thanks! Greg

[EMAIL PROTECTED] use apache to log email link clicks perjob, then redirect?

2007-01-02 Thread Greg
logged into the /pathprefix/jobnumberhere/log_file (where it would log the address in the querystring) and then redirected to: http://www.redirect.com Thanks for any advise you can give. Regards, Greg Y Marketing & ITO Design, Inc. 64 East Main Street, Somerville, NJ 088

[EMAIL PROTECTED] configure a catchall page for a website subdirectory?

2006-09-28 Thread Greg
; page for only that folder but keeping the url they requested intact. thanks, Greg - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

[EMAIL PROTECTED] Mod_rewrite proxying source ip address

2006-07-27 Thread Greg Boug
fashion that it will be recognised as the remote address? I think we are checking this via the REMOTE_ADDR environment variable... Oh, and one more thing, just to make life a little more fun: we can't just use a 30x redirect. Any help or ideas would be g

Re: [EMAIL PROTECTED] rotatelogs - fatal: libldap50.so: open failed

2005-10-06 Thread Greg Thomas
e already had to tell it to include that directory to get the files to compile and link, it would make sense for it to work out that it's going to need that directory when I run them, too! Greg -- This post represents the views of

[EMAIL PROTECTED] rotatelogs - fatal: libldap50.so: open failed

2005-10-04 Thread Greg Thomas
lib to the LD_LIBRARY_PATH in the bin/envvars file; I'm confident that is correct as if I run "rotatelogs -h" after doing a . bin/envvars at the command line it works fine. Is there something else I need to do? TIA, Greg -- This post represents the views of the author and does n

[EMAIL PROTECTED] Re: meta http-equiv useless??

2005-08-20 Thread greg wm
greg wm wrote: i used wget to copy the entire http://nonviolentpeaceforce.org site to http://nvpf.org/np. the former is in m$ asp, the latter captured as html. for example, http://nonviolentpeaceforce.org/spanish/welcome.asp was captured to http://nvpf.org/np/spanish/welcome.asp.html as you

[EMAIL PROTECTED] meta http-equiv useless??

2005-08-20 Thread greg wm
S to that, in hopes of avoiding the utf-8 default. the result was different, but similarly dissapointing: http://nvpf.org/np/t/spanish/welcome.asp.html well whatever, thunk i, no problem, i'll just find and replace. well ha. i haven't yet managed to craft sed to capture the buggers!