Current time: 05-05-2024, 06:15 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: #11
RE: error after installing on debian etch
It seams that suexec module is not loaded. Can you please post here result of
Code:
/etc/apache2/mods-enabled
?
(This post was last modified: 08-20-2008 12:55 AM by sci2tech.)
08-20-2008 12:49 AM
Visit this user's website Find all posts by this user Quote this message in a reply
catding Offline
Newbie
*

Posts: 9
Joined: Aug 2008
Reputation: 0
Post: #12
RE: error after installing on debian etch
sci2tech Wrote:It seams that suexec module is not loaded. Can you please post here result of
Code:
/etc/apache2/mods-enabled
?


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....
08-20-2008 12:51 AM
Find all posts by this user Quote this message in a reply
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #13
RE: error after installing on debian etch
try:
Code:
a2dismod fcgid
a2dismod fastcgi
a2enmod fastcgi_ispcp
Then restart apache!!!
(This post was last modified: 08-20-2008 12:56 AM by sci2tech.)
08-20-2008 12:55 AM
Visit this user's website Find all posts by this user Quote this message in a reply
catding Offline
Newbie
*

Posts: 9
Joined: Aug 2008
Reputation: 0
Post: #14
RE: error after installing on debian etch
sci2tech Wrote:try:
Code:
a2dismod fcgid
a2dismod fastcgi
a2enmod fastcgi_ispcp
Then restart apache!!!

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
(This post was last modified: 08-20-2008 01:05 AM by catding.)
08-20-2008 01:01 AM
Find all posts by this user Quote this message in a reply
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #15
RE: error after installing on debian etch
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 suexec
or
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 suexec
Use a2enmode to enable and a2dismode to disable. Also please for future debuging provide again
Code:
ls /etc/apache2/mods-enabled
and
ls /etc/apache2/mods-available
(This post was last modified: 08-20-2008 01:09 AM by sci2tech.)
08-20-2008 01:08 AM
Visit this user's website Find all posts by this user Quote this message in a reply
catding Offline
Newbie
*

Posts: 9
Joined: Aug 2008
Reputation: 0
Post: #16
RE: error after installing on debian etch
sci2tech Wrote: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 suexec
or
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 suexec
Use a2enmode to enable and a2dismode to disable. Also please for future debuging provide again
Code:
ls /etc/apache2/mods-enabled
and
ls /etc/apache2/mods-available

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
alias.load authz_user.load fastcgi.conf: rewrite.load
auth_basic.load autoindex.load mime.load setenvif.load
authn_file.load cgi.load negotiation.load status.load
authz_default.load dir.conf proxy.conf suexec.load
authz_groupfile.load dir.load proxy.load

ls /etc/apache2/mods-available:

Quote:actions.load dav_fs.load mime.load
alias.load dav_lock.load mime_magic.conf
asis.load dbd.load mime_magic.load
auth_basic.load deflate.conf negotiation.load
auth_digest.load deflate.load php5.conf
authn_alias.load dir.conf php5.load
authn_anon.load dir.load proxy.conf
authn_dbd.load disk_cache.conf proxy.load
authn_dbm.load disk_cache.load proxy_ajp.load
authn_default.load dump_io.load proxy_balancer.load
authn_file.load env.load proxy_connect.load
authnz_ldap.load expires.load proxy_ftp.load
authz_dbm.load ext_filter.load proxy_http.load
authz_default.load fastcgi_ispcp.conf rewrite.load
authz_groupfile.load fcgid.conf setenvif.load
authz_host.load fcgid.load sick-hack-to-update-modules
authz_owner.load file_cache.load speling.load
authz_user.load filter.load ssl.conf
autoindex.load headers.load ssl.load
cache.load ident.load status.load
cern_meta.load imagemap.load suexec.load
cgi.load include.load unique_id.load
cgid.conf info.load userdir.conf
cgid.load ldap.load userdir.load
charset_lite.load log_forensic.load usertrack.load
dav.load mem_cache.conf version.load
dav_fs.conf mem_cache.load vhost_alias.load
08-20-2008 01:14 AM
Find all posts by this user Quote this message in a reply
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
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #18
RE: error after installing on debian etch
Don't forget to remove mod_php!
08-20-2008 02:55 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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