Title: askapache's Replies - page 4 | WordPress.org

---

# askapache

  [  ](https://wordpress.org/support/users/askapache/)

 *   [Profile](https://wordpress.org/support/users/askapache/)
 *   [Topics Started](https://wordpress.org/support/users/askapache/topics/)
 *   [Replies Created](https://wordpress.org/support/users/askapache/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/askapache/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/askapache/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/askapache/engagements/)
 *   [Favorites](https://wordpress.org/support/users/askapache/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 46 through 60 (of 137 total)

[←](https://wordpress.org/support/users/askapache/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/askapache/replies/?output_format=md) [2](https://wordpress.org/support/users/askapache/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/askapache/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/askapache/replies/page/5/?output_format=md)…
[8](https://wordpress.org/support/users/askapache/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/askapache/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/askapache/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/askapache/replies/page/5/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [AskApache keeps asking user for username and pass when logging out](https://wordpress.org/support/topic/askapache-keeps-asking-user-for-username-and-pass-when-logging-out/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/askapache-keeps-asking-user-for-username-and-pass-when-logging-out/#post-1508887)
 * if you provide the curent askapache section from both htaccess files I can help
   more…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [AskApache keeps asking user for username and pass when logging out](https://wordpress.org/support/topic/askapache-keeps-asking-user-for-username-and-pass-when-logging-out/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/askapache-keeps-asking-user-for-username-and-pass-when-logging-out/#post-1508882)
 * sorry, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] 404.php template detection](https://wordpress.org/support/topic/plugin-askapache-google-404-404php-template-detection/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-askapache-google-404-404php-template-detection/#post-1155080)
 * Hmm not sure..
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Decent security](https://wordpress.org/support/topic/decent-security/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/decent-security/#post-1462121)
 * Might 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalink custom structure: how to get rid of path to blog string?](https://wordpress.org/support/topic/permalink-custom-structure-how-to-get-rid-of-path-to-blog-string/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/permalink-custom-structure-how-to-get-rid-of-path-to-blog-string/#post-1462099)
 *     ```
       #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 WordPress
       ```
   
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Decent security](https://wordpress.org/support/topic/decent-security/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/decent-security/#post-1462085)
 * Valid points all around. I’m working on an upgrade now.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Suexec](https://wordpress.org/support/topic/suexec/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/suexec/#post-1422719)
 * Suexec 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](http://www.askapache.com/)
   if you don’t mind hard work.
 * Good luck!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Super Cache] Can I bypass ‘ Not caching wp-admin requests.’](https://wordpress.org/support/topic/plugin-wp-super-cache-can-i-bypass-not-caching-wp-admin-requests/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-can-i-bypass-not-caching-wp-admin-requests/#post-1318663)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Super Cache] Can I bypass ‘ Not caching wp-admin requests.’](https://wordpress.org/support/topic/plugin-wp-super-cache-can-i-bypass-not-caching-wp-admin-requests/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-can-i-bypass-not-caching-wp-admin-requests/#post-1318662)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Super Cache] Can I bypass ‘ Not caching wp-admin requests.’](https://wordpress.org/support/topic/plugin-wp-super-cache-can-i-bypass-not-caching-wp-admin-requests/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-can-i-bypass-not-caching-wp-admin-requests/#post-1318638)
 * 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](https://wordpress.org/support/users/askapache/replies/page/4/webmaster@askapache.com?output_format=md)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: sCategory Permalink] Caution: This plugin does not work and is not being supported](https://wordpress.org/support/topic/plugin-scategory-permalink-caution-this-plugin-does-not-work-and-is-not-being-supported/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-scategory-permalink-caution-this-plugin-does-not-work-and-is-not-being-supported/#post-1110944)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: AskApache Google 404] Plugin is not working](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-is-not-working/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-is-not-working/#post-1157536)
 * the 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: AskApache Google 404] Plugin is not working](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-is-not-working/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-is-not-working/#post-1157535)
 * 4.7.2.1 .. hope thats the last emergency bug for today..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: AskApache Google 404] Plugin is not working](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-is-not-working/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-plugin-is-not-working/#post-1157534)
 * fixed.
 * the google results won’t show up for [http://www.beatlesbible.com/asfiohjsgdalihi](http://www.beatlesbible.com/asfiohjsgdalihi)
   but will show up for something like:
 * [http://www.beatlesbible.com/atleast-one-=word&&&234](http://www.beatlesbible.com/atleast-one-=word&&&234)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AskApache Google 404] 404.php template detection](https://wordpress.org/support/topic/plugin-askapache-google-404-404php-template-detection/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-askapache-google-404-404php-template-detection/#post-1155035)
 * dsean, 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

Viewing 15 replies - 46 through 60 (of 137 total)

[←](https://wordpress.org/support/users/askapache/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/askapache/replies/?output_format=md) [2](https://wordpress.org/support/users/askapache/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/askapache/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/askapache/replies/page/5/?output_format=md)…
[8](https://wordpress.org/support/users/askapache/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/askapache/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/askapache/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/askapache/replies/page/5/?output_format=md)