logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: 503 on http and folder only
Author
dpit



Joined: 09 Oct 2012
Posts: 2

PostPosted: Tue 09 Oct '12 21:36    Post subject: 503 on http and folder only Reply with quote

This is pretty obscure.. Any help would be great.

Suddenly on a particular website (possibly following an easyapache php minor version update) if I specify a folder rather than a specific file I get a 503 response.

If I do the same on https it's ok. But http always gets a 503.

If I specify a file it's fine, but the folder always hits a 503.

I have removed the htaccess file and php.ini to rule that out and indeed they weren't factors - it seems like it goes wrong before reading the htaccess file.

Has anybody ever seen this before?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7354
Location: Germany, Next to Hamburg

PostPosted: Tue 09 Oct '12 23:10    Post subject: Reply with quote

It would help to see what is in your error log and maybe the related part of your config file. If too long please use pastebin.com so the forum is not spammed with hughe config stuff Wink
Back to top
dpit



Joined: 09 Oct 2012
Posts: 2

PostPosted: Wed 10 Oct '12 22:49    Post subject: Reply with quote

there's nothing in the logs on this apparently - my hosting company limit my access to just whm/cpanel.

are there areas you suggest i check or should i concentrate on getting hold of some logs?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7354
Location: Germany, Next to Hamburg

PostPosted: Thu 11 Oct '12 9:34    Post subject: Reply with quote

dpit wrote:
my hosting company limit my access to just whm/cpanel.


Since you have a hoster, you should contact them about that issue.

503 is an error when a proxy or so can't connect to the backend server. Very unusual for a "plain" apache if you can't configure the config files yourself.
Back to top


Reply to topic   Topic: 503 on http and folder only View previous topic :: View next topic
Post new topic   Forum Index -> Apache