Handling POST requests for non-CGI resources

2005-04-18 Thread cramirez
I'm writing a module that needs to allow static pages (resources) to accept a POST method. The actual data that is POSTed is handled at the authentication phase. Dynamic webpages work fine but static pages (html, images, word, excel) handled by my authentication module end in Method Not Allowe

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-22 Thread cramirez
Shannon Eric Peevey wrote: Carlos Ramirez wrote: Oops, I sent the wrong diff. I also updated the module on my site. http://www.quantumfx.com/software/modules/Apache-AuthenSmb.pm -Carlos Carlos Ramirez wrote: Included is the diff of the current 0.71 version the my mods. The mods include the fo

Building Apache2/modperl2 statically linked

2003-11-28 Thread cramirez
How does one go about compiliing mod_perl 2 statically with Apache 2.0.48. I compiled Apache 2 and installed mod_perl 1.99_11. I am able to load mod_perl via DSO. However, I would like to have mod_perl staically compiled with Apache2. The installation docs are not that clear. Here are the step

Apache::AuthenSmb on Windows

2003-11-05 Thread cramirez
Has anyone been able to use Apache::AuthenSmb on Windows? I'm trying to setup our UNIX Apache environment on a Windows box, but I'm having trouble compiling Authen::Smb. Actually, a better question might be, does anyone have any ideas on the best approach of implementing web authentication a

Re: authentication with smb

2003-11-05 Thread cramirez
Awhile back, I encountered this same problem and found a solution from Matt Arnold's mod_perl post, which I cannot locate at the time. Anyhow, here's the fix that I've been using in our production environment. 1. Update Authen::Smb like so: use Fcntl qw(:flock); ... open S, "> /full/path/to/A