News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Jess_Wundring

#1
Support Requests / Re: Service Temporarily Unavailable
October 22, 2006, 06:37:57 PM
Ah, actually its a well-documented bug.

Anybody coming across this post (looking for keywords of .htaccess Wordpress blog perhaps?) in search of similar problems, check this out:

http://wordpress.org/support/topic/57082
http://wordpress.org/support/topic/53798
#2
Support Requests / Re: Service Temporarily Unavailable
October 22, 2006, 05:17:06 PM

Okay, Thanks. I've found that as long as I leave .htaccess empty, it seems to work.  If I let Wordpress modify it though, it doesn't work....I'll let the WordPress folks know that v2.0 has a bug.
#3
Support Requests / Re: Service Temporarily Unavailable
October 17, 2006, 03:03:24 PM

Thanks, brainiac. I re-enabled the .htaccess file and refreshed a few times and what do you know....the 503 error is back.

Argh.

This is so odd. Could the problem be that the .htaccess exists a few (.\1\2\.htaccess) levels down from my root?

Perhaps there's a problem with the contents of my .htaccess?

---------- snip ---------------

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/homeless/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/homeless/index.php [L]
</IfModule>

# END WordPress
#4
Support Requests / Service Temporarily Unavailable
October 17, 2006, 02:34:58 AM
I loaded wordpress 2.0 yesterday and it worked fine for several hours and then, poof!
I started (and am continuing) to get this message 90% of the time:

Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
--------------------------------------------------------------------------------
Apache/2.0.54 (Fedora) Server at www.conation.info Port 80


Any clue as to what's going on or how I might debug? There's nothing unusual about the installation, that I know of. It has a standard "approved" theme that I downloaded from the Wordpress site and one plug-in. I dropped a database and created a new one with another name before starting the install.

I was screwing around with the config/layout for awhile. The last thing, that I can think of that I did was put an .htaccess file in the blog's home directory. Could this be causing it to bog down?
Also, images don't seem to be showing up on the blog site anymore.

<a short while later>

Okay, this may be a red herring but....
I've tried renaming .htaccess to something innocuous and now it appears that I can get to the main blog site consistently (heh, 3 times in as many minutes, anyway), but none of the associated "blog pages" are reachable now (generates 404 errors)

Thanks in advance for any suggestions you might have...