View previous topic :: View next topic |
Author |
Message |
mm -
Joined: 28 Jan 2019 Posts: 1
|
Posted: Mon Jan 28, 2019 5:45 am Post subject: Error 403 - forbidden |
|
|
I have just installed Abyss webserver and am getting error 403 on a standard index.htm file. I am running Linux Mint 32bit. I am accessing the server only via localhost.
I have read every message I can find on this topic and have noted in particular the discussion on Directory Listing and IP Access Control but have not been able to resolve the problem.
Unless there is something obvious here, the next step will be to delete the server and try a reinstall.
Mike |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 970
|
Posted: Tue Jan 29, 2019 4:59 pm Post subject: Re: Error 403 - forbidden |
|
|
mm,
Error 403 on Linux for a normal file is usually a problem related to permissions. In other words, the user running Abyss Web Server has no read access to the file that you're trying to browse.
If this does not help, please let us know the results of executing both of these commands on the a terminal:
Code: |
# Determine who is running abyssws
ps -Al| grep abyssws
# list contents of htdocs with their permissions and owner
ls -Al /full/path/to/htdocs
|
_________________ Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com |
|
Back to top |
|
 |
johnnydel -
Joined: 16 May 2019 Posts: 1
|
Posted: Thu May 16, 2019 5:09 pm Post subject: 403 |
|
|
I had the same problem in my pc.with the help of your post and Free-Account ,my issue was solved .Thank for posting |
|
Back to top |
|
 |
|