代码搜索:httpd
找到约 3,603 项符合「httpd」的源代码
代码结果 3,603
www.eeworm.com/read/492380/1174900
svn-base save.lua.svn-base
#!/usr/bin/lua
-- Copyright (C) 2008 OpenRB.com
require('fslib')
data = datajson()
file = 'httpd'
if (data ~= nil and data['id'] ~= nil) then
uci.init(file, data['id'], file)
for field, value i
www.eeworm.com/read/492380/1174903
lua save.lua
#!/usr/bin/lua
-- Copyright (C) 2008 OpenRB.com
require('fslib')
data = datajson()
file = 'httpd'
if (data ~= nil and data['id'] ~= nil) then
uci.init(file, data['id'], file)
for field, value i
www.eeworm.com/read/460691/1558391
pm carp.pm
package CGI::Carp;
=head1 NAME
B - CGI routines for writing to the HTTPD (or other) error log
=head1 SYNOPSIS
use CGI::Carp;
croak "We're outta here!";
confess "
www.eeworm.com/read/209211/4981629
c anonymous.c
#include
#include
#include "httpd.h"
#include "httpsrv.h"
void
anonymous(HConnect *c)
{
if(bind(webroot, "/", MREPL) < 0){
hfail(c, HInternal);
exits(nil);
}
chdir("/");
}
www.eeworm.com/read/180137/5288783
txt convertxls.txt
convertXLS is a cgi-bin script that allows you to set up a file
conversion server. There are no restrictions on file size.
To set it up on Apache:
1) copy convertXLS.html to /home/httpd/html
2) co
www.eeworm.com/read/176733/5335349
_ia ethernet._ia
"..\..\src\driver\ethernet.a51" INCDIR(..\..\inc\;..\..\src\uip\;..\..\src\httpd;..\..\src\WebControl51\;..\..\src\WebControl51\ControlWeb\;..\..\src\WebControl51\httpcbk) SET (LARGE,BOOTP_TFTPCLIENT=
www.eeworm.com/read/195232/8167816
txt faq.txt
Frequently Asked Questions
--------------------------
Building Software
1. I get compilation about missing types
2. I get link errors about unresolved symbols
HTTPD Configuration
3. I can't get
www.eeworm.com/read/150420/5692476
pm http.pm
package PunJab::Server::HTTP;
use warnings;
use strict;
use POE qw/ Component::Server::TCP Filter::HTTPD /;
use HTTP::Date;
use HTTP::Status;
use File::Spec;
use Exporter();
use PunJab::Util;
sub
www.eeworm.com/read/453994/1634113
readme
From: "Alex van den Bogaerdt"
This icon can be used, for instance, by apache httpd.
(note: path names may differ in your setup)
Copy the icon to /home/apache/icons/
Modify
www.eeworm.com/read/209211/4983021
c httpauth.c
#include
#include
#include
#include
/* deprecated.
This is the mechanism that put entries in /sys/lib/httpd.rewrite
and passwords on the authserver in /sys/lib/h