ispCP - Board - Support
Installation succeeds but what next? - 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: Installation succeeds but what next? (/thread-6349.html)



Installation succeeds but what next? - kwutzke - 04-09-2009 09:22 AM

I'm really not into Linux much especially Webadmin still kills me. I've installed ispCP on my vServer at my provider. It all went fine so far. I followed

http://www.isp-control.net/documentation/start/installation/debian

to set things up. I didn't miss anything, I'm sure.

When starting "perl ./ispcp-setup" I go with the defaults mostly:

-----


Welcome to ispCP '1.0.0 OMEGA' Setup Dialog.
This program will set up ispCP OMEGA system on your server.

Next you are asked to enter a "fully qualified hostname" (FQHN).
For more infos read http://en.wikipedia.org/wiki/FQDN.


Please enter a fully qualified hostname. [xxxxx.xxxxxxxxxxx.xx]:

Please enter system network address. [xx.xx.xxx.xxx]:

Please enter the domain name where ispCP OMEGA will run on [admin.xxxxx.xxxxxxxxxxx.xx]:

Please enter SQL server host. [localhost]:

Please enter system SQL database. [ispcp]:

Please enter system SQL user. [root]:

Please enter system SQL password. [none]:
Please repeat system SQL password:

Please enter ispCP ftp SQL user. [vftp]:

Please enter ispCP ftp SQL user password. [auto generate]:
Please repeat ispCP ftp SQL user password:

Please enter ispCP phpMyAdmin Control user. [pma]:

Please enter ispCP phpMyAdmin Control user password. [auto generate]:
Please repeat ispCP phpMyAdmin Control user password:

Please enter administrator login name. [admin]:

Please enter administrator password:
Please repeat administrator password:

Please enter administrator e-mail address: bla@blahblah.com

IP of Secondary DNS. (optional) []:

Use MySQL Prefix.
Possible values: [i]nfront, [b]ehind, [n]one. [none]:

FastCGI Version: [f]cgid or fast[c]gi. [fcgid]:

Activate AWStats. [no]: y

AWStats Mode:
Possible values [d]ynamic and [s]tatic. [dynamic]: d

Starting Installation...


Setting GUI Permissions: ................................................................................​................................................................................​................................................................................​................................................................................​................................................................................​................................................................................​................................................................................​................................................................................​.................................................................. Setting Engine Permissions: .............done

Congratulations!

ispCP '1.0.0 OMEGA' Setup completed successfully!

Please type http://admin.xxxxx.xxxxxxxxxxx.xx in your browser,
log in with your Administrator Account and perform Database Updates if exists.

Setup is now updating rkhunter:
Running updater...

Mirrorfile /var/lib/rkhunter/db/mirrors.dat rotated
Using mirror http://rkhunter.sourceforge.net
[DB] Mirror file : Up to date
[DB] MD5 hashes system binaries : Up to date
[DB] Operating System information : Up to date
[DB] MD5 blacklisted tools/binaries : Up to date
[DB] Known good program versions : Up to date
[DB] Known bad program versions : Up to date




Ready.

-----

Now that I'm done, what's next? I can't reach my server at

admin.xxxxx.xxxxxxxxxxx.xx ...as expected.

1. Where's the Apache usually? In

/etc/ispcp/apache or in /etc/apache2 ? /etc/ispcp/apache/httpd.conf doesn't contain any URLs as hinted by my provider, /etc/apache2/httpd.conf has zero bytes.


2. When entering the ps command, there's only a bash and a ps process running. Seems too few to me for what got installed and should be running. Even a reboot doesn't change that situation.

What am I doing wrong?

Karsten


RE: Installation succeeds but what next? - joximu - 04-09-2009 04:22 PM

Apache vhosts on Debian:
/etc/apache2/sites-enabled/*

whats going on with "/etc/init.d/apache2 restart" ?

/J


RE: Installation succeeds but what next? - kwutzke - 04-09-2009 10:40 PM

(04-09-2009 04:22 PM)joximu Wrote:  Apache vhosts on Debian:
/etc/apache2/sites-enabled/*

/J

vz227:/etc/apache2/sites-enabled# ls
00_master.conf 01_awstats.conf ispcp.conf

There's something at the end of the ispcp.conf with vhosts but no entries:

.
.
.
#
# let the customer decide what charset he likes to use
#

AddDefaultCharset Off

#
# Header End
#

# httpd [{IP}] virtual host entry BEGIN.
# httpd [{IP}] virtual host entry END.

# httpd Data END.


(04-09-2009 04:22 PM)joximu Wrote:  whats going on with "/etc/init.d/apache2 restart" ?

/J
vz227:/# /etc/init.d/apache2 restart
Forcing reload of web server (apache2)... waiting ...
vz227:/# ps
PID TTY TIME CMD
31839 pts/0 00:00:00 bash
31958 pts/0 00:00:00 ps


RE: Installation succeeds but what next? - joximu - 04-09-2009 11:36 PM

ispcp itself is configured in 00_master.conf
the customers are written in the ispcp.conf (so this is empty)


do you have error-logs?
/var/log/apache2/*

/J