[users@httpd] prefork vs worker mpm in apache

2015-11-03 Thread Tim Dunphy
Hey guys, We had to recompile apache 2.4.12 because we needed to disable thread safety in php (ZTS). Because for some reason when compiling php with the --disable-maintainer-zts with the worker mpm model and checking the php info page, it was saying that thread safety was still enabled. So when

[users@httpd] exclude website from directory rules

2015-06-02 Thread Tim Dunphy
Hi all, There is a generic Directory index rule at Apache level like below that is expecting the serving domain to point to any of below files. How can I add filter on this rule for *example-website.com *so its ignored for specific domain DirectoryIndex inde

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
thz_host.so LoadModule status_module modules/mod_status.so Thanks, Tim On Thu, Mar 19, 2015 at 7:57 PM, Yann Ylavic wrote: > On Thu, Mar 19, 2015 at 9:51 PM, Tim Dunphy wrote: > >> mod_status loaded? > > > > > > Yep! > > > > [root@uszwsls00015la

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
Hello Kees, Thanks for that suggestion. Not sure if I understood you correctly, but this is what I tried: #Mod_status config ExtendedStatus on ServerAdmin webmas...@nbcuni.com DocumentRoot/opt/apache2/htdocs/hcphp.nbc.com ServerName hcphp.nbc.com ServerAlias

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
39 PM, Eric Covener wrote: > On Thu, Mar 19, 2015 at 4:26 PM, Tim Dunphy wrote: > > I'm still not sure why this is happening. Any help/clues would be > > appreciated! > > > mod_status loaded? &

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
is all assuming that the access denied he is getting is from >>> http://$(hostname>>-i)/server-status and "server-status" is the html >>> page of the code he posted. Not when clicking on the healthcheck.php href >>> link. >>> >>> >>> Robe

Re: [users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
gt; This is all assuming that the access denied he is getting is from >> http://$(hostname>>-i)/server-status and "server-status" is the html >> page of the code he posted. Not when clicking on the healthcheck.php href >> link. >> >> >> Robert >&g

[users@httpd] apache 2.4 allow by IP

2015-03-19 Thread Tim Dunphy
Hey all, I'm attempting to setup the server-status module and limit access to it by IP. So I have this block in my apache configuration file: #Mod_status config ExtendedStatus on SetHandler server-status Require ip 10.10.10.5 127.0.0.1 And if I do a GET by IP, I'm getting permiss

Re: [users@httpd] apache 2.4 Require IP

2015-02-04 Thread Tim Dunphy
Great. Thank you gentlemen! I'll add the module tomorrow. Regards, Tim Sent from my iPhone > On Feb 4, 2015, at 10:10 PM, Eric Covener wrote: > >> On Wed, Feb 4, 2015 at 4:41 PM, Daniel wrote: >> you forgot to load the module proper > > The module that implements "ip" is mod_authz_host. > >

[users@httpd] apache 2.4 Require IP

2015-02-04 Thread Tim Dunphy
Hey all, I need to allow access to a list of IPs to the server-status of some hosts. I tried out the new syntax I used according to this document: http://httpd.apache.org/docs/current/mod/mod_authz_host.html So I have my server-status block set like this: SetHandler server-status Req

Re: [users@httpd] Apache 2.4 This webpage has a redirect loop

2015-01-03 Thread Tim Dunphy
mostly abusing mod_rewrite - you should use > FallbackResource instead, or just add a RewriteCond before the rule to > prevent loops in the per directory context. > > Frank > > On Wed, Dec 31, 2014 at 1:45 PM, Tim Dunphy wrote: > >> Hey all, >> >> OK so I hav

[users@httpd] Apache 2.4 This webpage has a redirect loop

2014-12-31 Thread Tim Dunphy
Hey all, OK so I have a website that's entering a re-direct loop that prevents the site from working. The site's default behavior is to go from / to site/universalpictures. And from there it enters the redirect loop and stops working. Here's the vhost for the site in question: Documen

[users@httpd] Directory index forbidden by Options directive

2011-09-18 Thread Tim Dunphy
Hello list, I am writing today because I have an apache configuration which is forbidding permissions to the document root, tho I am unclear as to why. The server is a centos 5.6 i686 machine. When I hit the page this is what I see in the error logs: [Sun Sep 18 21:11:57 2011] [error]

[users@httpd] nfs webroot 403's

2011-06-01 Thread Tim Dunphy
hello list!! the reason I'm writing you guys today is that I'm looking to solve an issue I am having with apache on a centos 5.5 box. The situation is this.. I am sharing the webroot for a few sites in a test environment on an NFS share. This is the share: nas2:/mnt/store/web 1.4T 225G 10

[users@httpd]

2011-06-01 Thread Tim Dunphy
- 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.org " from the digest: users-diges

[users@httpd] apache rewrites

2011-04-21 Thread Tim Dunphy
hello list!! I am attempting to setup apache rewrites for a new cobbler server. however this doesn't seem to be working the way I have this setup, and I would appreciate any input you may have to offer.. ## machine info [root@VIRCENT14 cobbler]# cat /etc/redhat-release CentOS release 5.6 (Fi