ispCP - Board - Support
ispCP Apache fastCGI modules configuration: Failed - 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: ispCP Apache fastCGI modules configuration: Failed (/thread-16242.html)

Pages: 1 2 3


RE: ispCP Apache fastCGI modules configuration: Failed - Skeletor - 08-26-2012 07:47 PM

okey. i removed ispcp and i made clean installation. then there was no more fastcgi problem . but now postfix configuration files: failed

log says:

Code:
system()                       | [DEBUG] /bin/cp: not writing through dangling symlink `/etc/postfix/main.cf'
getCmdExitValue()              | Starting...
getCmdExitValue()              | [DEBUG] External command exited with value 1
getCmdExitValue()              | Ending...
sys_command()                  | [ERROR] External command '/bin/cp -pf /etc/ispcp/postfix/working/main.cf /etc/postfix/main.cf' exited with value 1 !



RE: ispCP Apache fastCGI modules configuration: Failed - joximu - 08-26-2012 09:58 PM

please make:

ls -la /etc/ispcp/postfix/working/main.cf

and

ls -la /etc/postfix/main.cf

it seems that the latter is a "dead" symlink... - but I'm not sure...


RE: ispCP Apache fastCGI modules configuration: Failed - Skeletor - 08-26-2012 11:43 PM

nope.. didnt help.


RE: ispCP Apache fastCGI modules configuration: Failed - joximu - 08-27-2012 07:00 AM

can you show the output... sorry... this was not the solution... only a step towards...


RE: ispCP Apache fastCGI modules configuration: Failed - Skeletor - 08-27-2012 07:15 AM

sure, here:

ls -la /etc/ispcp/postfix/working/main.cf
-rw-r--r-- 1 root root 5216 Aug 26 16:43 /etc/ispcp/postfix/working/main.cf

ls -la /etc/postfix/main.cf
lrwxrwxrwx 1 root root 40 Aug 17 15:31 /etc/postfix/main.cf -> /etc/zpanel/confi gs/postfix/conf/main.cf


RE: ispCP Apache fastCGI modules configuration: Failed - joximu - 08-27-2012 08:31 AM

/etc/postfix/main.cf -> /etc/zpanel/confi gs/postfix/conf/main.cf

yeah!

what's this?
maybe you earlier had a symlink to zpanel which is now "dead"...

so: try this:

rm /etc/postfix/main.cf

/J


RE: ispCP Apache fastCGI modules configuration: Failed - Skeletor - 08-27-2012 03:05 PM

hey, quess what? now the installation went through without problems!

thank you very much Joximu!

one thing more, i tried install ispcp admin panel in subdomain but it's saying "server not found".. hmm.

lets say my domain is domain.com and i tried install admin panel in admin.domain.com.

domain.com says: ispCPOmega Error 404! File Not Found! (this is ok, cause there is not files yet)
admin.domain.com: server not found! (this is wierd, some apache conf problem?)


RE: ispCP Apache fastCGI modules configuration: Failed - joximu - 08-27-2012 11:30 PM

Hi

looks like a DNS problem (server not found).

check the zone domain.com on the DNS...

I don't know if you have external DNS or use ispcp for DNS...

/J


RE: ispCP Apache fastCGI modules configuration: Failed - Skeletor - 08-28-2012 05:26 AM

yes, i know this is way out of topic but

i made DNS record from my subdomain targetin my server ip (im not sure is this right way to do). now it's saying same thing that my domain name (error 404).

i think cause both is targeted my server ip and now apache.conf giving same folder to both.. but admin.domain.com should be targeted ispCP panel folder..

it may be that I'm doing this all wrong?!?

(sorry my bad english, im from Finland Smile )

that is in my /etc/apache2/sites-enabled/00_master.conf
I think this is the file that apache2.conf include.

<VirtualHost xx.xx.xx.xx:80>

ServerAdmin admin@domain.com
DocumentRoot /var/www/ispcp/gui
ServerName admin.domain.com

Alias /errors /var/www/ispcp/gui/errordocs/

ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html
ErrorDocument 503 /errors/503.html
Alias /pma /var/www/ispcp/gui/tools/pma/
Alias /webmail /var/www/ispcp/gui/tools/webmail/
Alias /ftp /var/www/ispcp/gui/tools/filemanager/

<IfModule suexec_module>
SuexecUserGroup vu2000 vu2000
</IfModule>
....


RE: ispCP Apache fastCGI modules configuration: Failed - joximu - 08-28-2012 07:05 AM

"Server not found" is a DNS thing - not an apache problem.

With the "home computer" you may run "ping admin.domain.com" and you should see the ping to your ispcp server - same with "ping domain.com" or "ping http://www.domain.com".

For the moment you should also be able to access ispcp just with the server ip...

You may send mee a PM with the correct domain name so I can help you further.

/J