Current time: 09-25-2024, 04:51 AM Hello There, Guest! (LoginRegister)


Post Reply 
error after installing on debian etch
Author Message
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #17
RE: error after installing on debian etch
first make sure that you have installed fastcgi:
to install make sure that you add contrib and non-free to repository (edit /etc/apt/sources.list and modify from
Quote:deb http://ftp.lug.ro/debian/ etch main
to
Quote:deb http://ftp.lug.ro/debian/ etch main contrib non-free
) This is mine modify according to your mirror.
Then
Quote:apt-get install libapache2-mod-fastcgi
then in /etc/apache2/mods-available create a file named fastcgi_ispcp.load containing
Quote:<IfModule !mod_fastcgi.c>
LoadModule fastcgi_module /usr/lib/apache2/modules/mod_fastcgi.so
</IfModule>
disable fastcgi conf
Quote:a2dismod fastcgi
then enable
Quote:a2dismod fastcgi_ispcp
Good luck
(This post was last modified: 08-20-2008 01:37 AM by sci2tech.)
08-20-2008 01:36 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: error after installing on debian etch - sci2tech - 08-20-2008 01:36 AM

Forum Jump:


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