ispCP - Board - Support
Savane and ISPCP - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: Savane and ISPCP (/thread-5584.html)



Savane and ISPCP - greatman - 01-31-2009 01:39 PM

Hi everybody!

I try to install savane https://gna.org/projects/savane/ in my server. I setup the Vhost for it but when i test, i got a Error 403 Sad.

I try to put to www-data the owner of the files but that failed, i tried also with vu2000 but same result.

Thanks
Greatman

EDIT: Ah heres my Apache config Tongue

Code:
<VirtualHost MY_IP:80>
ServerName MY_DOMAIN
DocumentRoot /usr/share/savane-frontend
ServerAdmin my_email
ErrorLog  /var/log/apache2/error.MY_DOMAIN.log
CustomLog /var/log/apache2/access.MY_DOMAIN.log combined

<Directory /usr/share/savane-frontend>
AllowOverride All
</Directory>

<IfModule mod_env.c>
SetEnv SAVANE_CONF /etc/savane
</IfModule>
</VirtualHost>



RE: Savane and ISPCP - blocker - 01-31-2009 02:09 PM

I think first better you should create the vhost using ispcp control panel, not injected directly to apache, after that create a ftp user and use that user to upload savane program and leave apache config to ispcp Smile