SC8 fail to install at CentOS 6.5 & 7

I think I can nearly confirm SC8 cannot install at CentOS 6.5 and CentOS 7.

I tried both version with clean install and SC8 is fail to execute, always return “Internal Server Error”.

Install on Window 7 Professional has no problem.

Anybody encountered this problem ?

Regards,

Almond Wong

what is your php and apache version ?

I use the version come from SC8.
scriptcase_linux_installer_x86_64_en_us_v8.0.000.run
scriptcase_linux_installer_x86_64_en_us_v8.0.002.run
Both has the same result.

PHPINFO() returns:
PHP Version 5.4.30
Apache/2.4.6 (Unix) OpenSSL/1.0.1f mod_fastcgi/mod_fastcgi-SNAP-0910052141

Regards,

Almond Wong

Did you make a compare of the apache configs of apache sc 7 and apache sc 8? Internal server error useually is a configuration error. The differences might give you some clue where to look for.

Thank you for your suggestion. I compared the 2 configuration files, looks no difference.

[root@localhost conf]# diff SC7.apachesc7.conf apachesc8.conf
31c31
< ServerRoot “/data/NetMake/v71/components/apache”

> ServerRoot “/data/SC_V8/components/apache”
52c52
< Listen 98

> Listen 88
109c109
< ServerName “develop.polydata.biz”

> ServerName “localhost”
133,134c133,134
< DocumentRoot “/data/NetMake/v71/wwwroot”
< <Directory “/data/NetMake/v71/wwwroot”>

> DocumentRoot “/data/SC_V8/wwwroot”
> <Directory “/data/SC_V8/wwwroot”>
147c147
< Options FollowSymLinks ExecCGI

> Options Indexes FollowSymLinks ExecCGI
250c250
< ScriptAlias /cgi-bin/ “/data/NetMake/v71/components/apache/cgi-bin/”

> ScriptAlias /cgi-bin/ “/data/SC_V8/components/apache/cgi-bin/”
263c263
< # “/data/NetMake/v71/components/apache/cgi-bin” should be changed to whatever your ScriptAliased

> # “/data/SC_V8/components/apache/cgi-bin” should be changed to whatever your ScriptAliased
266c266
< <Directory “/data/NetMake/v71/components/apache/cgi-bin”>

> <Directory “/data/SC_V8/components/apache/cgi-bin”>
426c426
< FastCgiServer /data/NetMake/v71/components/apache/cgi-bin/php.fcgi -idle-timeout 600

> FastCgiServer /data/SC_V8/components/apache/cgi-bin/php.fcgi
433c433
< AddType application/x-httpd-php .php

> AddType application/x-httpd-php .php

Regards,

Almond Wong