here is my problem..

After trying to run on localhost/hello/ through lynx I get a 500. This
is what htttpd error_log file prints out.

I am not using socks, i am using tcp host port 3303.

[Tue Jul 19 13:23:16 2011] [error] [client 127.0.0.1] (13)Permission
denied: FastCGI: failed to connect to server "/var/www/html/
mysite.fcgi": connect() failed
[Tue Jul 19 13:23:16 2011] [error] [client 127.0.0.1] FastCGI:
incomplete headers (0 bytes) received from server "/var/www/html/
mysite.fcgi"

I'm not sure if its a permission problem or SELinux issue.

fcgi is working by itself without apache look at it here.

<HTML><HEAD><TITLE>FCGI TestApp</TITLE></HEAD>
<BODY>
<H2>FCGI TestApp</H2><P><b>request count</b> = 1<br><b>pid</b> =
25838<br><P><HR><P><pre><b>CVS_RSH              :</b>  ssh
<b>DISPLAY              :</b>  localhost:12.0
<b>G_BROKEN_FILENAMES   :</b>  1
<b>HISTSIZE             :</b>  1000
<b>HOME                 :</b>  /root
<b>HOSTNAME             :</b>  xxxxxxxxxxxx
<b>INPUTRC              :</b>  /etc/inputrc
<b>KDEDIR               :</b>  /usr
<b>KDE_IS_PRELINKED     :</b>  1
<b>KDE_NO_IPV6          :</b>  1
<b>LANG                 :</b>  en_US.UTF-8
<b>LESSOPEN             :</b>  |/usr/bin/lesspipe.sh %s
<b>LOGNAME              :</b>  root
<b>LS_COLORS            :</b>
no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
<b>MAIL                 :</b>  /var/spool/mail/root
<b>OLDPWD               :</b>  /root
<b>PATH                 :</b>  /usr/kerberos/sbin:/usr/kerberos/bin:/
usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
<b>PWD                  :</b>  /var/www/html
<b>SHELL                :</b>  /bin/bash
<b>SHLVL                :</b>  1
<b>SSH_ASKPASS          :</b>  /usr/libexec/openssh/gnome-ssh-askpass
<b>SSH_CLIENT           :</b>  192.208.139.76 3756 22
<b>SSH_CONNECTION       :</b>  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<b>SSH_TTY              :</b>  /dev/pts/3
<b>TERM                 :</b>  vt100
<b>USER                 :</b>  root
<b>_                    :</b>  /usr/local/bin/python

</pre><P><HR>
</BODY></HTML>


Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to