Current time: 11-22-2024, 10:38 PM Hello There, Guest! (LoginRegister)


Post Reply 
fastcgi incomplete headers issues
Author Message
blunt Offline
Junior Member
*

Posts: 40
Joined: Jan 2008
Reputation: 0
Post: #38
RE: fastcgi incomplete headers issues
Here is the output of strace:

ispcp:~# strace -u vu2000 /var/www/fcgi/master/php5-fcgi-starter
execve("/var/www/fcgi/master/php5-fcgi-starter", ["/var/www/fcgi/master/php5-fcgi-s"...], [/* 14 vars */]) = -1 EACCES (Permission denied)
dup(2) = 3
fcntl64(3, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE)
fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f99000
_llseek(3, 0, 0xbfad48f4, SEEK_CUR) = -1 ESPIPE (Illegal seek)
write(3, "strace: exec: Permission denied\n", 32strace: exec: Permission denied
) = 32
close(3) = 0
munmap(0xb7f99000, 4096) = 0
exit_group(1) = ?
Process 31794 detached

and the contents of /etc/passwd

ispcp:~# grep ^vu2000 /etc/passwd
vu2000:x:2000:2000:vu-master:/var/www/fcgi/master:/bin/false

usermod -s vu2000
shows me the help for usermod...don't know why...

does this clear anything up?

thank you
01-09-2008 08:39 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: fastcgi incomplete headers issues - blunt - 01-09-2008 08:39 PM

Forum Jump:


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