ispCP - Board - Support
Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c (/thread-584.html)

Pages: 1 2 3


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - wb6vpm - 10-28-2007 11:25 AM

above for me doesnt work (or i am not sure how exactly to do it, i am pretty much a noob when it comes to things like this)


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - joximu - 10-28-2007 06:36 PM

And we don't know why it doesn't work, because our telepathic skills are limited.


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - BeNe - 10-28-2007 07:06 PM

It is also in the Wiki, please check this --> http://www.isp-control.net/ispcp/wiki/customer_webtools

Greez BeNe


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - rbtux - 10-28-2007 07:32 PM

joximu Wrote:And we don't know why it doesn't work, because our telepathic skills are limited.

wheres your crystal ball? Also under repair? :-)


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - joximu - 10-28-2007 07:53 PM

rbtux Wrote:
joximu Wrote:And we don't know why it doesn't work, because our telepathic skills are limited.

wheres your crystal ball? Also under repair? :-)

yeah. they are sort of overloaded
"Ergebnisse 1 - 10 von ungefähr 675 für kristallkugel reparatur."
- and the other one is under construction - RC3 - still has some dark areas...

/J


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - rbtux - 10-28-2007 08:02 PM

what would be nice for webmail and ispcp login page is the possibility to create login forms on the website so that the customer can login f.e. from the hostingcompanys start page to the webmail and ispcp (did you understand what I mean???)

Is this possible with minor changes or is this a security risk?


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - wb6vpm - 10-29-2007 04:57 AM

ok, here is what i put in /etc/ispcp/apache/00_master.conf: (there is also a 00_master.conf at /etc/httpd/vhosts/00_master.conf which i did not edit)

# related URL to customers webmail
<VirtualHost 65.255.217.202:80>

ServerAdmin admin@dodgeintrepidchat.net
DocumentRoot /var/www/ispcp/gui/tools/webmail

ServerName webmail.admin.isp-domain.tld
ServerAlias webmail.*

ErrorLog /var/log/httpd/users/webmail-error.log
TransferLog /var/log/httpd/users/webmail-access.log

CustomLog /var/log/httpd/webmail-traf.log traff
CustomLog /var/log/httpd/webmail-combined.log combined

<IfModule mod_fastcgi.c>
SuexecUserGroup vu2000 vu2000
</IfModule>

<Directory /var/www/ispcp/gui/tools/webmail>
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

<IfModule mod_fastcgi.c>
ScriptAlias /php4/ /var/www/fcgi/master/
<Directory "/var/www/fcgi/master">
AllowOverride None
Options +ExecCGI MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>

<IfModule mod_php4.c>
<Directory /var/www/ispcp/gui/tools/webmail>
php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
</Directory>
</IfModule>

<IfModule mod_php5.c>
<Directory /var/www/ispcp/gui/tools/webmail>
php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
</Directory>
</IfModule>

</VirtualHost>


it does not resolve webmail.dodgeintrepidchat.net


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - BeNe - 10-29-2007 05:10 AM

Quote:ok, here is what i put in /etc/ispcp/apache/00_master.conf
But this is not your running Apache config!
This is here under Debian:
Code:
/etc/apache2/sites-enabled/00_master.conf
Quote:/etc/httpd/vhosts/00_master.conf
Or this in other dists...

Greez BeNe


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - wb6vpm - 10-29-2007 05:14 AM

i dont have an apache2 directory


RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c - wb6vpm - 10-29-2007 05:15 AM

ok, so put what i had above (the edits are right, correct?) in the vhosts one...