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:

Re: [users@httpd] php libraries

2012-11-06 Thread Jeff Dyke
On Tue, Nov 6, 2012 at 5:10 PM, Ben Johnson b...@indietorrent.org 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

Re: [users@httpd] php libraries

2012-11-06 Thread Jeff Dyke
On Tue, Nov 6, 2012 at 6:54 PM, Norman Fournier nor...@normanfournier.comwrote: On 2012-11-06, at 2:47 PM, Jeff Dyke wrote: On Tue, Nov 6, 2012 at 5:10 PM, Ben Johnson b...@indietorrent.org wrote: On 11/6/2012 3:56 PM, Norman Fournier wrote: Hello, I am upgrading my php from 4 to 5

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 joyd...@infoservices.in wrote: On Wed, 20 Jun 2012 17:44:04 +0530 J. Bakshi joyd...@infoservices.in 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

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] Please help - mod_fcgid: read data timeout in 31 seconds ?

2011-11-15 Thread Jeff Dyke
_SERVER[REQUEST_METHOD]       GET _SERVER[QUERY_STRING] no value _SERVER[REQUEST_URI]  /phpinfo.php _SERVER[SCRIPT_NAME]  /phpinfo.php _SERVER[PHP_SELF]     /phpinfo.php _SERVER[REQUEST_TIME] 1321408932 On Wed, Nov 16, 2011 at 2:10 PM, Jeff Dyke jeff.d...@gmail.com wrote: 31 seconds is likely

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 tec...@yahoo.com 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

Re: [users@httpd] mod_proxy and .htaccess

2011-05-17 Thread Jeff Dyke
On Tue, May 17, 2011 at 12:57 PM, --[ UxBoD ]-- ux...@splatnix.net wrote: - Original Message - - Original Message - - Original Message - On Tue, May 17, 2011 at 4:33 PM, --[ UxBoD ]-- ux...@splatnix.net wrote: Thanks for the though I must be doing

[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: Directory /path/to/directory / AllowOverride All Options All Limit DELETE GET PUT POST Order allow,deny

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

2009-10-05 Thread Jeff Dyke
, Jeff Dyke jeff.d...@gmail.com wrote: 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: Directory /path/to/directory / AllowOverride All Options All Limit

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

2009-10-05 Thread Jeff Dyke
On Mon, Oct 5, 2009 at 8:45 PM, Jeff Dyke jeff.d...@gmail.com wrote: On Mon, Oct 5, 2009 at 8:21 PM, Dick Davies rasput...@hellooperator.netwrote: 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). Thanks

[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