[users@httpd] Web file location?

2014-07-25 Thread Brad Harris
just give the single user account ownership on both directories. Let me know how you guys are doing things. Brad Harris Senior Windows System Engineer Masco Cabinetry Kraftmaid(r) | Merillat(r) | QualityCabinets(r) | DENOVA(r) 4600 Arrowhead Drive Ann Arbor, MI 48105 brad.har...@mascocabinet

RE: [users] Only allow access from specific domains?

2014-06-04 Thread Brad Harris
extension how easy it is to bypass. Is there another way to do this? Brad -Original Message- From: Walter H. [mailto:walte...@mathemainzel.info] Sent: Wednesday, June 04, 2014 7:12 AM To: users@httpd.apache.org Subject: Re: [users] Only allow access from specific domains? On 03.06.201

[users] Only allow access from specific domains?

2014-06-03 Thread Brad Harris
esponsecode 403 for /var/www/html/... So based on that line in the error log I would assume it's workingit just isn't redirecting, and it's slowing the site down. Any help would be greatly appreciated! Thanks, Brad ---

[users@httpd] vhosts go to default

2013-08-22 Thread brad
New Gentoo server and my config appears correct but all domains are being sunk into default. When accessing: http://ipv6mailer.com/index.html 404 URL /index.html was not found on this server. dev-box-201 ~ # ls -l /home/ipv6mailer/www/ -rw-r--r-- 1 root root 45 Aug 23 04:05 index

RE: [users@httpd] Apache on Windows NFS Mount

2012-09-28 Thread Brad Baker
pache on Windows NFS Mount On Fri, Sep 28, 2012 at 4:50 PM, Brad Baker wrote: > Thanks but this is for UNC/SMB/CIFS (which I already have working - > albeit performance is awful). I'm trying to use NFS. It seems that you have some shared symptoms -- the service environment you're

RE: [users@httpd] Apache on Windows NFS Mount

2012-09-28 Thread Brad Baker
pache on Windows NFS Mount On Fri, Sep 28, 2012 at 3:42 PM, Brad Baker wrote: > I'm trying to get apache on windows 2008 R2 to work with an NFS mount > as the document root. I have done the following: See if this helps: http://httpd.apache.org/docs/2.4/platform/windows.

[users@httpd] Apache on Windows NFS Mount

2012-09-28 Thread Brad Baker
I've also configured EnableMMAP off and EnableSendfile off which I believe is suggested for network file systems. That doesn't help (either with SMB or NFS). Can anyone help me understand why this is failing? Thanks Brad

[us...@httpd] RE: Rails via mongrel, always getting 404

2010-11-13 Thread Brad Hodges
I found the problem https://rails.lighthouseapp.com/projects/8994/tickets/4690-mongrel-doesnt-work-with-rails-238 The fix I used is here http://gist.github.com/471663 all is well From: Brad Hodges [mailto:b...@tvdco.com] Sent: Saturday, November 13, 2010 6:18 AM To: 'users@httpd.apach

[us...@httpd] Rails via mongrel, always getting 404

2010-11-13 Thread Brad Hodges
I can't get my Rails app served up on Apache2.2 running on Windows via mongrel. At some level it is working, I can get my Rails app to receive requests from mongrel, and the Rails app appears to be happy, but Apache always returns 404 not found. I'm using mod_proxy like so: NameVirtualHost

Re: [us...@httpd] child recycling

2010-09-28 Thread Brad Lira
1 PM, Eric Covener wrote: > On Mon, Sep 27, 2010 at 5:09 PM, Brad Lira wrote: >> hello, >> >> when the MaxRequestsPerChild has reached, and the child is killed, >> does the is_graceful variable set in worker.c? > > It doesn't appear so > >> If so, how

[us...@httpd] child recycling

2010-09-27 Thread Brad Lira
recycled. appreciate your help. thanks, brad. - 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

[us...@httpd] child recyle

2010-09-24 Thread Brad Lira
recycled. appreciate your help. thanks, brad. - 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] segmentation fault at ap_mpm_pod_check at read

2010-08-18 Thread Brad Lira
thanks, On Tue, Aug 17, 2010 at 1:52 PM, Jeff Trawick wrote: > On Tue, Aug 17, 2010 at 10:40 AM, Brad Lira wrote: > >> I am getting segmentation fault at ap_mpm_pod_check at pod.c : 54 >> function rc = read(fd, &c, 1); > > > no, the crash is happening on some o

[us...@httpd] segmentation fault at ap_mpm_pod_check at read

2010-08-17 Thread Brad Lira
Hi all, I am getting segmentation fault at ap_mpm_pod_check at pod.c : 54 function rc = read(fd, &c, 1); I am using 2.2.14, I googled and the problem was there in 2.2.3. Does anyone know if this was fixed post 2.2.14? thanks,

[us...@httpd] building prm from apache tarball

2010-04-27 Thread Brad Lira
hi, how to build an rpm package from apache tar ball? thanks,

Re: [us...@httpd] ap_hook_monitor

2010-03-26 Thread Brad Lira
thanks Sander, it works. On Fri, Mar 26, 2010 at 12:25 AM, Sander Temme wrote: > > On Mar 25, 2010, at 8:36 PM, Brad Lira wrote: > > > does anyone has an example of ap_hook_monitor, > > thanks in advance. > > > http://svn.apache.org/repos/asf/http

[us...@httpd] ap_hook_monitor

