[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Problem on Webmail



I have 2 problems....
1. Is there any free webmail software come with a user sign-up tools and can be used on RaQ4 ? 2. I have tried to install one of the webmail application but i could not make it work. The *.php is working but *.inc file seems not. I already have the following lines enter in the srm.conf and httpd.conf file. Re-started the httpd too. What is missing ?

srm.conf:
AddType application/x-httpd-php4 .php3
AddType application/x-httpd-php4 .php4
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php4 .inc
AddType application/x-httpd-php4-source .php4s
AddType application/x-httpd-php4-source .php3s
AddType application/x-httpd-php4-source .phps

httpd.conf: (session of that virtual site which runnging in webmail application)
NameVirtualHost 202.167.9.245
<VirtualHost 202.167.9.245>
ServerName www.care-pacific.com
ServerAdmin admin
DocumentRoot /home/sites/site1/web
RewriteEngine on
RewriteCond %{HTTP_HOST}                !^202.167.9.245(:80)?$
RewriteCond %{HTTP_HOST}                !^www.care-pacific.com(:80)?$
RewriteRule ^/(.*)                      http://www.care-pacific.com/$1 [L,R]
RewriteOptions inherit
AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site1/users/$1/web/$3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
AddType application/x-httpd-php .inc
</VirtualHost>

THX