I deploy ISS on my location machine. And when I hit my browser with http://localhost/ab, I get a 503 error.
And then I go to iss manager, and i do see a site 'ab' under my machine name. And in 'Directory' under 'Logging', I see directories 'W3SVC1' 'W3SVC2', 'W3SVC3', and i go the most recent log, I don't see any 503 error.
My question is how can I debug my issue?
I read HTTP Error 503, the service is unavailable
And I don't see any error under " Event Viewer, either under the System or the Web Server (IIS)."
Thank you.
503 should be coming from http.sys you need to check in HTTP err logs for the exact reason.
You can find HTTP err log files here - C:\Windows\System32\LogFiles\HTTPERR
Search for the site you are trying to browse in the logs and the last but one field will give you reason.
Based on that you can troubleshoot as explained here
https://support.microsoft.com/en-in/kb/820729
Related
I put a downloaded file from DVWA in /opt/lampp/htdocs
and change config.inc.php.dist to config.inc.php
but when I open localhost/DVWA this is what shows up:
This page isn’t working localhost is currently unable to handle this
request. HTTP ERROR 500
From the spec:
The 500 (Internal Server Error) status code indicates that the server
encountered an unexpected condition that prevented it from fulfilling
the request.
Since this is the only piece of information you are delivering, some suggestions may be :
Check what the error log file says. You can find it in this location /opt/lampp/logs/error_log . You will find more information about the problem there
Check this question, I think that your problem is similar to that one, checking it may help you.
I followed the setup to deploy laravel app on fortrabbit but now I am stuck with this error:
Error 403
Internal server error
Overload: More requests than the App can handle.
A script stops with an error. Are your config files up to date? Maybe turn on debugging to trace the error.
There is an error in the .htaccess file.
Something else. Please check the fortrabbit status.
I have checked the configurations but I keep find a cause for that or even a solution for this issue.
That's not really a good question to post her on StackOverflow. It's too specific - probably App- or even service-related. For such cases: please try customer support.
I'm a bit confused with when http 404 will occurs.
Using Spring petclinic as example.
https://github.com/spring-projects/spring-petclinic/
Test and result
http://localhost:9966/petclinic/ -> load successfully
http://localhost:9966/petclinic/abdfef -> http 404
http://localhost:9966/ -> blank page
I clearly remember application will provide an 404 if I enter xxx://localhost:9966/
May I know what determines the 404 from happening ? and how do I enable it?
I'm going to pretend for this that your document root is /var/www
When you go to http://localhost:9966/petclinic/abdfef, your web server attempts to load /var/www/petclinic/abdfef, which doesn't exist.
When you go to http://localhost:9966/, it looks for /var/www/
It does exist, but it may not have an index or default file. Some web servers will display a 404 error, some will display a 403 error, and some will give you a list of all files in that directory. It depends on the web server as well as how you have the web server configured.
For more information
I am trying to connect Magento with Shipworks, for that i have downloaded shipworks3.php file which is required for the integration,
and i have put the file in the c://wamp/www/magento/shipworks3.php, that time Shipworks giving me message that it requires SSL required, to resolve that i made my apache SSL enable using IIS7, so it will use the https:// url ,
error resolved that time but got new error, about
the remote server returned an error (405) method not allowed
I have searched a lot but found nothing, can anyone sort it out,
Thanks in advance.
I am making asp.net website in my system using web location File System. i try to browse my localhost website but it cannot be browse in any browser(Firefox,chrome etc). after searching error on google i also made changes in LAN setting of browser but still can't get any result.
In Chrome i am receiving following error
"This webpage is not available
The webpage at http://localhost:2625/Website/Default.aspx might be temporarily down or it may have moved permanently to a new web address.
Error 101 (net::ERR_CONNECTION_RESET): Unknown error."
In Firefox i am receiving following error
"The connection was reset
The connection to the server was reset while the page was loading."
How can i resolve this problem ?
i have resolved my problem.
i got help from following link
http://forums.asp.net/t/1437368.aspx