Hello, I'm new here I've just installed ispconfig3 in debian5 and it looks so nice to be free ! congratulations devs. I have problem when I try to add a site, I add first a client, then add a site with assosiated to the client created, and I add in domain field "domain.com" with CGI (FastCGI), SSI, SuEXEC with auto subdomain "www." and activated. So it should work, I add the site, I restart apache, then I upload my site with the ftp (I create a ftp user too assosiated to my client site) so everything is seems to be ok. Once uploaded I type in my browser http://domain.com or http://www.domain.com and prompt me here "/var/www" instead of "/var/www/clients/client4/web4/web" What's wrong? Thanks.
Please add the IP address of your server in the ispconfig server settings and then select this IP address in the website settings instead of *.
eh I took the freedom to take a screenshot: So, I have the IP there, should be a different IP for each domain? Thanks.
The website works fine, If I enter the domain http://www.skynova.es/, the correct index document if the website is shown.
Then the files have been uploaded to the wrong website. Check the path of the website in the vhost file.
Thanks, I found in /etc/apache2/sites-enabled/skynova.es.vhost, this is a part of the file: Code: <Directory /var/www/skynova.es/web> Options FollowSymLinks AllowOverride Indexes AuthConfig Limit FileInfo Order allow,deny Allow from all # ssi enabled AddType text/html .shtml AddOutputFilter INCLUDES .shtml Options +Includes </Directory> <Directory /var/www/clients/client4/web4/web> Options FollowSymLinks AllowOverride Indexes AuthConfig Limit FileInfo Order allow,deny Allow from all # ssi enabled AddType text/html .shtml AddOutputFilter INCLUDES .shtml Options +Includes </Directory> EDIT: I uploaded well as you can see in my previous screenshot, what's wrong?
Now I got from nothing this error in apache server: Code: ks366912:~# /etc/init.d/apache2 start Starting web server: apache2[Mon Apr 12 09:57:54 2010] [warn] VirtualHost 94.23.21.18:80 overlaps with VirtualHost 94.23.21.18:80, the first has precedence, perhaps you need a NameVirtualHost directive [Mon Apr 12 09:57:54 2010] [warn] VirtualHost 94.23.21.18:80 overlaps with VirtualHost 94.23.21.18:80, the first has precedence, perhaps you need a NameVirtualHost directive [Mon Apr 12 09:57:54 2010] [error] VirtualHost _default_:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results failed! I don't know why crashed and can't start....