ispCP - Board - Support
[SOLVED] n00b question - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: [SOLVED] n00b question (/thread-5162.html)

Pages: 1 2


[SOLVED] n00b question - laddu - 12-16-2008 08:52 PM

Hi all,

I`m new here and i`m new with ispcp.

I just finished installing without any error. Everything is ok I guess.

My stupid question to you is how can I access the CP?

My domain is not yet pointed to the IP (at tld) so i tried with myip/admin but it is not working.

Is this correct ?

Regards


RE: n00b question - joximu - 12-16-2008 09:23 PM

the ip alone should also do the job - but hopefully you set a hostname for administration like "admin.domain.tld" during setup. Then you could set this in your DNS to point to the right ip.

/J


RE: n00b question - laddu - 12-16-2008 11:42 PM

Thanks for your answer.

I get 500 internal error unfortunately.

I reviewed the post with 500 issue and I manage to install mod_fastgci.

I also manage to start the application bunt for the moment the maintenance mode is permanently active. I select disable and apply settings but it is not working

Any idea ?


RE: n00b question - joximu - 12-17-2008 12:07 AM

set the field MAINTENANCEMODE in the DB ispcp, table config to 0 (zero)

/J


RE: n00b question - laddu - 12-17-2008 12:48 AM

already 0
Code:
mysql> select * from config;
+--------------------------+--------------------------------------------------------------------------------------+
| name                     | value                                                                                |
+--------------------------+--------------------------------------------------------------------------------------+
| PORT_FTP                 | 21;tcp;FTP;1;0                                                                       |
| PORT_SSH                 | 22;tcp;SSH;1;0                                                                       |
| PORT_TELNET              | 23;tcp;TELNET;1;0                                                                    |
| PORT_SMTP                | 25;tcp;SMTP;1;0                                                                      |
| PORT_DNS                 | 53;tcp;DNS;1;0                                                                       |
| PORT_HTTP                | 80;tcp;HTTP;1;0                                                                      |
| PORT_HTTPS               | 443;tcp;HTTPS;0;0                                                                    |
| PORT_POP3                | 110;tcp;POP3;1;0                                                                     |
| PORT_POP3-SSL            | 995;tcp;POP3-SSL;1;0                                                                 |
| PORT_IMAP                | 143;tcp;IMAP;1;0                                                                     |
| PORT_IMAP-SSL            | 993;tcp;IMAP-SSL;0;0                                                                 |
| PORT_POSTGREY            | 60000;tcp;POSTGREY;1;1                                                               |
| PORT_AMAVIS              | 10024;tcp;AMaVis;1;1                                                                 |
| PORT_SPAMASSASSIN        | 783;tcp;SPAMASSASSIN;1;1                                                             |
| PORT_POLICYD-WEIGHT      | 12525;tcp;POLICYD-WEIGHT;1;1                                                         |
| DATABASE_REVISION        | 6                                                                                    |
| CRITICAL_UPDATE_REVISION | 2                                                                                    |
| MAINTENANCEMODE          | 0                                                                                    |
| MAINTENANCEMODE_MESSAGE  | We are sorry, but the system is currently under maintenance.
Please try again later. |
+--------------------------+--------------------------------------------------------------------------------------+
19 rows in set (0.00 sec)



RE: n00b question - joximu - 12-17-2008 12:57 AM

hm, well, then it should work... :-)

You always can login as admin, but reseller & user only if maintenance is switched off...

/J


RE: n00b question - laddu - 12-17-2008 01:04 AM

Maintenance is switched off.

when I try to login with non admin i receive:

Code:
System is currently under maintenance! Only administrators can login.



RE: n00b question - joximu - 12-17-2008 01:13 AM

ah!

maybe you have some critical updates to execute!

Login as admin and watch out!

/J


RE: n00b question - laddu - 12-17-2008 01:22 AM

indeed, it is working now

Thanks for support


RE: n00b question - Quemeros - 12-17-2008 01:08 PM

put SOLVED in the title of thread!