View Single Post
ישן 02-04-12, 09:09   # 11
hatul
חבר חדש
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Mar 2012
הודעות: 7

hatul לא מחובר  

תודה.
המודול נטען בקובץ שלו fcgid.conf.
קוד:
# This is the Apache server configuration file for providing FastCGI support
# through mod_fcgid
#
# Documentation is available at http://fastcgi.coremail.cn/doc.htm

LoadModule fcgid_module modules/mod_fcgid.so

# Use FastCGI to process .fcg .fcgi & .fpl scripts
# Don't do this if mod_fastcgi is present, as it will try to do the same thing
<IfModule !mod_fastcgi.c>
    AddHandler fcgid-script fcg fcgi fpl
</IfModule>

# Sane place to put sockets and shared memory file
SocketPath run/mod_fcgid
SharememPath run/mod_fcgid/fcgid_shm
את phpmyadmin הוספתי לקובץ הראשי בתקוה שזה אולי ישכנע אותו לעבוד. זה לא ממש עזר.
מה היתרון של mod_ruid2? מקריאה ראיתי שאני צריך לקמפל אותו בעצמי, הוא שווה את זה?

Last edited by hatul; 02-04-12 at 09:26..
  Reply With Quote