2010-03-25 Thread Brad Lira
does anyone has an example of ap_hook_monitor, thanks in advance.

Re: [us...@httpd] metrics on apache httpd

2010-03-23 Thread Brad Lira
: > > On Mar 22, 2010, at 2:52 PM, Brad lira wrote: > > hello, >> does anyone know how to get the following metrics: >> >> - number of connected clients >> - number of active clients >> - number of idle clients >> >> thanks, >> hash

[us...@httpd] metrics on apache httpd

2010-03-22 Thread Brad lira
hello, does anyone know how to get the following metrics: - number of connected clients - number of active clients - number of idle clients thanks, hash

[us...@httpd] collecting metrics from each process

2010-03-22 Thread Brad lira
Hello, I would like to know how many processes are running and threads within each process and then call a function in each process to read the same variable? how would one go about doing this? thanks, hash

Re: [us...@httpd] disable linking with libssl

2010-02-25 Thread Brad Cagle
Solved. My Build system had an old libapr that is dependant on libssl.. I configure apache like this now: ./configure --with-included-apr This will tell make to build/and install the apr include with apache 2.2.14 Thanks 2010/2/25 Igor Galić > > - "Brad Cagle" wrote: >

[us...@httpd] disable linking with libssl

2010-02-24 Thread Brad Cagle
Im building the httpd binary for a system that does not have libssl, and It can not have libssl. Any ideas??? -- Brad Cagle Vice President of Research & Development Innovative Converged Technologies, Inc. http://www.vistaplex.com Office: 817-457-2053 x208 Mobile: 469-360-6625 "Everybody

[EMAIL PROTECTED] Using mod_rewrite and mod_cache together

2008-08-01 Thread Brad Plant
. Thanks in advance. Cheers, Brad - 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] Configure Options Not Recognized

2008-07-08 Thread Brad Isbell
ng happens when I use --enable-modules=ssl) Carlos Eduardo Maiolino wrote: Hey Brad, I'm not use the apache in the last months, but, I think you can use the --with-modules=ssl try `./configure --help | less` to show all options and verify your sintax ok ? See you, Bye. On Tue, Jul

[EMAIL PROTECTED] Configure Options Not Recognized

2008-07-08 Thread Brad Isbell
I'm trying to compile apache (httpd-2.2.9) with ssl support on CentOS 4.6. I run: # ./configure --prefix=/opt/apache2 --enable-ssl and I see: configure: WARNING: Unrecognized options: --enable-ssl So I figure maybe I would just enable all the modules with this command: # ./configu

[EMAIL PROTECTED] Re: users Digest 27 Jun 2006 11:29:42 -0000 Issue 2505

2006-06-27 Thread Brad Bowman
mation on one site, with nothing to back it up, I figured i'd   see what you guys had to say about that. Thanks in advance for your time. -Brad Bowman Where is the .htaccess located?  In the DocumentRoot or in the cgi-bin directory? The easiest fix for this would be to put the RewriteRule&#

[EMAIL PROTECTED] mod_rewrite combined with scriptalias

2006-06-26 Thread Brad Bowman
but since I was only able to find the information on one site, with nothing to back it up, I figured i'd see what you guys had to say about that. Thanks in advance for your time. -Brad Bowman - The official User-To-User

Re: [EMAIL PROTECTED] Apache eating memory

2006-05-15 Thread Brad Greenlee
I think this is the article: http://virtualthreads.blogspot.com/2006/02/understanding-memory-usage-on-linux.html -b Bob Kinney wrote: It seems to me that I recently read about this apparent (literally) issue. I think it was on one of Red Hat's magazines. It had to do with diparities in the wa

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-14 Thread Brad Greenlee
followed by a slash, but we don't. But I'm certain that it is using the old egrep-style regexes rather than PCRE. Maybe I should file a bug with the Debian folks, since this is just a standard Debian package installation. Anyone else using the Debian package for whom PCRE is wor

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-13 Thread Brad Greenlee
Nope. Although technically I want "^/foo", right? Neither works anyway. Is there any way I can trace what Apache is doing like I can with RewriteLog? I've tried setting the LogLevel to debug, but that doesn't give me any particularly helpful info. Hmm...so this ugly thing actually seems to wo

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-13 Thread Brad Greenlee
ried tricks with SetEnvIf and Satisfy Any, but to no avail. /foo isn't a physical directory, btw...this is a rails application, and foo actually maps to a controller. Cheers, Brad Bill Jones wrote: On 5/13/06, Brad Greenlee <[EMAIL PROTECTED]> wrote: I'm trying to have

[EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-13 Thread Brad Greenlee
this is the standard Debian package and I haven't seen any other posts complaining about this. I've included info about my installation below. Cheers, Brad $ /usr/sbin/apache2 -V Server version: Apache/2.0.54 Server built: Sep 5 2005 11:15:09 Server's Module Magic Number: 20020

Re: [EMAIL PROTECTED] Apache 2.0.53 large file problem

2006-01-19 Thread Brad Brown
m on the Mac. There was a patch for 2.0.54 I think. Or you could just jump to 2.0.55 which solves the problem. Brad - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.ht

[users@httpd] Restart Errors (apache 2.0.50)

2005-06-08 Thread brad bowman
e could be, so I can stop it from happening or at least a _FAST_ way to get apache back up and running if/when it does happen, so I don't have to enter "oh crap the server is down" mode. any input would be appreciated thanks, brad bowman ---