Access via http

Discussion in 'General' started by latcarf, Sep 13, 2006.

  1. latcarf

    latcarf New Member

    I just finished setting up with SuSe 10.1 and ISPConfig. I have not opened the server to the outside world yet. I want to load a gallery program called Coppermine.

    Basically you unpack and move the program files to your web server then execute the install using a php script by entering http//server_name/coppermine_directory/install.php via your browser.

    I think ISPConfig may be making the latter impossible. If so how can I bypass this problem? Is it possible to execute this script in Konsole? How!?

    and once I get it running is there a way I can tie Coppermine in for via ISPConfig for my Sites?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Why shall this not be possible in ISPConfig? Just create a new website, upload the files and call the setup script.
     
  3. latcarf

    latcarf New Member

    I am not sure why... when I enter http://server2/Coppermine/install.php I get a "Object Not Found Check spelling yadda yadda" page and if I enter it as http://198.162.2.5/Coppermine/install.php I get an ISPConfig page that indicates the IP is a shared IP and to use the name and not IP.

    I am new to ISPConfig and don't really intend on running more than a few web sites for personal use but I will follow your recommendation about a new web page and see if I can get it figured out. :)
     
  4. fobicodam

    fobicodam New Member

    1.- You cant use your ip address to access your websites.

    2.- The yadda yadda thing surely has the object your apache doesnt have.
     
  5. edge

    edge Active Member Moderator

    Add "server2 198.162.2.5" to the hosts file of the system that you are using to access the server and yaba daba do...
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    And make sure that you really created a website in ISPConfig where the fully qualified domain is server2 and not something like www.server2.local :)
     
  7. latcarf

    latcarf New Member

    okay... I finally realized that "server1" was the ISPC default, where "server2" is what I used during the SuSe 10.1 install.

    I do have a server running under SuSe 10.0 as server1.thefractalfarm.net so when I set up this server starting with the install of SuSe 10.1, I used server2.thefractalfarm.net so that is how I came up with the address http://server2/Coppermine/install.php.

    Is the default Apache2 directory /srv/www/ null and void now with the install of ISPConfig? It seems I should be able to load it there and get to it via http.

    I think the real problem here is my basic newbness and I will have to do some in depth reading and plug away until I figure it out.
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    You can not use the default apache directory with ISPConfig, you must create a new website in ISPConfig and install your cms there.
     
  9. latcarf

    latcarf New Member

    thanks, I thought I read that some where. I guess I have a different problem at this point...

    I am behind a router which has my HTTP service pointing to port 80 and my server that is active. I now have this server (with ISPConfig) which I am trying to set up. In the router I added another HTTP service and pointed it to port 81 and the network IP for this computer.

    When I try to log into the site I made for Coppermine (www.gallery.com:81) I get a Firefox cannot connect page. When I try to log into another site I set up in ISPConfig (www.thefractalfarm.net:81) I get my router set up page.

    I believe the difference here is that thefractalfarm.net is a registered FQDN where gallery.com is just something I stuck in there to set up and test the server. Am I on the right track?

    What changes am I missing to get to the ISPConfig index page for thefractalfarm.net instead of my router set up page?
     
  10. falko

    falko Super Moderator Howtoforge Staff

    Yes.

    You must forward port 81 from your router to the correct server.
     
  11. latcarf

    latcarf New Member

    I forwarded that port. I did notice that instead of (colon) :81 it is (dot).81 getting me to my router set up and (colon):81 gets me nowhere.

    The only thing that will get me to the ISPConfig login is http://localhost:81 or http://192.168.2.5:81.
     
  12. falko

    falko Super Moderator Howtoforge Staff

    Still sounds like a problem with your router or a router misconfiguration. Please check your router settings again. Maybe you must restart it.
     
  13. latcarf

    latcarf New Member

    I double checked and did a restart and that did not help. I discovered the Firewall was enabled. I disabled it and set it to manual start only. I ran netstat -tap and here are the results
    Code:
    server2:~ # netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 localhost:898           *:*                     LISTEN      3266/famd
    tcp        0      0 *:mysql                 *:*                     LISTEN      2405/mysqld
    tcp        0      0 *:sunrpc                *:*                     LISTEN      2655/portmap
    tcp        0      0 localhost:novell-zen    *:*                     LISTEN      2919/zmd
    tcp        0      0 *:hosts2-ns             *:*                     LISTEN      2996/ispconfig_http
    tcp        0      0 *:ftp                   *:*                     LISTEN      3528/proftpd: (acce
    tcp        0      0 server2:domain          *:*                     LISTEN      3505/named
    tcp        0      0 localhost:domain        *:*                     LISTEN      3505/named
    tcp        0      0 *:ipp                   *:*                     LISTEN      3037/cupsd
    tcp        0      0 localhost:953           *:*                     LISTEN      3505/named
    tcp        0      0 *:smtp                  *:*                     LISTEN      3375/master
    tcp        0      0 server2:34949           69-44-123-39.w:www-http ESTABLISHED 4420/firefox-bin
    tcp        0      0 server2:41769           69-44-123-47.w:www-http ESTABLISHED 4420/firefox-bin
    tcp        0      0 server2:41768           69-44-123-47.w:www-http ESTABLISHED 4420/firefox-bin
    tcp        0      0 server2:44784           72.14.205.99:www-http   ESTABLISHED 4420/firefox-bin
    tcp        0      0 *:imaps                 *:*                     LISTEN      2754/couriertcpd
    tcp        0      0 *:pop3s                 *:*                     LISTEN      2816/couriertcpd
    tcp        0      0 *:pop3                  *:*                     LISTEN      2778/couriertcpd
    tcp        0      0 *:imap                  *:*                     LISTEN      2738/couriertcpd
    tcp        0      0 *:www-http              *:*                     LISTEN      3272/httpd2-prefork
    tcp        0      0 *:domain                *:*                     LISTEN      3505/named
    tcp        0      0 *:ssh                   *:*                     LISTEN      3146/sshd
    tcp        0      0 localhost:953           *:*                     LISTEN      3505/named
    tcp        0      0 *:smtp                  *:*                     LISTEN      3375/master
    tcp        0      0 *:https                 *:*                     LISTEN      3272/httpd2-prefork
    server2:~ #
    
    seems like a lot of server2 connections to me and I do not recognize any of those IP addresses listed. My static IP starts with 24.
     
  14. falko

    falko Super Moderator Howtoforge Staff

    Is AppArmor disabled? What's the output of
    Code:
    ps aux
    ?
     
  15. latcarf

    latcarf New Member

    AppArmor is disabled... ps aux is long(>10000 char) so I broke it in 2 replys
    Code:
    server2:~ # ps aux
    USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
    root         1  0.0  0.0    720   280 ?        S    07:56   0:01 init [5]
    root         2  0.0  0.0      0     0 ?        SN   07:56   0:00 [ksoftirqd/0]
    root         3  0.0  0.0      0     0 ?        S<   07:56   0:00 [events/0]
    root         4  0.0  0.0      0     0 ?        S<   07:56   0:00 [khelper]
    root         5  0.0  0.0      0     0 ?        S<   07:56   0:00 [kthread]
    root         7  0.0  0.0      0     0 ?        S<   07:56   0:00 [kblockd/0]
    root         8  0.0  0.0      0     0 ?        S<   07:56   0:00 [kacpid]
    root       132  0.0  0.0      0     0 ?        S    07:56   0:00 [pdflush]
    root       133  0.0  0.0      0     0 ?        S    07:56   0:00 [pdflush]
    root       135  0.0  0.0      0     0 ?        S<   07:56   0:00 [aio/0]
    root       134  0.0  0.0      0     0 ?        S    07:56   0:00 [kswapd0]
    root       341  0.0  0.0      0     0 ?        S<   07:56   0:00 [cqueue/0]
    root       342  0.0  0.0      0     0 ?        S<   07:56   0:00 [kseriod]
    root       380  0.0  0.0      0     0 ?        S<   07:56   0:00 [kpsmoused]
    root       768  0.0  0.0      0     0 ?        S<   07:56   0:00 [ata/0]
    root       777  0.0  0.0      0     0 ?        S<   07:56   0:00 [scsi_eh_0]
    root       778  0.0  0.0      0     0 ?        S<   07:56   0:00 [scsi_eh_1]
    root       810  0.0  0.0      0     0 ?        S<   07:56   0:00 [reiserfs/0]
    root       903  0.0  0.1   1856   672 ?        S<s  07:56   0:00 /sbin/udevd --daemon
    root      1433  0.0  0.0      0     0 ?        S<   07:56   0:00 [khubd]
    root      1434  0.0  0.0      0     0 ?        S    07:56   0:00 [khpsbpkt]
    root      1683  0.0  0.0      0     0 ?        S    07:56   0:00 [knodemgrd_0]
    root      1747  0.0  0.0      0     0 ?        S    07:56   0:00 [shpchpd_event]
    root      2140  0.0  0.1   1892   636 ?        Ss   07:56   0:00 /sbin/syslog-ng
    root      2146  0.0  0.0   1656   520 ?        Ss   07:56   0:00 /sbin/klogd -c 1 -x -x
    100       2171  0.0  0.1   3552  1052 ?        Ss   07:56   0:01 /usr/bin/dbus-daemon --system
    root      2204  0.0  0.0   1516   508 ?        Ss   07:56   0:00 /sbin/acpid
    root      2227  0.0  0.1   1800   676 ?        Ss   07:56   0:00 /sbin/resmgrd
    root      2242  0.0  0.4   4412  3040 ?        Ss   07:56   0:02 /usr/sbin/hald --daemon=yes --retain-privileges
    root      2265  0.0  0.1   2524  1200 ?        S    07:56   0:00 /bin/sh /usr/bin/mysqld_safe --user=mysql --pid-file=/var/lib/mysql/mysqld.pid --socket=/var/lib/mysql/mysql.
    mysql     2405  0.0  2.5 109708 16140 ?        Sl   07:56   0:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/mysqld.pid --
    root      2412  0.0  0.1   1816   660 ?        S    07:56   0:00 hald-addon-acpi
    root      2497  0.0  0.1   4368   844 ?        Ss   07:56   0:00 /usr/sbin/saslauthd -a pam
    root      2524  0.0  0.0   4368   492 ?        S    07:56   0:00 /usr/sbin/saslauthd -a pam
    root      2525  0.0  0.0   4368   440 ?        S    07:56   0:00 /usr/sbin/saslauthd -a pam
    root      2528  0.0  0.0   4368   440 ?        S    07:56   0:00 /usr/sbin/saslauthd -a pam
    root      2529  0.0  0.0   4368   440 ?        S    07:56   0:00 /usr/sbin/saslauthd -a pam
    root      2540  0.0  0.0      0     0 ?        S<   07:56   0:00 [kauditd]
    root      2547  0.0  0.0   9860   608 ?        S<sl 07:56   0:00 /sbin/auditd -n
    nobody    2655  0.0  0.0   1560   424 ?        Ss   07:56   0:00 /sbin/portmap
    root      2707  0.0  0.0   1816   576 ?        S    07:56   0:00 hald-addon-storage
    root      2716  0.0  0.0   1512   404 ?        S    07:56   0:00 /usr/sbin/courierlogger -pid=/var/run/authdaemon.courier-imap/pid -start /usr/lib/courier-authlib/authdaemond
    root      2717  0.0  0.1   1896   664 ?        S    07:56   0:00 /usr/lib/courier-authlib/authdaemond
    root      2725  0.0  0.0   1896   292 ?        S    07:56   0:00 /usr/lib/courier-authlib/authdaemond
    root      2726  0.0  0.0   1896   292 ?        S    07:56   0:00 /usr/lib/courier-authlib/authdaemond
    root      2727  0.0  0.0   1896   292 ?        S    07:56   0:00 /usr/lib/courier-authlib/authdaemond
    root      2728  0.0  0.0   1896   292 ?        S    07:56   0:00 /usr/lib/courier-authlib/authdaemond
    root      2729  0.0  0.0   1896   292 ?        S    07:56   0:00 /usr/lib/courier-authlib/authdaemond
    root      2737  0.0  0.0   1512   324 ?        S    07:56   0:00 /usr/sbin/courierlogger -pid=/var/run/imapd.pid -start -name=imapd /usr/lib/courier-imap/couriertcpd -address
    root      2738  0.0  0.0   1604   492 ?        S    07:56   0:00 /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 143 /usr/sb
    root      2753  0.0  0.0   1512   324 ?        S    07:56   0:00 /usr/sbin/courierlogger -pid=/var/run/imapd-ssl.pid -start -name=imapd-ssl /usr/lib/courier-imap/couriertcpd
    root      2754  0.0  0.0   1604   492 ?        S    07:56   0:00 /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 993 /usr/sb
    root      2777  0.0  0.0   1512   324 ?        S    07:56   0:00 /usr/sbin/courierlogger -pid=/var/run/pop3d.pid -start -name=pop3d /usr/lib/courier-imap/couriertcpd -address
    root      2778  0.0  0.0   1608   496 ?        S    07:56   0:00 /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 110 /usr/sb
    root      2815  0.0  0.0   1508   320 ?        S    07:56   0:00 /usr/sbin/courierlogger -pid=/var/run/pop3d-ssl.pid -start -name=pop3d /usr/lib/courier-imap/couriertcpd -add
    root      2816  0.0  0.0   1604   492 ?        S    07:56   0:00 /usr/lib/courier-imap/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 995 /usr/sb
    root      2996  0.0  1.1  12584  7416 ?        Ss   07:57   0:00 /root/ispconfig/httpd/bin/ispconfig_httpd -DSSL
    root      2997  0.0  0.1   2524  1204 ?        S    07:57   0:00 /bin/bash /root/ispconfig/sv/ispconfig_wconf
    root      3005  0.0  0.1   2808   812 ?        S    07:57   0:00 /opt/kde3/bin/kdm
    
     
  16. latcarf

    latcarf New Member

    and the rest of ps aux
    Code:
    lp        3037  0.0  0.5   7216  3384 ?        Ss   07:57   0:00 /usr/sbin/cupsd
    mdnsd     3044  0.0  0.1   1976   956 ?        Ss   07:57   0:00 /usr/sbin/mdnsd -f /etc/nss_mdns.conf -b
    1001      3048  0.0  1.0  12584  6504 ?        S    07:57   0:00 /root/ispconfig/httpd/bin/ispconfig_httpd -DSSL
    root      3053  0.0  0.2   4256  1752 ?        S    07:57   0:00 /usr/sbin/powersaved -d -f /var/run/acpid.socket -v 3
    root      3146  0.0  0.1   4852  1224 ?        Ss   07:57   0:00 /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid
    ntp       3186  0.0  0.6   4164  4164 ?        SLs  07:57   0:00 /usr/sbin/ntpd -p /var/lib/ntp/var/run/ntp/ntpd.pid -u ntp -i /var/lib/ntp
    root      3246  0.0  0.1 106476  1052 ?        Ssl  07:57   0:00 /usr/sbin/nscd
    root      3266  0.0  0.2   3652  1608 ?        Ss   07:57   0:04 /usr/sbin/famd -t 4 -T 0 -L
    root      3272  0.0  1.9  58888 12340 ?        Ss   07:57   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    root      3273  0.0  0.0   1424   296 ?        S    07:57   0:00 /root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y
    root      3375  0.0  0.2   5416  1740 ?        Ss   07:57   0:00 /usr/lib/postfix/master
    root      3468  0.0  0.0   1820   540 ?        Ss   07:57   0:00 /usr/sbin/cron
    named     3505  0.0  0.4  30748  2728 ?        Ssl  07:57   0:00 /usr/sbin/named -t /var/lib/named -u named
    wwwrun    3514  0.0  1.4  59016  9340 ?        S    07:57   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    wwwrun    3515  0.0  1.4  59016  9340 ?        S    07:57   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    wwwrun    3516  0.0  1.4  59016  9340 ?        S    07:57   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    wwwrun    3517  0.0  1.4  59016  9340 ?        S    07:57   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    wwwrun    3518  0.0  1.4  59016  9340 ?        S    07:57   0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    nobody    3528  0.0  0.1   2556   828 ?        Ss   07:57   0:00 proftpd: (accepting connections)
    1001      3533  0.0  0.1   2568   736 ?        Ss   07:57   0:00 /home/admispconfig/ispconfig/tools/clamav/bin/freshclam -d -c 10 --datadir=/home/admispconfig/ispconfig/tools
    root      3550  0.0  0.1   1960   664 tty1     Ss+  07:57   0:00 /sbin/mingetty --noclear tty1
    root      3551  0.0  0.1   1956   640 tty2     Ss+  07:57   0:00 /sbin/mingetty tty2
    root      3552  0.0  0.1   1956   640 tty3     Ss+  07:57   0:00 /sbin/mingetty tty3
    root      3553  0.0  0.1   1956   636 tty4     Ss+  07:57   0:00 /sbin/mingetty tty4
    root      3554  0.0  0.1   1960   636 tty5     Ss+  07:57   0:00 /sbin/mingetty tty5
    root      3555  0.0  0.1   1960   640 tty6     Ss+  07:57   0:00 /sbin/mingetty tty6
    root      5023  0.0  0.1   2400   748 ?        Ss   08:21   0:00 /usr/sbin/dhcdbd --system
    root      5029  0.0  0.1   2776  1244 ?        Ss   08:21   0:00 /usr/sbin/NetworkManagerDispatcher
    root      5034  0.0  0.3  12012  1996 ?        Ssl  08:21   0:00 /usr/sbin/NetworkManager
    postfix   5120  0.0  0.2   5412  1668 ?        S    08:21   0:00 qmgr -l -t fifo -u
    root      5271  0.2  4.9  37392 31008 tty7     Ss+  08:23   0:46 /usr/X11R6/bin/X -br -nolisten tcp :0 vt7 -auth /var/lib/xdm/authdir/authfiles/A:0-EmGJYK
    root      5272  0.0  0.2   3860  1636 ?        S    08:23   0:00 -:0
    root      2919  0.0  4.6  84616 29384 ?        RNsl 07:58   0:16 zmd /usr/lib/zmd/zmd.exe --sleep-resume
    postfix   9497  0.0  0.2   5376  1636 ?        S    13:21   0:00 pickup -l -t fifo -u
    root     10442  0.0  0.2   2756  1332 ?        Ss   14:32   0:00 /bin/sh /usr/X11R6/bin/kde
    root     10483  0.0  0.0   2452   420 ?        Ss   14:32   0:00 /usr/bin/gpg-agent --sh --daemon
    root     10487  0.0  0.0   3308   580 ?        Ss   14:32   0:00 dbus-daemon --fork --print-pid 8 --print-address 6 --session
    root     10488  0.0  0.1   2732   640 ?        S    14:32   0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session /usr/X11R6/bin/kde
    root     10519  0.0  1.1  23316  6968 ?        Ss   14:32   0:00 kdeinit Running...
    root     10522  0.0  0.4  22500  2612 ?        S    14:32   0:00 dcopserver [kdeinit] --nosid
    root     10524  0.0  1.2  24500  7884 ?        S    14:32   0:00 klauncher [kdeinit]
    root     10526  0.1  2.4  31692 15284 ?        S    14:32   0:00 kded [kdeinit]
    root     10531  0.0  0.0   1500   348 ?        S    14:32   0:00 kwrapper ksmserver
    root     10533  0.0  1.6  25996 10128 ?        S    14:32   0:00 ksmserver [kdeinit]
    root     10536  0.1  2.1  27872 13236 ?        S    14:32   0:00 kwin [kdeinit] -session 10d8d7a476000115670859900000126960000_1158323030_688631
    root     10538  0.1  2.4  29740 15476 ?        S    14:32   0:00 kdesktop [kdeinit]
    root     10540  0.4  2.5  31464 15928 ?        S    14:32   0:02 kicker [kdeinit]
    root     10541  0.0  1.0  23812  6536 ?        S    14:32   0:00 kio_file [kdeinit] file /tmp/ksocket-root/klauncherULi8tb.slave-socket /tmp/ksocket-root/kdesktopA6kRgb.slave
    root     10549  0.0  2.3  28932 14948 ?        S    14:32   0:00 kmix [kdeinit] -session 10d8d7a476000115670860300000126960010_1158323030_666745
    root     10551  0.0  2.0  29116 13036 ?        S    14:32   0:00 knetworkmanager [kdeinit] -session 10d8d7a476000115670860600000126960016_1158323030_667809
    root     10555  0.0  2.2  45296 14040 ?        S    14:32   0:00 knotify [kdeinit]
    root     10557  0.1  2.8  34244 17840 ?        S    14:32   0:00 konqueror [kdeinit] --preload
    root     10559  0.2  3.5  43832 22156 ?        Sl   14:32   0:01 zen-updater --desktop /usr/lib/zen-updater/ZenUpdater.exe
    root     10568  0.0  2.0  28088 12972 ?        S    14:32   0:00 kpowersave [kdeinit]
    root     10570  0.0  1.8  26652 11376 ?        S    14:32   0:00 klipper [kdeinit]
    root     10721  0.0  0.2   2752  1304 ?        S    14:33   0:00 /bin/sh /usr/bin/firefox
    root     10727  7.3  6.7 119952 42748 ?        Sl   14:33   0:34 /usr/lib/firefox/firefox-bin
    root     10749  0.0  0.3   4724  2392 ?        S    14:33   0:00 /opt/gnome/lib/GConf/2/gconfd-2 18
    root     10753  0.0  0.0      0     0 ?        Z    14:33   0:00 [netstat] <defunct>
    root     10952  3.0  2.4  30668 15288 ?        S    14:41   0:00 konsole [kdeinit]
    root     10953  0.1  0.2   3236  1804 pts/1    Ss   14:41   0:00 /bin/bash
    root     10973  0.0  0.0   1508   392 ?        S    14:41   0:00 sleep 10
    root     10974  0.0  0.1   2388   844 pts/1    R+   14:41   0:00 ps aux
    
    wow! long list huh!
     
  17. latcarf

    latcarf New Member

    okay! I solved that problem! As I said before I have another server running

    192.168.2.4 server1.thefractalfarm.net

    In order to see my web pages on my cp's inside my network the web sites are listed in eachin the host file.

    Now I am setting up and testing this server (which is not open to the outside world yet)

    192.168.2.5 server2.thefractalfarm.net

    I had put 192.168.2.4 and the web site alias's in the host file. Once I deleted those and added them to the alias for this server I was able to get to the ISPConfig login page. :D

    This has raised some other questions though...

    If I have set up a site, say www.doamin.tld, and the user domainowner with password domainowner1 is assigned under the User & Email tab for that site, shouldn't they be able to log in from http://www.domain.tld:81 login screen? and do they have to use the web#_ prefix assigned for each site? (I was unable to use the users assigned to the three sites I have loaded but admin worked.)

    Also, the user I have assigned for each of the three sites I have set up are showing up on my Linux login screen top, huh!? Can I stop this?
     
  18. falko

    falko Super Moderator Howtoforge Staff

    You're mixing up email/FTP users and clients. Clients can log in to ISPConfig, but the users you set up on the "User & Email" tab can only use email and FTP, and not log in to ISPConfig.
     
  19. latcarf

    latcarf New Member

    Got it! Thanks :) The manual is helping at this point also...

    appreciate the help from you and Till!
     

Share This Page