New Version of Password Protection Plugin
« Pimp out your FeedBurner CountOnline Tool compares Packer, JSMin, Dojo, and YUI Compressor »
I added file revisioning support to .htaccess files, so that every time you update or change the .htaccess files it saves the old copy. The next release will provide a DIFF view of the differences. Version 4.7 Almost Done
You can view the plugins home page, or view it on the wordpress.org site.
Also fixed all the bugs I was notified about or found, and provided the option to bypass some of the testing if you know your server supports something.
I have to get back to my real job now :) but for the next release I’m going to add a whole user-management area to add and remove users and groups from .htpasswd files.
Then it will be ready to start using the advanced SID’s like mod_security..
:p
« Pimp out your FeedBurner Count
Online Tool compares Packer, JSMin, Dojo, and YUI Compressor »
Please consider donating to support active development of the free software and articles here.![]()
The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Tim Berners-Lee
The plugin looks very cool overall. I couldn’t get it to function with WordPress 2.71.
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323 Warning: join() [function.join]: Bad arguments. in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326 Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323 Warning: join() [function.join]: Bad arguments. in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326 Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323
Hi
I try to use the plugin on my wordpress 2.7 (2.7.1) but it throughs me the following errors:
Warning: join() [function.join]: Bad arguments. in /var/web/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326 Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/web/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323 Warning: join() [function.join]: Bad arguments. in /var/web/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326
On the test page all lights are green (except mod_security which is yellow). Can you see anything from these errors?
/Thomas
Any update on when 4.7 will be released?
Been trying to install the plugin onto a wordpress server that lives on an Apple server. setup is telling me it can’t find mod_auth_digest, when that plugin is installed, however under a slightly different name as “mod_auth_digest_apple.so” any ideas on how to make this slightly different module work with your plugin?
Hi AskApache,
I have installed the latest version of this plugin. I think the test prior to using the plugin is excellent.
When I first ran the test, it failed on mod_auth_digest. After uncommenting the “Load Module” on httpd.conf file and restarting the server, php info displayed “mod_auth_digest” as one of the Loaded module. However, when I reran the test, it still reported the same issue as the first run, i.e.
[mod_auth_digest_support] => 0 ... Now we know the encryption and apache module capabilities of your site. This test literally logs in to your server using Digest Authenticationts, providing the ultimate answer as to if your server supports this scheme. [fail ] Major bummer... you don't have mod_auth_digest! (included in apache since 1.1)
It’d be great if you could point out if there is anything else required to install mod_auth_digest for Password Protection to work.
Many thanks.
Julie
Invalid command ‘AuthDigestFile’, perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.askapache.com
In Apache 2.2 AuthDigestFile has been changed to AuthUserFile. If running httpd 2.2.x change all occurrances in the plugin file
I use your plugin and am very happy with it but am reluctant to upgrade to 4.5 until we see some more information on changes plus any special instructions when performing the upgrade itself.
Hope to see something shortly as I am keen to move to the later version.
Whilst I’m here… thanks a mil for your excellent contributions to the WP community.
R
It's very simple - you read the protocol and write the code. -Bill Joy
HTML | DCMI | GRDDL | XOXO | XDMP | XFN | DOM | XML | XHTML 1.1 Strict | CSS 2.1 | W3C | TLDP | WAI | DISA | ICSI | GIAC | SANS RR | GHOST | DEFCON | NIST | DHS CYBER | NIST
↑ TOPExcept where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License, just credit with a link.
This site is not supported or endorsed by The Apache Software Foundation (ASF). All software and documentation produced by The ASF is licensed. "Apache" is a trademark of The ASF. HTTPD based on NCSA HTTPd
Fsockopen and all the encryption tests passed but a few of the other things didn’t.
It may be from WordPress being in a subdirectory but the index.php in the site root. I tried the hack described in the WordPress forum by changing line 1545 of the code from
to
but that didn’t solve the problem.
My host isInMotion Hosting and I think all the necessary capabilities are in effect.
Do you have any suggestions. I was really hoping to be able to use this.
If not, do you have any basic advice for me to manually install some http authentication somehow?
Thanks.