askapache
Forum Replies Created
-
Forum: Plugins
In reply to: AskApache keeps asking user for username and pass when logging outif you provide the curent askapache section from both htaccess files I can help more…
Forum: Plugins
In reply to: AskApache keeps asking user for username and pass when logging outsorry, I’m still working on the upgrade… it sounds to me like it will work on your site, you’ll have to set it up right though, the WP-login mod for e,ample.
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] 404.php template detectionHmm not sure..
Forum: Everything else WordPress
In reply to: Decent securityMight be finished in a few hours… have to remember to keep it simple.. being a perfectionist is a disability at times…
Anything I can fix for you for this release? Email me webmaster at askapache.com
Forum: Fixing WordPress
In reply to: Permalink custom structure: how to get rid of path to blog string?#BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /site_wc/blog_wp1/index.php [L] </IfModule> # END WordPressForum: Everything else WordPress
In reply to: Decent securityValid points all around. I’m working on an upgrade now.
Forum: Everything else WordPress
In reply to: SuexecSuexec shouldn’t be causing these problems if i5s setup right.. I use suexec on all of my servers.
Sounds to me like a permissions issue… make sure that the owner and group are correct on all the files/folders in your docroot. Also make sure the permissions of the files/folders are correct. Like the docroot folder is 751 or 755, the php files are 644, and check the php interpreter.
If you can, set up logging for Apache and that will tell u quickly what u need to do.
Finally, it may just be a simple matter of modifying your httpd.conf file settings like max servers.
Or it could be that the system is setup to allow 5he nobody user that runs Apache to have much larger limits like how many processes and files are allowed open at one time- when using suexec the server will run as the user who owns the docroot, and that user might have much more restrictive limits. See limits.conf.
There is a lot of info about this stuff at AskApache if you don’t mind hard work.
Good luck!
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Can I bypass ‘ Not caching wp-admin requests.’It works really well for small blogs like AskApache.com, which has around 300 pages and gets 10k visitors/day avg. But I personally don’t use wp-cache, I prefer the leaner hyper-cache (plugin) method.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Can I bypass ‘ Not caching wp-admin requests.’Those are some good points donncha, this is a niche type of plugin that isn’t for all sites.
I’ve been going over the w3-cache plugin with the author, and it may render this plugin redundant.
It’s such neat code though that I’m sure we can find a use for it.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Can I bypass ‘ Not caching wp-admin requests.’I’m on it.. its about time for an upgrade.. once I get AskApache online (dreamhost terminated my whole account without warning) ill get the upgrade Out around the 6th. Any other feature requests?
And could you email me more log output webmaster@askapache.com
Works perfect for me running 2.9-rare.. one of the most useful plugins I’ve seen, Great Work! Should be added to the core code.
Forum: Fixing WordPress
In reply to: [Plugin: AskApache Google 404] Plugin is not workingthe fix was:
$wpdb->hide_errors(); $wpdb->query('ALTER TABLE '.$wpdb->posts.' ENGINE = MYISAM;'); $wpdb->query('ALTER TABLE '.$wpdb->posts.' DROP INDEX post_related'); $wpdb->query('ALTER TABLE '.$wpdb->posts.' ADD FULLTEXT post_related ( post_title , post_content )'); $wpdb->show_errors();Forum: Fixing WordPress
In reply to: [Plugin: AskApache Google 404] Plugin is not working4.7.2.1 .. hope thats the last emergency bug for today..
Forum: Fixing WordPress
In reply to: [Plugin: AskApache Google 404] Plugin is not workingfixed.
the google results won’t show up for http://www.beatlesbible.com/asfiohjsgdalihi but will show up for something like:
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] 404.php template detectiondsean, that is an excellent idea, I added a few more changes to 4.7.2 before I read this, and barring any emergency quick-fix updates your suggestion to specify any file or use it in any template will be included for 4.7.3. It’s a major major major change in the code from 4.7+ vs any previous versions, and there is alot of refactoring to do, I didn’t even bother to prettify the source code, Its beta so thanks for helping find bugs, I added some comments and questions in the php source code where I am struggling or could use some help if anyone wants to take a look.
Oh, I noticed that google-search-api key problem when I upgraded too, thats fixed for 4.7.2