
23rd March 2009, 14:26
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 172
Thanks: 7
Thanked 1 Time in 1 Post
|
|
Quote:
Originally Posted by radim_h
/var/www/webXX/web/webdav
that should be enough, the point is isolate non-admin users from web content...
Where could i change it in ISPC ?
|
The problem as I see it is that the file permissions by default are set to www-data (user and group). I'd have to do some reading up on WebDAV to see if that is expected behavior but I'd expect it not to bee due to security concerns.
Right now any user I give WebDAV can make changes to the website and I'd seriously want to limit that.
Having said that I absolutely like the feature and expect to use it extensively - just not in it's current form
|

23rd March 2009, 14:48
|
|
Senior Member
|
|
Join Date: Jan 2007
Location: Prague, Czech
Posts: 402
Thanks: 31
Thanked 23 Times in 18 Posts
|
|
Quote:
Originally Posted by wr19026
The problem as I see it is that the file permissions by default are set to www-data (user and group). I'd have to do some reading up on WebDAV to see if that is expected behavior but I'd expect it not to bee due to security concerns.
Right now any user I give WebDAV can make changes to the website and I'd seriously want to limit that.
Having said that I absolutely like the feature and expect to use it extensively - just not in it's current form
|
Totally agree..
I've been waiting for webDAV support since i'm using ISPC and i'm happy for it , but it is not much usable now...
it needs to be isolated dir as /var/www/webXX/web/wedav
or per user /var/www/webXX/user/USERNAME directory
|

23rd March 2009, 20:17
|
|
Moderator
|
|
Join Date: Dec 2005
Location: Montfoort, The Netherlands
Posts: 2,252
Thanks: 208
Thanked 642 Times in 291 Posts
|
|
Possible bug in ISPConfig 2.2.30 | double co-domains are possible
Hi Till & Falko,
It might be possible that there is a bug in ISPConfig 2.2.30, because it is possible to add more then one co-domain with the same name (domain.tld).
For example: for the domainname www.domain.tld, the co-domain domain.tld (without www) has been created correctly, but i can add that co-domain twice or even more then that. Although, the co-domains have the same name, they can be deleted individually. In stead of this behaviour, there should be an error message which says that the domain name already exists.
Can you have a look at this?
Thanks in advance!
|

24th March 2009, 17:15
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,595 Times in 2,446 Posts
|
|
Quote:
Originally Posted by radim_h
/var/www/webXX/web/webdav
that should be enough, the point is isolate non-admin users from web content...
Where could i change it in ISPC ?
|
Why don't you enable WebDAV just for the admin user?
|

24th March 2009, 17:17
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,595 Times in 2,446 Posts
|
|
Quote:
Originally Posted by Hans
Hi Till & Falko,
It might be possible that there is a bug in ISPConfig 2.2.30, because it is possible to add more then one co-domain with the same name (domain.tld).
For example: for the domainname www.domain.tld, the co-domain domain.tld (without www) has been created correctly, but i can add that co-domain twice or even more then that. Although, the co-domains have the same name, they can be deleted individually. In stead of this behaviour, there should be an error message which says that the domain name already exists.
Can you have a look at this?
Thanks in advance!
|
I've added this to the bugtracker. (But I didn't change anything in that part of the code since 2.2.29...  )
|

24th March 2009, 22:40
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 172
Thanks: 7
Thanked 1 Time in 1 Post
|
|
Quote:
Originally Posted by falko
Why don't you enable WebDAV just for the admin user? 
|
Because this is functionality that is much easier to use than FTP and can be used to enable users to collaborate on docs etc.
I know that there is an extension to OpenOffice that enables you so save directly to one of the cloud solutions out on the market.
Bottom line is that in order to use the full potential of WebDAV functionality in my opinion you'd have to make it usable for multiple users with various levels of access to the system.
|

28th March 2009, 22:27
|
|
Member
|
|
Join Date: May 2007
Posts: 91
Thanks: 10
Thanked 8 Times in 7 Posts
|
|
Quote:
Originally Posted by wr19026
Because this is functionality that is much easier to use than FTP and can be used to enable users to collaborate on docs etc.
I know that there is an extension to OpenOffice that enables you so save directly to one of the cloud solutions out on the market.
Bottom line is that in order to use the full potential of WebDAV functionality in my opinion you'd have to make it usable for multiple users with various levels of access to the system.
|
Maybe this will help you
http://www.howtoforge.com/forums/sho...225#post178225
|

30th March 2009, 15:52
|
|
Member
|
|
Join Date: Oct 2007
Location: Belfast, UK - NI
Posts: 59
Thanks: 29
Thanked 17 Times in 13 Posts
|
|
As usual no problem with update on 2 servers, thanks boys.
__________________
 Safe computer?  Only when unplugged.
|

30th March 2009, 15:57
|
|
Member
|
|
Join Date: Feb 2009
Posts: 32
Thanks: 0
Thanked 5 Times in 5 Posts
|
|
Hi,
the same problem with redirects of madmucho in ubuntu 8.10 and upgrade from 2.2.27 to 2.2.30
I changed the line what falko said...
Quote:
Originally Posted by falko
Found the problem. Can you add this line in line 1424 of /root/ispconfig/scripts/lib/config.lib.php:
Code:
if($domain_weiterleitung_url_parts['port']) $domain["domain_weiterleitung"] .= ':'.$domain_weiterleitung_url_parts['port'];
(right after
Code:
$domain["domain_weiterleitung"] .= strtolower($domain_weiterleitung_url_parts['host']);
and before
Code:
if($domain_weiterleitung_url_parts['path']) $domain["domain_weiterleitung"] .= $domain_weiterleitung_url_parts['path'];
)?
|
... but now, I need to reinstall (run ./setup) another time to take effect? My all redirects will be like before?
Last edited by nandelbosc; 30th March 2009 at 16:09.
|

30th March 2009, 16:08
|
|
Member
|
|
Join Date: Feb 2009
Posts: 32
Thanks: 0
Thanked 5 Times in 5 Posts
|
|
Quote:
|
My all redirects will be like before?
|
No problem about that, I changed all my redirects by hand
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 04:52.
|
|
Recent comments
1 day 3 hours ago
1 day 8 hours ago
1 day 13 hours ago
1 day 14 hours ago
2 days 5 hours ago
2 days 5 hours ago
2 days 10 hours ago
2 days 16 hours ago
2 days 17 hours ago
2 days 18 hours ago