
20th March 2009, 15:03
|
|
Senior Member
|
|
Join Date: Mar 2008
Posts: 177
Thanks: 9
Thanked 4 Times in 4 Posts
|
|
Hello,
small problem after updating from 29 to 30
Under the Management screen ISP Server Status looks broken after updating:
Code:
Dateisystem Größe Benut Verf Ben% Eingehängt
i use ISPconfig in English, but it looks like its showing German and in the wrong encoding
|

20th March 2009, 15:11
|
|
Senior Member
|
|
Join Date: Jan 2007
Location: Prague, Czech
Posts: 402
Thanks: 31
Thanked 23 Times in 18 Posts
|
|
WebDAV user root (loder after login) ??
one more question
WebDAV works, but
why all users even if they are not administrators are going into
webroot ( /var/www/webXX/web ) directory?
i suppose logically
administrator users has to be logged into ftp root direcotry /var/www/webXX
and users have to be logged into "/var/www/webXX/user/username" directory
?
Is it possbile to fix it somehow this way?
Last edited by radim_h; 20th March 2009 at 15:16.
|

21st March 2009, 01:10
|
|
Senior Member
|
|
Join Date: Jan 2006
Posts: 172
Thanks: 7
Thanked 1 Time in 1 Post
|
|
Quote:
Originally Posted by radim_h
one more question
WebDAV works, but
why all users even if they are not administrators are going into
webroot ( /var/www/webXX/web ) directory?
i suppose logically
administrator users has to be logged into ftp root direcotry /var/www/webXX
and users have to be logged into "/var/www/webXX/user/username" directory
?
Is it possbile to fix it somehow this way?
|
Actually I would suggest to let them go to "/var/www/webXX/web/webdav" as this would enable collaboration and sharing
I'm probably missing the plot, but I *think* I can see the "webdav" directory in "/var/www/webXX/web/" but can't see it when I check in a terminal.
|

21st March 2009, 01:44
|
|
Senior Member
|
|
Join Date: Oct 2006
Location: Czech republic, Karlovy Vary
Posts: 156
Thanks: 78
Thanked 10 Times in 10 Posts
|
|
I have problem after update on mandriva 2008.1 with my co-domains redirects.
in version before i have some redirects, for example
admin.domain.tld > https://domain.tld:81 for admin interface,
but now all these rewrite rules are cut for port numbers, same for webmin redirect for example.
Have anyone else this problem?
My logs are clear, ispconfig.log to.
EDIT: setting webdav in Vista is like a hell, here is MS KB which update behavior of its webdav client http://support.microsoft.com/kb/907306/en-us after patch can be connected using http://domain.tld/webdav
Last edited by madmucho; 21st March 2009 at 02:13.
|

21st March 2009, 20:24
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,589 Times in 2,441 Posts
|
|
Quote:
Originally Posted by blocker
Hello,
small problem after updating from 29 to 30
Under the Management screen ISP Server Status looks broken after updating:
Code:
Dateisystem Größe Benut Verf Ben% Eingehängt
i use ISPconfig in English, but it looks like its showing German and in the wrong encoding
|
I've added this to the bugtracker, although we didn't change anything in that part of ISPConfig. Did you install your server in German? Is the output of in German?
|

21st March 2009, 20:25
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,589 Times in 2,441 Posts
|
|
Quote:
Originally Posted by madmucho
but now all these rewrite rules are cut for port numbers, same for webmin redirect for example.
|
How do you mean that?
|

22nd March 2009, 01:30
|
|
Senior Member
|
|
Join Date: Oct 2006
Location: Czech republic, Karlovy Vary
Posts: 156
Thanks: 78
Thanked 10 Times in 10 Posts
|
|
Quote:
Originally Posted by falko
How do you mean that?
|
i look into generated vhost file in updated server and one of my non updated. diference is in generated redirection.
old server rule looks
Code:
RewriteCond %{HTTP_HOST} ^admin\.domain\.cz [NC]
RewriteRule ^/(.*) https://domain.cz:81/$1 [L,R]
that is good, but updated server generating at same alias this rule
Code:
RewriteCond %{HTTP_HOST} ^admin\.domain\.cz [NC]
RewriteRule ^/(.*) https://domain.cz/$1 [L,R]
redirection to different port is cut off.
|

22nd March 2009, 15:27
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,589 Times in 2,441 Posts
|
|
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'];
)?
|
|
The Following User Says Thank You to falko For This Useful Post:
|
|

22nd March 2009, 15:56
|
|
Senior Member
|
|
Join Date: Oct 2006
Location: Czech republic, Karlovy Vary
Posts: 156
Thanks: 78
Thanked 10 Times in 10 Posts
|
|
This works
Thank you Falko this patch work, redirects is now fixed :-)
|

23rd March 2009, 11:44
|
|
Senior Member
|
|
Join Date: Jan 2007
Location: Prague, Czech
Posts: 402
Thanks: 31
Thanked 23 Times in 18 Posts
|
|
Quote:
Originally Posted by wr19026
Actually I would suggest to let them go to "/var/www/webXX/web/webdav" as this would enable collaboration and sharing
I'm probably missing the plot, but I *think* I can see the "webdav" directory in "/var/www/webXX/web/" but can't see it when I check in a terminal.
|
/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 ?
|
| 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 10:13.
|
Recent comments
9 hours 56 min ago
12 hours 51 min ago
14 hours 5 min ago
15 hours 29 min ago
17 hours 7 min ago
18 hours 35 min ago
19 hours 49 min ago
1 day 11 hours ago
1 day 12 hours ago
1 day 16 hours ago