ispCP - Board - Support
sites-avaible/ispcp.conf wont be filled - 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: sites-avaible/ispcp.conf wont be filled (/thread-4652.html)



sites-avaible/ispcp.conf wont be filled - CvH - 10-10-2008 12:36 AM

Hi, i have an fresh installed Debian Etch and everything runs fine but ispCP RC6 didnĀ“t create the Subdomains useable.

I can setup an subdomain in the AdminCP and all folders and files are created.
But /etc/apache2/sites-avaible/ispcp.conf leaves empty.

Ive tryed to stop start ... but nothings helps


also

Quote:UPDATE `domain` set `domain_status`='change';
UPDATE `domain_aliasses` set `alias_status`='change';
UPDATE `subdomain` set `subdomain_status`='change';

afterward # /var/www/ispcp/engine/ispcp-rqst-mngr

wont help

also tryed to update to latest nightly wont help ...

any ideas ?


RE: sites-avaible/ispcp.conf wont be filled - sci2tech - 10-10-2008 12:46 AM

Please enable debug (in /etc/ispcp/ispcp.conf DEBUG = 1) and run /var/www/ispcp/engine/ispcp-rqst-mngr. then put here output from file /var/log/ispcp-*.


RE: sites-avaible/ispcp.conf wont be filled - CvH - 10-10-2008 02:18 AM

Quote:/var/www/ispcp/engine/ispcp-rqst-mngr
DEBUG: push_el() sub_name: mngr_start_up(), msg: Starting...
DEBUG: push_el() sub_name: lock_system(), msg: Starting...
DEBUG: push_el() sub_name: sys_command(), msg: Starting...
DEBUG: push_el() sub_name: sys_command('`which touch` /var/run/ispcp.lock'), msg: Ending...
DEBUG: push_el() sub_name: lock_system(), msg: Ending...
DEBUG: push_el() sub_name: get_conf(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Ending...
DEBUG: push_el() sub_name: setup_main_vars(), msg: Starting...
DEBUG: push_el() sub_name: decrypt_db_password(), msg: Starting...
DEBUG: push_el() sub_name: decrypt_db_password(), msg: Ending...
DEBUG: push_el() sub_name: setup_main_vars(), msg: Ending...
DEBUG: push_el() sub_name: get_conf(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: mngr_start_up(), msg: Ending...
DEBUG: push_el() sub_name: mngr_engine(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: mngr_engine(), msg: Ending...
DEBUG: push_el() sub_name: mngr_shut_down(), msg: Starting...
DEBUG: push_el() sub_name: unlock_system(), msg: Starting...
DEBUG: push_el() sub_name: sys_command(), msg: Starting...
DEBUG: push_el() sub_name: sys_command('`which rm` -rf /var/run/ispcp.lock'), msg: Ending...
DEBUG: push_el() sub_name: unlock_system(), msg: Ending...
DEBUG: push_el() sub_name: mngr_shut_down(), msg: Ending...

no logs in /var/log/ispcp/*.* created (delete older logs before)
--------------------------------------------------------------------------------

after i added an testdomain (test.de) some logs are created


RE: sites-avaible/ispcp.conf wont be filled - sci2tech - 10-10-2008 02:24 AM

You must do this steps after
Code:
UPDATE `domain` set `domain_status`='change';
UPDATE `domain_aliasses` set `alias_status`='change';
UPDATE `subdomain` set `subdomain_status`='change';



RE: sites-avaible/ispcp.conf wont be filled - CvH - 10-10-2008 02:52 AM

1. debug 1
2. mysql "UPDATE `domain` ..."
3. /var/www/ispcp/engine/ispcp-rqst-mngr
4. logs

hope this is right Smile

-edit-
now it works ... dont know why but it works


but an other error appear
Quote:No input file specified.
html docs are ok, only *.php files wont work (info php ... always the same error) php cgi mysql support for domain is on

in the debug logs are now a lot of this errors
Code:
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{AWSTATS_ENGINE_DIR}' eq '{AWSTATS_ENGINE_DIR}', missing '{AWSTATS_ENGINE_DIR}' in src !
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{APACHE_LOG_DIR}' eq '{APACHE_LOG_DIR}', missing '{APACHE_LOG_DIR}' in src !
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{AWSTATS_WEB_DIR}' eq '{AWSTATS_WEB_DIR}', missing '{AWSTATS_WEB_DIR}' in src !
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{AWSTATS_CACHE_DIR}' eq '{AWSTATS_CACHE_DIR}', missing '{AWSTATS_CACHE_DIR}' in src !
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{DOMAIN_NAME}' eq '{DOMAIN_NAME}', missing '{DOMAIN_NAME}' in src !
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{DMN_NAME}' eq '{DMN_NAME}', missing '{DMN_NAME}' in src !
DEBUG: push_el() sub_name: get_tag(), msg: ERROR: '{DB_DIR}' eq '{DB_DIR}', missing '{DB_DIR}' in src !

--edit #2 --
i gave a reinstall a try and it works ...
dont know why but it works again Smile