Current time: 10-02-2024, 08:13 AM Hello There, Guest! (LoginRegister)


Post Reply 
PHP wants to download and not run.
Author Message
Lucan Offline
Member
*
Beta Team

Posts: 982
Joined: Jul 2008
Reputation: 12
Post: #5
RE: PHP wants to download and not run.
/etc/apache2/mods-avaiable there must be a fcgid.conf fcgid_ispcp.conf fastcgi_ispcp.conf and fastcgi.conf


but try this first:

a2dismod fastcgi
a2dismod fastcgi_ispcp
a2dismod fcgid_ispcp
a2dismod fcgid

Then try:

a2enmod fcgid_ispcp
/etc/init.d/apache2

If it works then, everything is fine.

If not

Try:
a2dismod fcgid_ispcp
a2enmod fastcgi_ispcp

/etc/init.d/apache2 restart



Tell me if it worked
(This post was last modified: 04-04-2009 05:19 AM by Lucan.)
04-04-2009 05:19 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: PHP wants to download and not run. - Lucan - 04-04-2009 05:19 AM

Forum Jump:


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