![]() |
Web Issues - Access Forbidden!
I just installed ISPConfig using the SuSE 9.3 because I am more familiar with it and we use it on multiple servers here. After the setup, I tried acessing the webpage for the new site that i created, I get a message saying Access forbidden! - You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
I know the reason I am getting the error, but not sure why I am getting the error. The reason is because the webserver is trying to access the /srv/www/htdocs directory rather than /srv/www/web1/web directory. The actual error message from log files is " Directory index forbidden by rule: /srv/www/htdocs/" Does anyone know how to change this so that I can get it to access the correct directories. All the email portion is working fine along with all DNS. I would like to really get this working because it will save us time in setting up our customers domains. Any help would be greatly appreciated. I noticed someone else had an error with this in another forum but there was no resolution except for he changed to another server. |
Quote:
But why don't you go to your ISPcfg administration pane land go to server settings select category web and I am sure you can set the path to your web there... |
Quote:
|
Same issue here...
Hello there,
I followed Falko's tutorial on preparing SuSE 9.3 for ISPConfig and afterwards the installation howto on ispconfig.org. Everything works fine, except for the web access to subdirectories of the individual document root (/home/www/webXX/web). I can access the index.html via the browser, but when I try to access any subdirectories (including the individual error pages) Apache gives me an 403 error. The permissions are set to the site's admin (web1_adm.web1). "Chown -R wwwrun.www" and even "chmod -R 777" didn't solve it. A new installation from scratch with /srv/www as DocumentRoot had the same result. When I set up a new site manually without having it managed by ISPConfig, everything works fine. So I guess it must be an issue with ISPConfig's way on setting up SuSE's Apache2. |
I followed the guide to installing the software. I also had a support guy log in and he could not see anything wrong with apache saying it should be working fine.
I did install using expert mode and chose the directory according to the guide - "/srv/www". I think i agree with uralter_artifex and this could be a problem with ISPconfig and SuSE. I really like the SuSE package because it's really nice to use. If I have to change software any recommendations? |
Generally, ISPConfig works fine with SuSe 9.3 and SuSe 10, it has been tested many times.
Are the vhosts written correctly to the file Vhost_ispconfig.conf or is the file empty? Are there any errors in the ispconfig logfile? /home/admispconfig/ispconfig/ispconfig.log |
Thanks for the quick reply.
The ispconfig.log shows no errors. The apache log has the line Code:
[Wed Sep 28 12:59:18 2005] [error] an unknown filter was not added: PHPThe Vhosts_ispconfig.conf looks like this: Code:
###################################Code:
ForbiddenI created the subdirectoy /home/www/web1/web/test and copied the original index.html into it. That works perfectly. Does the number of subdirectories make a difference? Or the softlink in the typo3 files? There are no problems with typo3 on SuSE 9.3/Apache2 virtual hosts without ISPConfig. |
What are the permissions of quickstart-3.8.0/typo3/install/index.php? Maybe Apache is allowed to access the directories, but not the file index.php because it has no read permissions on that file.
|
Permissions for these directories, subdirectories and files are set to the site's admin (web1_adm.web).
chmod -R 777 /home/www/web1/web/ -> still 403 chown -R wwwrun.www /home/www/web1/web/ -> still 403 |
I reinstalled SuSE on the machine, works fine now.
Thanks for the help |
| All times are GMT +2. The time now is 16:02. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.