error after installing on debian etch - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: error after installing on debian etch (/thread-4065.html) Pages: 1 2 |
RE: error after installing on debian etch - sci2tech - 08-20-2008 12:49 AM It seams that suexec module is not loaded. Can you please post here result of Code: /etc/apache2/mods-enabled RE: error after installing on debian etch - catding - 08-20-2008 12:51 AM sci2tech Wrote:It seams that suexec module is not loaded. Can you please post here result of actions.load authz_user.load fcgid.conf rewrite.load alias.load autoindex.load fcgid.load setenvif.load auth_basic.load cgi.load mime.load status.load authn_file.load dir.conf negotiation.load suexec.load authz_default.load dir.load proxy.conf authz_groupfile.load env.load proxy.load authz_host.load fastcgi.conf: proxy_http.load thanks.... RE: error after installing on debian etch - sci2tech - 08-20-2008 12:55 AM try: Code: a2dismod fcgid RE: error after installing on debian etch - catding - 08-20-2008 01:01 AM sci2tech Wrote:try: dyang:/etc/apache2/mods-enabled# a2dismod fcgid Module fcgid disabled; run /etc/init.d/apache2 force-reload to fully disable. dyang:/etc/apache2/mods-enabled# a2dismod fastcgi Module fastcgi does not exist! dyang:/etc/apache2/mods-enabled# a2enmod fastcgi_ispcp This module does not exist! I installed fastcgi use: apt-get install libapache2-mod-fcgid RE: error after installing on debian etch - sci2tech - 08-20-2008 01:08 AM You must install configure file provided by ispcp. fcgid and fastcgi are not same thing. You must have following modules enabled (not other): Quote:actions alias auth_basic authn_file authz_default authz_groupfile authz_host authz_user autoindex cgid deflate dir env fcgid_ispcp mime negotiation proxy proxy_http rewrite setenvif status suexecor Quote:actions alias auth_basic authn_file authz_default authz_groupfile authz_host authz_user autoindex cgid deflate dir env fastgi_ispcp mime negotiation proxy proxy_http rewrite setenvif status suexecUse a2enmode to enable and a2dismode to disable. Also please for future debuging provide again Code: ls /etc/apache2/mods-enabled RE: error after installing on debian etch - catding - 08-20-2008 01:14 AM sci2tech Wrote:You must install configure file provided by ispcp. thanks,sir. but where can i find the ispcp configure file,because after the installation,it didn't work well. ls /etc/apache2/mods-enabled: Quote:actions.load authz_host.load env.load proxy_http.load ls /etc/apache2/mods-available: Quote:actions.load dav_fs.load mime.load RE: error after installing on debian etch - sci2tech - 08-20-2008 01:36 AM 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 mainto 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-fastcgithen in /etc/apache2/mods-available create a file named fastcgi_ispcp.load containing Quote:<IfModule !mod_fastcgi.c>disable fastcgi conf Quote:a2dismod fastcgithen enable Quote:a2dismod fastcgi_ispcpGood luck RE: error after installing on debian etch - gOOvER - 08-20-2008 02:55 PM Don't forget to remove mod_php! |