<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: Ajaxified Webmail-Zugriff</title>
	<atom:link href="http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 04:53:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Von: Christoph</title>
		<link>http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/comment-page-1/#comment-1420</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Tue, 17 Jul 2007 00:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/#comment-1420</guid>
		<description>die ganzen klammern werden hier ja garnicht angezeigt   :???: 

ich meine die von 

VirtualHost
/VirtualHost
Directory
/Directory
IfModule mod_php4.c
/IfModule mod_php4.c
IfModule mod_php5.c
/IfModule mod_php5.c

hmm, dann m&#252;sst Ihr euch den Rest halt denken ...

Jedenfalls eine neue .conf Datei im conf.d Verzeichnis mit der gew&#252;nschten Konfiguration erstellen, Apachen neu starten - dann &#252;berschreibt Plesk diese Konfiguration auch nicht mehr.

Also gehts dann auch wieder dauerhaft mit z.B.: wmail.domain.com

MfG Christoph</description>
		<content:encoded><![CDATA[<p>die ganzen klammern werden hier ja garnicht angezeigt    <img src="http://www.andi.de/wordpress/wp-content/plugins/more-smilies/macinacs/confused.gif" alt="???" class="wp-smiley" />  </p>
<p>ich meine die von </p>
<p>VirtualHost<br />
/VirtualHost<br />
Directory<br />
/Directory<br />
IfModule mod_php4.c<br />
/IfModule mod_php4.c<br />
IfModule mod_php5.c<br />
/IfModule mod_php5.c</p>
<p>hmm, dann m&#252;sst Ihr euch den Rest halt denken &#8230;</p>
<p>Jedenfalls eine neue .conf Datei im conf.d Verzeichnis mit der gew&#252;nschten Konfiguration erstellen, Apachen neu starten &#8211; dann &#252;berschreibt Plesk diese Konfiguration auch nicht mehr.</p>
<p>Also gehts dann auch wieder dauerhaft mit z.B.: wmail.domain.com</p>
<p>MfG Christoph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Christoph</title>
		<link>http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/comment-page-1/#comment-1419</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Tue, 17 Jul 2007 00:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/#comment-1419</guid>
		<description>So gehts:

Einfach im Verzeichnis /etc/apache2/conf.d/ eine neue Datei erstellen: 

z.B. solch eine
mcedit /etc/apache2/conf.d/zz012_roundcube.conf

und diese k&#246;nnte in etwa so aussehen:

#
# RoundCube VirtualHost configuration file
#

 
IP1.xxx.xxx.xxx:80 \ # hier eure IP eintragen falls mehr als eine
IP2.xxx.xxx.xxx:80 \ # IP habt diese hier eintragen
	     
             &gt;

    DocumentRoot /usr/share/roundcube/httpdocs
    ServerName RoundCube
    ServerAlias roundcube.*
    UseCanonicalName Off
    ErrorLog /var/log/apache2/roundcube_error.log
    DirectoryIndex index.php
    AddDefaultCharset UTF-8

    AddHandler application/x-httpd-php5 .php
    ScriptAlias /egw-bin /usr/bin
SetEnv PHPRC /usr/share/roundcube/etc
    Action application/x-httpd-php5 /egw-bin/php5-cgi
	
    
        Options  ExecCGI  FollowSymLinks
        Options -Indexes
        AllowOverride All
        Allow from all
	
		php_admin_flag engine on
		php_admin_flag magic_quotes_gpc off
		php_admin_flag safe_mode off
		php_admin_value open_basedir &quot;/usr/share/roundcube/httpdocs&quot;
		php_admin_value include_path &quot;/usr/share/roundcube/pear:/usr/share/roundcube/pear/PEAR:.&quot;
	
	
		php_admin_flag engine on
		php_admin_flag magic_quotes_gpc off
		php_admin_flag safe_mode off
		php_admin_value open_basedir &quot;/usr/share/roundcube/httpdocs&quot;
		php_admin_value include_path &quot;/usr/share/roundcube/pear:/usr/share/roundcube/pear/PEAR:.&quot;
	
	Order allow,deny
	Allow from all
    

    
    
        Options  ExecCGI  FollowSymLinks
        Order allow,deny
        Allow from all
        AllowOverride None
    




Ich hoffe, dass ich damit weiterhelfen konnte...

MfG Christoph</description>
		<content:encoded><![CDATA[<p>So gehts:</p>
<p>Einfach im Verzeichnis /etc/apache2/conf.d/ eine neue Datei erstellen: </p>
<p>z.B. solch eine<br />
mcedit /etc/apache2/conf.d/zz012_roundcube.conf</p>
<p>und diese k&#246;nnte in etwa so aussehen:</p>
<p>#<br />
# RoundCube VirtualHost configuration file<br />
#</p>
<p>IP1.xxx.xxx.xxx:80 \ # hier eure IP eintragen falls mehr als eine<br />
IP2.xxx.xxx.xxx:80 \ # IP habt diese hier eintragen</p>
<p>             &gt;</p>
<p>    DocumentRoot /usr/share/roundcube/httpdocs<br />
    ServerName RoundCube<br />
    ServerAlias roundcube.*<br />
    UseCanonicalName Off<br />
    ErrorLog /var/log/apache2/roundcube_error.log<br />
    DirectoryIndex index.php<br />
    AddDefaultCharset UTF-8</p>
<p>    AddHandler application/x-httpd-php5 .php<br />
    ScriptAlias /egw-bin /usr/bin<br />
SetEnv PHPRC /usr/share/roundcube/etc<br />
    Action application/x-httpd-php5 /egw-bin/php5-cgi</p>
<p>        Options  ExecCGI  FollowSymLinks<br />
        Options -Indexes<br />
        AllowOverride All<br />
        Allow from all</p>
<p>		php_admin_flag engine on<br />
		php_admin_flag magic_quotes_gpc off<br />
		php_admin_flag safe_mode off<br />
		php_admin_value open_basedir &#8220;/usr/share/roundcube/httpdocs&#8221;<br />
		php_admin_value include_path &#8220;/usr/share/roundcube/pear:/usr/share/roundcube/pear/PEAR:.&#8221;</p>
<p>		php_admin_flag engine on<br />
		php_admin_flag magic_quotes_gpc off<br />
		php_admin_flag safe_mode off<br />
		php_admin_value open_basedir &#8220;/usr/share/roundcube/httpdocs&#8221;<br />
		php_admin_value include_path &#8220;/usr/share/roundcube/pear:/usr/share/roundcube/pear/PEAR:.&#8221;</p>
<p>	Order allow,deny<br />
	Allow from all</p>
<p>        Options  ExecCGI  FollowSymLinks<br />
        Order allow,deny<br />
        Allow from all<br />
        AllowOverride None</p>
<p>Ich hoffe, dass ich damit weiterhelfen konnte&#8230;</p>
<p>MfG Christoph</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andreas</title>
		<link>http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/comment-page-1/#comment-378</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Sun, 08 Apr 2007 23:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/#comment-378</guid>
		<description>Andere subdomain nehmen (ie wmail.domain.com), und roundcube normal da rein installieren. 
Vorteil: Kein Gefummel am den f&#252;r Plesk heiligen configs, trotzdem volle Funktionalit&#228;t.
Nachteil: Alle subdomains m&#246;glich, nur eben nicht webmail.* - recht bitter.</description>
		<content:encoded><![CDATA[<p>Andere subdomain nehmen (ie wmail.domain.com), und roundcube normal da rein installieren.<br />
Vorteil: Kein Gefummel am den f&#252;r Plesk heiligen configs, trotzdem volle Funktionalit&#228;t.<br />
Nachteil: Alle subdomains m&#246;glich, nur eben nicht webmail.* &#8211; recht bitter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andi</title>
		<link>http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/comment-page-1/#comment-230</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Mon, 26 Feb 2007 21:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/#comment-230</guid>
		<description>Tja, Plesk schert sich da nicht wirklich drum, ob jemand &#039;seine&#039; Konfig-Dateien von Hand angepasst hatte ;).
Da ich nicht oft an den Domain-Einstellungen rumspiele und demnach nicht so oft vor dem Problem stehe habe ich mich inzw. damit abgefunden und werde das &#220;bel Plesk bald mal entsorgen - insofern kann ich Dir leider nicht mit einer L&#246;sung dienen, aber vielleicht hat jemand nen Tipp?</description>
		<content:encoded><![CDATA[<p>Tja, Plesk schert sich da nicht wirklich drum, ob jemand &#8216;seine&#8217; Konfig-Dateien von Hand angepasst hatte <img src="http://www.andi.de/wordpress/wp-content/plugins/more-smilies/macinacs/wink.gif" alt=")" class="wp-smiley" /> .<br />
Da ich nicht oft an den Domain-Einstellungen rumspiele und demnach nicht so oft vor dem Problem stehe habe ich mich inzw. damit abgefunden und werde das &#220;bel Plesk bald mal entsorgen &#8211; insofern kann ich Dir leider nicht mit einer L&#246;sung dienen, aber vielleicht hat jemand nen Tipp?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Timo</title>
		<link>http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/comment-page-1/#comment-227</link>
		<dc:creator>Timo</dc:creator>
		<pubDate>Mon, 26 Feb 2007 16:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.andi.de/2006/11/20/ajaxified-webmail-zugriff/#comment-227</guid>
		<description>Hey, ich bin vor einigen Tagen auf RoundCube aufmerksam geworden und hab deine Webseite gleich als erstes gefunden, als ich nach RoundCube Horde gesucht habe, weil ich auch an die SW-Soft Geissel gebunden bin ;) Deine L&#246;sung ist zwar recht einfach, aber wird die zz010_psa_httpd.conf neu generiert, sobald eine neue Domain angelegt wird. Hast du eine Ahnung wo man den Eintrag am schlauesten derart &#252;berschreiben kann, dass er persistent bleibt? Ansonsten schicker, kleiner Beitrag ;)

Gr&#252;&#223;e Timo</description>
		<content:encoded><![CDATA[<p>Hey, ich bin vor einigen Tagen auf RoundCube aufmerksam geworden und hab deine Webseite gleich als erstes gefunden, als ich nach RoundCube Horde gesucht habe, weil ich auch an die SW-Soft Geissel gebunden bin <img src="http://www.andi.de/wordpress/wp-content/plugins/more-smilies/macinacs/wink.gif" alt=")" class="wp-smiley" />  Deine L&#246;sung ist zwar recht einfach, aber wird die zz010_psa_httpd.conf neu generiert, sobald eine neue Domain angelegt wird. Hast du eine Ahnung wo man den Eintrag am schlauesten derart &#252;berschreiben kann, dass er persistent bleibt? Ansonsten schicker, kleiner Beitrag <img src="http://www.andi.de/wordpress/wp-content/plugins/more-smilies/macinacs/wink.gif" alt=")" class="wp-smiley" /> </p>
<p>Gr&#252;&#223;e Timo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

