Current time: 04-20-2024, 10:58 AM Hello There, Guest! (LoginRegister)


Post Reply 
ispCP Apache fastCGI modules configuration: Failed
Author Message
Skeletor Offline
Junior Member
*

Posts: 12
Joined: Aug 2012
Reputation: 0
Post: #11
RE: ispCP Apache fastCGI modules configuration: Failed
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 !
08-26-2012 07:47 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #12
RE: ispCP Apache fastCGI modules configuration: Failed
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...
08-26-2012 09:58 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Skeletor Offline
Junior Member
*

Posts: 12
Joined: Aug 2012
Reputation: 0
Post: #13
RE: ispCP Apache fastCGI modules configuration: Failed
nope.. didnt help.
08-26-2012 11:43 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #14
RE: ispCP Apache fastCGI modules configuration: Failed
can you show the output... sorry... this was not the solution... only a step towards...
08-27-2012 07:00 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Skeletor Offline
Junior Member
*

Posts: 12
Joined: Aug 2012
Reputation: 0
Post: #15
RE: ispCP Apache fastCGI modules configuration: Failed
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
08-27-2012 07:15 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #16
RE: ispCP Apache fastCGI modules configuration: Failed
/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
08-27-2012 08:31 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Skeletor Offline
Junior Member
*

Posts: 12
Joined: Aug 2012
Reputation: 0
Post: #17
RE: ispCP Apache fastCGI modules configuration: Failed
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?)
(This post was last modified: 08-27-2012 04:25 PM by Skeletor.)
08-27-2012 03:05 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #18
RE: ispCP Apache fastCGI modules configuration: Failed
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
08-27-2012 11:30 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Skeletor Offline
Junior Member
*

Posts: 12
Joined: Aug 2012
Reputation: 0
Post: #19
RE: ispCP Apache fastCGI modules configuration: Failed
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>
....
(This post was last modified: 08-28-2012 05:41 AM by Skeletor.)
08-28-2012 05:26 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #20
RE: ispCP Apache fastCGI modules configuration: Failed
"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
08-28-2012 07:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)