当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: IGENUS问题的解决!IGENUS FAQqmail + vp
 

 

    摘要:阅读笔记:如何给opensolaris增加一个系统调用 原作者: eric schrock 原文来自: http://blogs.sun.com/roller/page/eschrock 译注者: badcoffee email: blog.oliver@gmail.com blog: http://blog.csdn.net/yayong 2005年7月 按:......
    摘要:如题第十七章 configuring the custom jumpstart procedure 用jumpstart方法安装的好处在于: 1,避免了交互式安装时候的一问一答模式 2,系统管理员可以同时安装不同类型的系统 3,允许自动安装solaris 9和软件 4,使管理员工作简单化 四个重要部分是:boot services,identification services,con......


IGENUS问题解决方法
igenus问题的解决!

igenus faq

a.igenus不能发信----〉 解决方法:chmod 777 /usr/sbin/qmail   【程序编程相关:SA239第9章读书笔记

qmail + vpopmail+igenus 【推荐阅读:SA239第10章读书笔记

  【扩展信息:SA239第8章读书笔记

b.igenus登陆时出现错误---->解决方法:编辑php.ini(如果是linux自带的php  

应该是载/etc/php.ini)修改register_globals = on  

 

c.igenus发邮件时出现528错误,其实这是php在编译过程中找不到/usr/sbin/sendmail文件造成的,qmail使用/var/qmail/bin/sendmail发信.解决如下:  

a.添加链接  

# ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail  

b.停止apache运行  

c.重新编译php即可  

 

d.igenus 修改上传附件大小方法:  

1. 修改/etc/php.ini  

max_execution_time = 30 #改为60 (增加处理脚本的时间限制)  

memory_limit = 8m #改为40m (这样才能发10m的附件)  

post_max_size = 2m #改为10m  

upload_max_filesize = 2m #改为10m  

 

2. 修改/etc/httpd/conf.d/php.conf  

<files *.php>  

setoutputfilter php  

setinputfilter php  

limitrequestbody 524288 #把524288改为10485760  

</files>  

这里的 limitrequestbody 524288 限定了上传附件的上限为512k, 将其改为10m  

 

 


...   下一页
 ·sa299第二遍复习(13-16章)    »显示摘要«
    摘要:如题第十三章 configuring system messaging/etc/syslog.conf文件包含两部分:selector,action.其中selector包含两部分facility和level.例如:文件/var/adm/messages中的条目*.err /var/adm/messages."*.err"表示selector,*表示facility,err表示......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE