`

opening errorlog '/var/log/lighttpd/error.log' failed: Permission denied

阅读更多

vi  /etc/lighttpd/lighttpd.conf 看是那个帐户运行的,比如是http

 chown http:http /var/log/lighttpd 就解决了

分享到:
评论

相关推荐

    ubuntu lighttpd实现websocket

    3、首先配置lighttpd.conf 修改为自己的工作路径 var.server_root = "/home/caoft/lighttpd/lighttpd_websocket/http_server" var.state_dir = "/home/caoft/lighttpd/lighttpd_websocket/http_server" var.home_dir...

    phpstudy for Linux 版本.zip

    phpStudy for Linux 版本 (php一键安装包) 下载地址: 下载版:... ...Apache Nginx LightTPD MySQL php5.2 php5.3 php5.4 php5.5一键安装包 支持centos,ubuntu,debian等Linux系统,12种组合

    lighttpd配置和启动脚本

    包括lighttpd.conf配置文件以及用于控制web server启动和停止的脚本。

    lighttpd fastcgi

    1.修改lighttpd.conf 修改为自己的工作目录 var.server_root = "/home/caoft/lighttpd/lighttpd_websocket_fastcgi/http_server" var.state_dir = "/home/caoft/lighttpd/lighttpd_websocket_fastcgi/http_server"...

    phpStudy 2016.10.31 再次更新,支持自定义php版本

    1、全面适合 Win2000/XP/2003/win7/win8/win2008 操作系统 ,支持Apache、IIS、Nginx和LightTPD。 2、该程序包集成以下软件,括号内为phpstudy下对应的目录。 php 7.0.12 php 5.6.27 php 5.5.38 php 5.4.35...

    phpstudy-x64.zip

    LightTPD 1.4.35 (Lighttpd) MySQL 5.5.40 (MySQL) MySQL-Front 5.3 (SQL-Front) phpMyAdmin 3.5.8.2 (phpMyAdmin) pear 1.9.4 (pear) OpenSSL 1.0.1e&0.9.8y ZendOptimizer 3.3.3 (php5.2有) Zend Loader ...

    class.curl.php

    * 6: 自动支持lighttpd服务器 * 7: 支持自动设置 REFERER 引用页 * 8: 自动支持服务器301跳转或重写问题(谢谢郑GG) * 9: 其它可选项,如自定义端口,超时时间,USERAGENT,Gzip压缩等. include('clsss/class....

    lighttpd.conf注释

    lighttpd.conf,可以直接使用。带注释。网上搜索的资料,自己加的。可能有人觉得没什么用╮(╯_╰)╭。分享

    veket5.3 搭建web平台建站 lighttpd + php + mysql for veket 一键安装包

    Veket 官方论坛 lanwairen...同时会在使用工具生成两个菜单,一个查看 phpinfo, 一个查看 lighttpd状态, 网站根目录在/var/www/ 下,php.ini 在 /etc/目录下, lighttpd.conf 在 /etc/lighttpd/ 下,mysql 没有设置密码

    ubuntu lighttpd+webpy (fastcgi)配置方法

    lighttpd 的配置脚本在 /etc/lighttpd/lighttpd.conf,采用默认值 缺省的server.document-root路径是 /var/www 具体实施步骤: 1) 首先实现一个 python 脚本 touch /var/.../usr/bin/env python import web urls = ( ...

    lighttpd-1.4.55移植配置与测试.rar

    交叉编译最新版的lighttpd-1.4.55,配置与测试CGI与HTML.内含 lighttpd-1.4.55源码,移植教程,cgi测试代码,html测试代码.测试cgi时,浏览器中应该输入192.168.100.30/cgi-bin/xx.cgi .其中 192.168.100.30为开发板的ip

    【已测源码】小霸王v6.3蜘蛛池源码原价超6000站群系统源码

    web服务器: iis/apache/lighttpd/nginx php:PHP: 5.2 版本以上 注:php需要支持zlib库和iconv库(一般默认是安装的,可用小霸王环境探针进行测试)。 推荐使用 WIN2008 IIS + PHP5.5 windows 2008 环境配置教程:...

    LightTPD for windows 1.4.45-x64

    ./configure --prefix=XXXX --without-bzip2 配置文件为从源码dco/config目录获取后进行调整 startLighttp.vbs 为一键启动lighttpd和php-cgi的启动脚本,php使用fastcgi host:port形式 test_cgi.cmd 为测试cgi传...

    Linux下安装php加速软件Xcache的方法

    说明: ...Nginx安装目录:/usr/local/nginx ...wget http://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.gz #下载 tar zxvf xcache-3.2.0.tar.gz #解压 cd xcache-3.2.0 #进入安装目录

    纯异步的Server简单实现Server.zip

    Server 一个纯异步的Server简单实现基于Nginx/Lighttpd的状态机实现, 再也不用去一坨代码里找真相啦Git地址:https://github.com/liangdong/Server最新说明:@2012/10/22 18:42: 代码整理划分模块, 添加plugin回调...

    iphone 下的 lighttpd 安装 不启动 整理

    NULL 博文链接:https://beike.iteye.com/blog/364813

    lighttpd的权限认证模块 mod_auth

    NULL 博文链接:https://hlee.iteye.com/blog/549981

    简明Windows,lighttpd,fastcgi,php5 Web服务器配置

    NULL 博文链接:https://yeahoo.iteye.com/blog/319066

    suse linux下安装php5、Lighttpd .

    CFLAGS="-O3 -fPIC" ./configure bzip2及zlib需要按服务器版本进行编译,64位或32位 安装 Bzip2 Bzip2 软件包没有 configure 脚本,用下面的命令直接编译: make -f Makefile-libbz2_so make clean -f 标志使 ...

    android 静态编译的php-cgi

    可以配合 http://hex.ro/wp/blog/php-and-lighttpd-for-android/ 的来使用~或者可以使用 我自己编译的 lighttpd 日后放出 在 http://hi.baidu.com/wj354

Global site tag (gtag.js) - Google Analytics