On Sat, Sep 25, 2010 at 9:36 PM, Mohammed Rashad <[email protected]> wrote: > my fcgi.conf - /etc/apache2/mid-enabled/fcgi.conf > <IfModule mod_fastcgi.c> > AddHandler fcgid-script fcg fcgi fpl wt > #FastCgiWrapper /usr/lib/apache2/suexec > #FastCgiIpcDir /var/lib/apache2/fastcgi > </IfModule> > my apache2 configuration /etc/apache2/sites-enabled/000-default > DocumentRoot /var/www
Probably need something like: DocumentRoot "/var/www" because your error log shows apache thinking DocumentRoot is "". If you have SELinux running, you might wish to disable it for debugging. -Dave ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
