Re: PHP as fcgi daemon + FastCGI/Apache_1.3.37 Problem.. !

"Simon" <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel,gmane.spam.detected
Message-ID <[email protected]>
When you reply, hit reply-all.

Look at what I wrote, you clearly just want to solve this the quick way and not
even bothering to read the docs or what I wrote.

-Simon

--Original Message Text---
From: Ahmed Medhat
Date: Fri, 22 Jun 2007 21:22:50 +0300

Hello,

Well.. thanks for your reply but i think this didn't solve it either, here is what i changed in my httpd.conf file



##############################
Action php-fastcgi /php
<Location "/php"> 
Options +ExecCGI
SetHandler fastcgi-script
</Location>

FastCgiWrapper /usr/local/apache/bin/suexec
FastCgiExternalServer /usr/local/bin/php-cgi -user domdom -group domdom -socket /home/fastcgi/sockets/domdom/egxldr.socket 

<VirtualHost 1.2.3.4:80>
        ServerName hostname.mydomain.com
        DocumentRoot /usr/local/apache/htdocs
</VirtualHost> 

<VirtualHost 1.2.3.4:80>
        ServerName mydomain.com
        DocumentRoot /home/egxldr/public_html
        ErrorLog logs/mydomain.com-error_log 
        CustomLog logs/mydomain.com-access_log common
        ServerAdmin info-3Q2Tfjf0mexWk0Htik3J/[email protected]

AddHandler php-fastcgi .php

User egxldr
Group egxldr

</VirtualHost> 
##############################


Now i get this error in the error_log when i try to open any php file..

####
FastCGI: invalid (dynamic) server "/home/domdom/public_html/php": script not found or unable to stat() 
####


Any advice ?




-- 
Thanks in Advance
Ahmed Medhat

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.