Re: [users@httpd] Restrict Access to a set of IP in a specific URL

2014-01-18 Thread Jeff Dyke
Remember that IPs are easily spoofed. but we all do it, and the access restrictions are so much cleaner, as well as other things in apache2.4, so if you can i'd upgrade. You're obviously building these as VHosts, so they can go int the virutual host container, but you want this page: http://httpd.

Re: [users@httpd] php libraries

2012-11-06 Thread Jeff Dyke
On Tue, Nov 6, 2012 at 6:54 PM, Norman Fournier wrote: > On 2012-11-06, at 2:47 PM, Jeff Dyke wrote: > > On Tue, Nov 6, 2012 at 5:10 PM, Ben Johnson wrote: > >> >> >> On 11/6/2012 3:56 PM, Norman Fournier wrote: >> > Hello, >> > >> > I

Re: [users@httpd] php libraries

2012-11-06 Thread Jeff Dyke
On Tue, Nov 6, 2012 at 5:10 PM, Ben Johnson wrote: > > > On 11/6/2012 3:56 PM, Norman Fournier wrote: > > Hello, > > > > I am upgrading my php from 4 to 5 on OSX 10.4. The upgrade docs pointed > me to the Apache UNIX install guide. I uncommented the appropriate sections > of httpd.conf but php 4x

Re: [users@httpd] How to collect username from http header ?

2012-06-20 Thread Jeff Dyke
On Wed, Jun 20, 2012 at 8:24 AM, J. Bakshi wrote: > On Wed, 20 Jun 2012 17:44:04 +0530 > "J. Bakshi" wrote: > >> Dear list, >> >> I have a git setup where user can authenticate via https based on htpasswd >> authentication. >> I need some more fine tuning ; hence I like to know the username for

Re: [users@httpd] Please help - mod_fcgid: read data timeout in 31 seconds ?

2011-11-15 Thread Jeff Dyke
_html/phpinfo.php > _SERVER["PHP_FCGI_CHILDREN"]    8 > _SERVER["PATH"] /bin:/usr/bin > _SERVER["PWD"]  /home/phpwiki/fcgi-bin > _SERVER["SHLVL"]        0 > _SERVER["PHP_FCGI_MAX_REQUESTS"]        5000 > _SERVER["FCGI_ROLE&

Re: [users@httpd] Please help - mod_fcgid: read data timeout in 31 seconds ?

2011-11-15 Thread Jeff Dyke
31 seconds is likely not a coincidence that its a default timeout to a lot of things, core PHP included. I know every little about PHPWiki, but suspect its trying to connect to something and the default timeout it giving up after 30 seconds. This is an interesting setting: IPCCommTimeout 31 what

Re: [users@httpd] Starting/Stopping Apache via an API

2011-09-19 Thread Jeff Dyke
On Mon, Sep 19, 2011 at 2:07 PM, Tech Newbie wrote: > I am aware of the way to start/stop Apache via apachectl, both locally and > remotely via SSH. > > Is there some generic unix API, perhaps related to /sbin/service, that I can > remotely programmatically start Apache without exec'ing apachectl

Re: [users@httpd] mod_proxy and .htaccess

2011-05-17 Thread Jeff Dyke
On Tue, May 17, 2011 at 12:57 PM, --[ UxBoD ]-- wrote: > - Original Message - >> >> - Original Message - >> > - Original Message - >> > > On Tue, May 17, 2011 at 4:33 PM, --[ UxBoD ]-- >> > > >> > > wrote: >> > > > Thanks for the though I must be doing something wrong as I

Re: [us...@httpd] DELETE method

2009-10-05 Thread Jeff Dyke
On Mon, Oct 5, 2009 at 8:45 PM, Jeff Dyke wrote: > > On Mon, Oct 5, 2009 at 8:21 PM, Dick Davies > wrote: > >> What's in the directory? If it's a filesystem, apache won't let you DELETE >> (unless you have it DAV enabled or something like that). >>

Re: [us...@httpd] DELETE method

2009-10-05 Thread Jeff Dyke
compatible scripts in that directory. At first was just setting: Order allow,deny Allow from all The the delete request is called on a url like http://example.org/wsgi/image.py/image/2. Is there a different way this type of request needs to be configured. Jeff > On Tue, Oct 6, 2009 at 1:15

[us...@httpd] DELETE method

2009-10-05 Thread Jeff Dyke
I'm trying to put together a REST-ful application and am having a hard time getting apache configured to take DELETE's. I have in the virtual host file: AllowOverride All Options All Order allow,deny Allow from all I only added this

[us...@httpd] mod deflate - an unknown filter was not added: DEFLATE

2009-08-19 Thread Jeff Dyke
I have a few servers, one is new running Apache/2.2.13 and the others are currently running Apache/2.2.11 both have a statically built mod_deflate which shows up in `apachectl -l`, but I'm am unable to enable the deflate fliter on the servers running Apache/2.2.11. On two of the servers (one 2.2.1