> From: Hakan ATA� <[EMAIL PROTECTED]> > Subject:[sqwebmail] Forbidden? > > I have a weird problem. When I try to reach sqwebmail, Apache server says > 403 Forbidden.. What is the problem. sqwebmail is in "/var/www/cgi-bin/" and > it has "-rwsr-sr-x" (what the hell is "s" by the way? script?).. I examined
that is the suid bit... the first one says it will run as the user who's set, and the second says that it will run as the group that is set... so, mine: -rwsr-sr-w 1 vpopmail vchkpw 393560 sqwebmail means that it will run as user 'vpopmail' with group 'vchkpw', regardless of who runs it. Not sure what the correct user/group is though, since I still don't have mine working. > "/etc/httpd/httpd.conf" and "/etc/httpd/commonhttpd.conf" files. And > everything seems alright there too... > > ScriptAlias /cgi-bin/ /var/www/cgi-bin/ > > <Directory /var/www/cgi-bin/> ;or like this, i cannot remember exactly, > maybe only /cgi-bin/ > Options ExecCGI temporarily try changing that to "Options All" just to verify if it is a httpd.conf problem > </Directory> > ... > All seems to be ok. Could you please help me? Might also try checking http://httpd.apache.org/docs-2.0/ (for Apache2) or http://httpd.apache.org/docs/ (for Apache 1.3) Malachi
