gui error - 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: gui error (/thread-3259.html) |
gui error - Cercetasu - 05-09-2008 07:47 PM Hello everybody, i used vhcs for a long time and i wanted to try ispcp. I managed to install it on fedora core 8 but i have a problem. when i go to ispcp homepage all i get is: config variable 'APACHE_CUSTOM_SITES_CONFIG_DIR' is missing! contact your system administrator where is the problem? i didn't find anything relevant in the logs. Please help! RE: gui error - BeNe - 05-09-2008 07:56 PM You have to create a Folder called "ispcp" in "/etc/apache2/". Example: Code: ls -l /etc/apache2/ Greez BeNe RE: gui error - Cercetasu - 05-09-2008 08:03 PM my apache is installed in /etc/httpd i changed the pacth in ispcp.conf before installing i've created a folder ispcp but still not working this is my apache folder: [root@ns2 httpd]# ls -l total 44 drwxr-xr-x 2 root root 4096 2008-05-08 21:11 conf drwxr-xr-x 2 root root 4096 2008-05-08 23:34 conf.d drwxr-xr-x 2 root root 4096 2008-05-08 23:13 ispcp lrwxrwxrwx 1 root root 19 2008-05-08 21:11 logs -> ../../var/log/httpd lrwxrwxrwx 1 root root 29 2008-05-08 21:11 modules -> ../../usr/lib64/httpd/modules lrwxrwxrwx 1 root root 13 2008-05-08 21:11 run -> ../../var/run drwxr-xr-x 2 root root 4096 2008-05-08 23:34 vhosts i forgot to mention i'm trying to install ispcp-omega rc4 RE: gui error - gOOvER - 05-09-2008 08:25 PM I think this only means that this shown Variable is missing in ispcp.conf. RE: gui error - Cercetasu - 05-09-2008 09:12 PM gOOvER Wrote:I think this only means that this shown Variable is missing in ispcp.conf. i've checked ispcp.conf in the latest daily snapshot and that variable isn't set. i've changed /etc/ispcp.conf and add restarted the daemon and i got to the login page, but now i can't login. i get: Duplicate entry 'p8jk8j9vf175h3fgl4bvsfhom4' for key 1 i've changed permissions to 777 on /var/www/ispcp/gui/phptmp still not working RE: gui error - sci2tech - 05-09-2008 09:29 PM Cercetasu Wrote:Duplicate entry 'p8jk8j9vf175h3fgl4bvsfhom4' for key 1 PHP Code: truncate table `ispcp`.`login`; RE: gui error - Cercetasu - 05-09-2008 09:29 PM it finally worked. hope there won't be any more problems thanks for your help best regards RE: gui error - gOOvER - 05-09-2008 10:24 PM Maybe you can write a Ticket. So the Dev's can fix it. RE: gui error - Tseng - 05-10-2008 12:17 AM Im not really sure about this solution, because i use Debian. But shouldn't Code: APACHE_CUSTOM_SITES_DIR = /etc/httpd/vhosts Code: APACHE_CUSTOM_SITES_CONFIG_DIR = /etc/httpd/vhosts Maybe it helps. If it does, then I'll open a ticket and post the solution to it. Tseng RE: gui error - jwalcik - 05-14-2008 12:25 AM I'm seeing this same error (config variable 'APACHE_CUSTOM_SITES_CONFIG_DIR' is missing!) with an installation on RHEL 5. I've tried changing this: Code: APACHE_CUSTOM_SITES_DIR = /etc/httpd/vhosts Code: APACHE_CUSTOM_SITES_CONFIG_DIR = /etc/httpd/vhosts |