Current time: 05-04-2024, 06:53 AM Hello There, Guest! (LoginRegister)


Thread Closed 
Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c
Author Message
wb6vpm Offline
Junior Member
*

Posts: 80
Joined: Oct 2007
Reputation: 0
Post: #1
RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c
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)
10-28-2007 11:25 AM
Visit this user's website Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c
And we don't know why it doesn't work, because our telepathic skills are limited.
10-28-2007 06:36 PM
Visit this user's website Find all posts by this user
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #3
RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c
It is also in the Wiki, please check this --> http://www.isp-control.net/ispcp/wiki/customer_webtools

Greez BeNe
10-28-2007 07:06 PM
Visit this user's website Find all posts by this user
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #4
RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c
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? :-)
10-28-2007 07:32 PM
Visit this user's website Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #5
RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c
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
10-28-2007 07:53 PM
Visit this user's website Find all posts by this user
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #6
RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c
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?
10-28-2007 08:02 PM
Visit this user's website Find all posts by this user
wb6vpm Offline
Junior Member
*

Posts: 80
Joined: Oct 2007
Reputation: 0
Post: #7
RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c
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
(This post was last modified: 10-29-2007 04:58 AM by wb6vpm.)
10-29-2007 04:57 AM
Visit this user's website Find all posts by this user
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #8
RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c
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
10-29-2007 05:10 AM
Visit this user's website Find all posts by this user
wb6vpm Offline
Junior Member
*

Posts: 80
Joined: Oct 2007
Reputation: 0
Post: #9
RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c
i dont have an apache2 directory
10-29-2007 05:14 AM
Visit this user's website Find all posts by this user
wb6vpm Offline
Junior Member
*

Posts: 80
Joined: Oct 2007
Reputation: 0
Post: #10
RE: Links to Webmail, PMA, Filemanager - ispCP Omega 1.0.0 RC2c
ok, so put what i had above (the edits are right, correct?) in the vhosts one...
10-29-2007 05:15 AM
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)