<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello Michael,<br>
Sure, I can be more specific ;)<br>
<br>
Here's the two vhosts for roundcube and phpmyadmin :<br>
<small># cat /etc/httpd/conf.d/roundcube.conf <br>
<br>
Alias /webmail /home/roundcubemail/<br>
<Directory /home/roundcubemail><br>
suPHP_RemoveHandler x-httpd-suphp<br>
AddHandler php5-script .php<br>
AddType text/html .php<br>
php_admin_flag safe_mode off<br>
php_admin_value open_basedir
/home/roundcubemail/:/tmp/:/var/lib/php/session/:/usr/sausalito/configs/php/<br>
AddType application/x-httpd-php .php<br>
</Directory><br>
<br>
# cat /etc/httpd/conf.d/phpmyadmin.conf <br>
<br>
Alias /phpmyadmin /usr/share/phpMyAdmin/<br>
<Directory /usr/share/phpMyAdmin><br>
suPHP_RemoveHandler x-httpd-suphp<br>
AddHandler php5-script .php<br>
AddType text/html .php<br>
php_admin_flag safe_mode off<br>
php_admin_value open_basedir
/usr/share/phpMyAdmin/:/tmp/:/var/lib/php/session/:/usr/sausalito/configs/php/<br>
AddType application/x-httpd-php .php<br>
</Directory><br>
</small><br>
/home/roundcube and /usr/share/phpMyAdmin are owned by root.<br>
<br>
Hope this will help !<br>
Regards,<br>
Cédric<br>
<br>
<div class="moz-cite-prefix">Le 09/09/2013 18:40, Michael Aronoff a
écrit :<br>
</div>
<blockquote cite="mid:000a01cead7b$584124d0$08c36e70$@gmail.com"
type="cite">
<pre wrap="">Cédric Wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I've used Stephanie's hint, and it works well.
</pre>
</blockquote>
<pre wrap="">
Since I am obtuse, can you be more specific about how to do this?
What do I put in the roundcube.conf?
Thanks,
M Aronoff Out
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
OCEANET
---------------------------------------------------------------
[AGENCE DU MANS]
7, rue des Frênes
ZAC de la Pointe
72190 SARGE LES LE MANS
[t] +33 (0)2.43.50.26.50
[f] +33 (0)2.43.72.21.14
[AGENCE D'ANGERS]
5, rue Fleming
Angers Technopole
49066 ANGERS
[t] +33 (0)2.41.19.28.65
[f] +33 (0)2.52.19.22.00
<a class="moz-txt-link-freetext" href="http://www.oceanet.com">http://www.oceanet.com</a>
<a class="moz-txt-link-freetext" href="http://www.oceanet-telecom.com">http://www.oceanet-telecom.com</a>
</pre>
</body>
</html>