ispCP - Board - Support
FastCGI-Test - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: FastCGI-Test (/thread-78.html)

Pages: 1 2 3 4 5


RE: FastCGI-Test - fridy - 12-20-2006 07:45 PM

I get
Code:
Use of uninitialized value in concatenation (.) or string at ./vhcs2-setup line 1208.
Use of uninitialized value in concatenation (.) or string at ./vhcs2-setup line 1213.
Use of uninitialized value in concatenation (.) or string at ./vhcs2-setup line 1218.
Use of uninitialized value in concatenation (.) or string at ./vhcs2-setup line 1223.
Use of uninitialized value in concatenation (.) or string at ./vhcs2-setup line 1228.
ERROR: File '/etc/vhcs2/fcgi/parts/php4-fcgi-starter.tpl' does not exist !
at the end of vhcs2-setup


RE: FastCGI-Test - RatS - 12-22-2006 10:13 AM

Fixed this, but still bugs in it!!

I hate Perl Wink

I'm on holyday till 29th of Decembre!


RE: FastCGI-Test - chanwork - 12-23-2006 07:34 AM

Quote:......

Please enter administrator login name (Enter for defaults) [admin]:

Please enter administrator password:
Please repeat administrator password:

Please enter admininistrator email address: hostmaster@MEINEDOMAIN.de
useradd : Gruppe vu2000 unbekannt
ERROR: External command '/usr/sbin/useradd -m -c vu-master -g vu2000 -s /bin/false -u 2000 vu2000' returned '6' status !
debian:/var/www/vhcs2/engine/setup#


hmmmm


RE: FastCGI-Test - chanwork - 01-16-2007 07:47 PM

hello,

is this error fixed now?


RE: FastCGI-Test - Shin - 01-17-2007 12:29 AM

for this

useradd : Gruppe vu2000 unbekannt
ERROR: External command '/usr/sbin/useradd -m -c vu-master -g vu2000 -s /bin/false -u 2000 vu2000' returned '6' status !

add in /etc/vhcs2/vhcs2.conf the value 2000 to APACHE_MIN_UID


RE: FastCGI-Test - HappyAlex - 01-22-2007 04:30 PM

A little bit about FastCGI
I have installed it on my server and i have one problem
I can not upload files more then 50Kb Sad
I had change everything, but it's bug in php Sad
Think about it


RE: FastCGI-Test - ephigenie - 01-22-2007 08:41 PM

Sry to say - i've several servers running with apache + fastcgi i've not encountered your problems.
I would think you've some sort of configuration error.


RE: FastCGI-Test - fridy - 01-23-2007 02:05 AM

Hi,

I just tried to install the svn revision 265. There are no more errors on vhcs2-setup. But on restart of apache2, there where 2 errors:
Code:
Syntax error on line 6 of /etc/apache2/mods-enabled/fastcgi.conf:
FastCgiWrapper: "/usr/lib/apache2/suexec2" execute access for server (uid 33, gid 33) failed: execute not allowed
this error I could solve, adding the execute right for others to /usr/lib/apache2/suexec2. The file has the following rights now:
-rwxr-x--x 1 root root 10596 2007-01-03 13:00 /usr/lib/apache2/suexec2

After that, another error appeared:
Code:
Apache2Syntax error on line 22 of /etc/apache2/mods-enabled/fastcgi.conf:
Action takes two arguments, a media type followed by a script name
Sadly I've no experiences with fastcgi. Does anybody know, where the fault could be?

The error of Bug No. 45 didn't appear.


RE: FastCGI-Test - elapsed - 01-23-2007 05:20 AM

i have exact the same problem

system: debian etch
svn revision: 265


RE: FastCGI-Test - BeNe - 01-23-2007 05:34 AM

I will test it also on Etch tomorrow!
Please open a Ticket with this Error.