403 Error?

 
Post new topic   Reply to topic    Aprelium Forum Index -> Networking Issues
View previous topic :: View next topic  
Author Message
karamjeet
-


Joined: 23 Apr 2003
Posts: 8

PostPosted: Wed Apr 23, 2003 5:10 am    Post subject: 403 Error? Reply with quote

I was trying to setup the webserver and whenever i try to open the webpage i get this -
Error 403

Forbidden

In console my server is running..help please!
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Apr 23, 2003 2:00 pm    Post subject: Re: 403 Error? Reply with quote

karamjeet wrote:
I was trying to setup the webserver and whenever i try to open the webpage i get this -
Error 403

Forbidden

In console my server is running..help please!

Which webpage? DO you get this when you are accessing the console (http://127.0.0.1:9999 or your web site http://127.0.0.1)?
If you get that error with the web site, that means that you have no index file and directory listing is disabled.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
karamjeet
-


Joined: 23 Apr 2003
Posts: 8

PostPosted: Thu Apr 24, 2003 12:52 am    Post subject: Reply with quote

I get 403 error when i try to access my website - I have no problems getting in the console. I checked the htdocs folder and it has an index.html file and the document path in console is also htdocs...I dont know what the problem is..
thanks in advance :roll: [/b]
Back to top View user's profile Send private message
karamjeet
-


Joined: 23 Apr 2003
Posts: 8

PostPosted: Thu Apr 24, 2003 5:02 am    Post subject: Reply with quote

also the "directory indexing" is set to yes..
Back to top View user's profile Send private message
karamjeet
-


Joined: 23 Apr 2003
Posts: 8

PostPosted: Thu Apr 24, 2003 5:14 am    Post subject: Reply with quote

My server statistics are as follows:

Server Uptime: 0 Days 00 Hours 13 Minutes 29 Seconds
Hits: 2
Error Hits: 2
HTML Hits: 2
Not Modified Hits: 0
Output (Kb): 0


error hits?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Apr 24, 2003 12:17 pm    Post subject: Reply with quote

Are you using the Linux version? Can you send us your abyss.conf file so
that we can check it? (send it to support@aprelium.com )
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
karamjeet
-


Joined: 23 Apr 2003
Posts: 8

PostPosted: Thu Apr 24, 2003 3:22 pm    Post subject: Reply with quote

Yes, I am using linux version on Mandrake linux 9.0 and here's my config file -

ServerRoot ./
Port 8000
SysUser nobody
Path htdocs
KeepAlive 10
TimeOut 10
MaxConnections 20
ConsolePort 9999
CGIEnabled Yes
CGITimeOut 30
CGIUseScript No
ExtendedLog Yes
AutoIndex Yes
SSIEnabled Yes
SSICmdEnabled No
SSIExtension shtml shtm stm
SSIErrorMsg
SSITimeFmt
SSISizeAbbrev No
CustomErrorDefault
MIMEFile
LogFile log/access.log
PidFile log/abyssws.pid
CGIErrorFile log/cgi.log
CGIPath /cgi-bin
Alias /cgi-bin cgi-bin
indexfile index.html
IndexFile index.htm
MIMEType application/mac-binhex40 hqx
MIMEType application/msword doc
MIMEType application/octet-stream bin dms lha lzh exe class
MIMEType application/pdf pdf
MIMEType application/postscript ai eps ps
MIMEType application/smil smi smil
MIMEType application/vnd.mif mif
MIMEType application/vnd.ms-asf asf
MIMEType application/vnd.ms-excel xls
MIMEType application/vnd.ms-powerpoint ppt
MIMEType application/x-cdlink vcd
MIMEType application/x-compress Z
MIMEType application/x-cpio cpio
MIMEType application/x-csh csh
MIMEType application/x-director dcr dir dxr
MIMEType application/x-dvi dvi
MIMEType application/x-gtar gtar
MIMEType application/x-gzip gz
MIMEType application/x-javascript js
MIMEType application/x-latex latex
MIMEType application/x-sh sh
MIMEType application/x-shar shar
MIMEType application/x-shockwave-flash swf
MIMEType application/x-stuffit sit
MIMEType application/x-tar tar
MIMEType application/x-tcl tcl
MIMEType application/x-tex tex
MIMEType application/x-texinfo texinfo texi
MIMEType application/x-troff t tr roff
MIMEType application/x-troff-man man
MIMEType application/x-troff-me me
MIMEType application/x-troff-ms ms
MIMEType application/zip zip
MIMEType audio/basic au snd
MIMEType audio/midi mid midi kar
MIMEType audio/mpeg mpga mp2 mp3
MIMEType audio/x-aiff aif aiff aifc
MIMEType audio/x-pn-realaudio ram rm
MIMEType audio/x-realaudio ra
MIMEType audio/x-wav wav
MIMEType image/bmp bmp
MIMEType image/gif gif
MIMEType image/ief ief
MIMEType image/jpeg jpeg jpg jpe
MIMEType image/png png
MIMEType image/tiff tiff tif
MIMEType image/x-cmu-raster ras
MIMEType image/x-portable-anymap pnm
MIMEType image/x-portable-bitmap pbm
MIMEType image/x-portable-graymap pgm
MIMEType image/x-portable-pixmap ppm
MIMEType image/x-rgb rgb
MIMEType image/x-xbitmap xbm
MIMEType image/x-xpixmap xpm
MIMEType image/x-xwindowdump xwd
MIMEType image/x-icon ico
MIMEType model/iges igs iges
MIMEType model/mesh msh mesh silo
MIMEType model/vrml wrl vrml
MIMEType text/css css
MIMEType text/html html htm
MIMEType text/plain asc txt
MIMEType text/richtext rtx
MIMEType text/rtf rtf
MIMEType text/sgml sgml sgm
MIMEType text/tab-separated-values tsv
MIMEType text/xml xml
MIMEType video/mpeg mpeg mpg mpe
MIMEType video/quicktime qt mov
MIMEType video/x-msvideo avi
Version 1.1.4
Back to top View user's profile Send private message
karamjeet
-


Joined: 23 Apr 2003
Posts: 8

PostPosted: Thu Apr 24, 2003 3:23 pm    Post subject: Reply with quote

yeah I'll send it to that email address..sorry.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Apr 25, 2003 2:31 pm    Post subject: Reply with quote

If you're using Linux, here is the explanation. When a user runs the web server, the web server cannot access files that user doesn't have the right to access. So the problem is that your htdocs files are owned by another user than the one running the web server.
Try solving that issue by correctly setting the ownership of files in htdocs/ using the command chown (execute man chownfor more information on that command).
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
karamjeet
-


Joined: 23 Apr 2003
Posts: 8

PostPosted: Mon Apr 28, 2003 6:40 am    Post subject: Reply with quote

Okay..thank you very much. That should solve the problem.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Networking Issues All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group