Current time: 04-18-2024, 11:42 AM Hello There, Guest! (LoginRegister)


Post Reply 
Savane and ISPCP
Author Message
greatman Offline
Junior Member
*

Posts: 40
Joined: Apr 2008
Reputation: 0
Post: #1
Savane and ISPCP
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>
(This post was last modified: 01-31-2009 01:40 PM by greatman.)
01-31-2009 01:39 PM
Find all posts by this user Quote this message in a reply
blocker Offline
Junior Member
*

Posts: 123
Joined: Apr 2007
Reputation: 2
Post: #2
RE: Savane and ISPCP
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
01-31-2009 02:09 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)