ispCP - Board - Support
ispCP Apache FastCGI Mod Config Failure -- Rhel 5.o - 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 Mod Config Failure -- Rhel 5.o (/thread-12069.html)



ispCP Apache FastCGI Mod Config Failure -- Rhel 5.o - Instagator - 11-07-2010 04:04 PM

Hey
Having a hell of a time trying to get ispcp up and running.
Heres the problem that i ran into and can't find a solution for.
I installed Fcgid and still getting the below error.

* ispCP Apache fastCGI modules configuration: [ Failed ]

ispCP setup log file error:


system() | [DEBUG] /bin/cp: cannot create regular file `/etc/httpd/conf.d/mods-available/': Is a directory
getCmdExitValue() | Starting...
getCmdExitValue() | [DEBUG] External command exited with value 1
getCmdExitValue() | Ending...
sys_command() | [ERROR] External command '/bin/cp -pf /etc/ispcp/apache/working/fastcgi_ispcp.conf /etc/httpd/conf.d/mods-available/' exited with value 1 !


Installing it on RHEL 5

Any input?
(I have installed most of the modules)
Thanks
Paul


RE: ispCP Apache FastCGI Mod Config Failure -- Rhel 5.o - Nuxwin - 11-08-2010 12:26 AM

Hello ;

Are you sure you have used the correct Makefile ? Sound like you have used the default (Debian) Makefile...


RE: ispCP Apache FastCGI Mod Config Failure -- Rhel 5.o - Instagator - 11-08-2010 02:09 AM

(11-08-2010 12:26 AM)Nuxwin Wrote:  Hello ;

Are you sure you have used the correct Makefile ? Sound like you have used the default (Debian) Makefile...

There wasn't a specific makefle for the RHEL? (redhat)
However I did modify the Makefile Host_os to redhat


RE: ispCP Apache FastCGI Mod Config Failure -- Rhel 5.o - Nuxwin - 11-08-2010 03:05 AM

god....

Redhat support is not up to date but, I've you trying with:

make -f Makefile.centos

Is more adapted for RedHat (I think) than the default (Debian Makefile)...

Feel free to adapte it for RHEL and then, provide us a patch...


RE: ispCP Apache FastCGI Mod Config Failure -- Rhel 5.o - Instagator - 11-08-2010 08:34 AM

(11-08-2010 03:05 AM)Nuxwin Wrote:  god....

Redhat support is not up to date but, I've you trying with:

make -f Makefile.centos

Is more adapted for RedHat (I think) than the default (Debian Makefile)...

Feel free to adapte it for RHEL and then, provide us a patch...

Tried it, same exact error message


RE: ispCP Apache FastCGI Mod Config Failure -- Rhel 5.o - Instagator - 11-08-2010 12:43 PM

(11-08-2010 08:34 AM)Instagator Wrote:  
(11-08-2010 03:05 AM)Nuxwin Wrote:  god....

Redhat support is not up to date but, I've you trying with:

make -f Makefile.centos

Is more adapted for RedHat (I think) than the default (Debian Makefile)...

Feel free to adapte it for RHEL and then, provide us a patch...

Tried it, same exact error message

figured it out... I'm convinced on getting this thing to run on RHEL 5.o -- I'll update u guys on the modifications that I needed to make. Be advised that its been a while since I went manual on Redhat so I'm a little rusty per se... =)


RE: ispCP Apache FastCGI Mod Config Failure -- Rhel 5.o - Instagator - 11-09-2010 12:08 AM

Ran into this, no clue on how about to go fixing it

[ERROR] File '/etc/ispcp/courier/backup/authdaemonrc.system' does not exist!


RE: ispCP Apache FastCGI Mod Config Failure -- Rhel 5.o - Nuxwin - 11-09-2010 12:29 AM

Hello ;

File not found so create it (copy your system authdaemonrc to /etc/ispcp/courier/backup/authdaemonrc.system)


RE: ispCP Apache FastCGI Mod Config Failure -- Rhel 5.o - Instagator - 11-09-2010 12:40 AM

(11-09-2010 12:29 AM)Nuxwin Wrote:  Hello ;

File not found so create if (copy you system authdaemonrc to /etc/ispcp/courier/backup/authdaemonrc.system)

Gotcha will do.


RE: ispCP Apache FastCGI Mod Config Failure -- Rhel 5.o - Instagator - 11-12-2010 02:10 AM

Ok.
So I got everything installed.
Name resolution works and what not. But the admin page does not show. AT ALL. It shows the redhat enterprise test page. Is there anything i can do about this?

admin.xxx.com resolves to my ip just fine but it appears that its pointing in the wrong place (or ispcp did not install in the right www directory) - Which files to I need to move over and where do I put them so they are identified under admin subdomain and not the main site?

Thanks