Re: [users@httpd] Directory access control by referer and password auth

2012-12-24 Thread Wade Evans
Are you certain that this will suit your security needs? HTTP_REFERRER is easy to spoof... On Mon, Dec 24, 2012 at 5:10 PM, Andrey Utkin < andrey.krieger.ut...@gmail.com> wrote: > I need to control access to particular directory with following logics: > if HTTP_REFERER is certain site (but no

Re: [users@httpd] My message to this list is being blocked as "SPAM"

2012-08-02 Thread Wade Evans
I recommend mailing from a different domain name. "12 letter domain" is still considered to be a significant indicator by the makers of spamassassin. -w On Thu, Aug 2, 2012 at 3:35 PM, Ben Johnson wrote: > On 7/26/2012 5:28 PM, Ben Johnson wrote: > > The returned message: > > > >

Re: [users@httpd] httpd - Get 200 but no data.

2011-12-08 Thread Wade Evans
RJ, > What am I doing wrong in the configuration? Can you share with us a bit of your configuration? Thanks - Wade On Thu, Dec 8, 2011 at 11:16 AM, R J wrote: > Hi, > > I am new to httpd. I am using httpd and mod_jk for load balancing. I am > running it under sticky bit configuration. I hav

Re: Re: Re: [users@httpd] apache setup questions

2011-11-23 Thread Wade Evans
Yay! On Wed, Nov 23, 2011 at 3:02 PM, Tim Streater wrote: > On 23 Nov 2011 at 21:45, Wade Evans wrote: > > > My naive recommendation is to stop using CGI, and use the PHP module > > instead... to swim with the current, not against it. > > Wade, > > Thanks for that

Re: Re: [users@httpd] apache setup questions

2011-11-23 Thread Wade Evans
v 23, 2011 at 1:26 PM, Tim Streater wrote: > On 23 Nov 2011 at 20:39, Wade Evans wrote: > > > If all you want to do is run PHP scripts to service AJAX requests, why > not > > load the php module, set the type handler, and move on to a more > > interesting problem? > &

Re: [users@httpd] apache setup questions

2011-11-23 Thread Wade Evans
If all you want to do is run PHP scripts to service AJAX requests, why not load the php module, set the type handler, and move on to a more interesting problem? -w On Wed, Nov 23, 2011 at 12:22 PM, Tim Streater wrote: > I'm looking at how apache is set up under OS X Lion and Snow Leopard. It >

Re: [users@httpd] Images not displaying in localhost

2011-11-13 Thread Wade Evans
That is a browser error message, not something from the web server. Firefox has historically had problems with spurious error messages on images being caused by plug-ins and extensions. I suggest trying with curl, wget, or another browser before focusing on apache. I run apache 2.2 under windows

Re: [users@httpd] Don't allow users to upload files

2011-10-20 Thread Wade Evans
Hugo, If you are allowing users to upload files, and you also have content type handlers and activated modules for executing scripts, you are creating a big window of opportunity for your site to get hacked. In the specific example you cite (PHP), you can do something about it by focusing on the