当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > solaris10 apache2 的问题

Unix/Linux
FreeBSD学习笔记
FREEBSD服务器端的ARP绑定脚本
freebsd系统下安装mpd
FreeBSD更新 Port Tree
整理FreeBSD系统安装时关于硬盘参数提示的处理方法
FreeBSD系统下创建DVD.iso安装光盘
freebsd系统上修改mac地址的方法
FreeBSD的软件管理
OpenBSD系统 DHCP 多 vlan 配置
我的openBSD4.1安装图解笔记
unix系统高手的操作习惯
Freebsd 下运行 QQ For Linux 的方法
FreeBSD下创建安全的Web服务器
UNIX系统正确关机方法
让OpenSoralis进入纯文本模式
freeBSD创建svn仓库
Unix 系统里尽量不要使用的命令
UNIX下VI编辑器使用
UNIX系统下监视磁盘空间和使用情况
Freebsd7.0+Apache2.2+MySQL5+PHP5安装配置

Unix/Linux 中的 solaris10 apache2 的问题


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 106 ::
收藏到网摘: n/a

Solaris10 缺省安装了2个apache, apache1.x和以前8/9的启动一样,但apache2需要新方法启动
# svcprop -v -p start apache2start/exec astring/lib/svc/method/http-apache2 startstart/timeout_seconds count 60start/type astring methodstart/user astring webservdstart/group astring webservdstart/privileges astring basic,!proc_session,!proc_info,!file_link_any,net_privaddrstart/limit_privileges astring :defaultstart/use_profile boolean falsestart/supp_groups astring :defaultstart/working_directory astring :defaultstart/project astring :defaultstart/resource_pool astring :default #cp /etc/apache2/httpd.conf.sample /etc/apache2/httpd.conf#svcadm enable apache2#svcs –l apache2