代码搜索:httpd

找到约 3,603 项符合「httpd」的源代码

代码结果 3,603
www.eeworm.com/read/143127/5759280

h httpd.h

/** * \addtogroup httpd * @{ */ /** * \file * HTTP server header file. * \author Adam Dunkels */ /* * Copyright (c) 2001, Adam Dunkels. * All rights reserved. * * Redi
www.eeworm.com/read/142785/5762621

h httpd.h

/* * Copyright (c) 2001, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provi
www.eeworm.com/read/142785/5762623

c httpd.c

/* * Copyright (c) 2001, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provi
www.eeworm.com/read/140362/5792631

h httpd.h

#ifndef __HTTPD_H__ #define __HTTPD_H__ void httpd_init(void); void httpd_thread(void *arg); #endif
www.eeworm.com/read/140362/5792704

c httpd.c

#include "lwip/sys.h" #include "lwip/api.h" /* This is the data for the actual web page. Most compilers would place this in ROM. */ const static char indexdata[] = " \ A tes
www.eeworm.com/read/140180/5794610

c httpd.c

/***************************************************************************** * httpd.c ***************************************************************************** * Copyright (C) 2004-2005 Vide
www.eeworm.com/read/139291/5804871

init httpd.init

#!/bin/bash # # Copyright 2003-2004 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License
www.eeworm.com/read/139291/5804872

logrotate httpd.logrotate

/var/log/httpd/*log { missingok notifempty sharedscripts postrotate /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true endscript }
www.eeworm.com/read/139291/5804873

in httpd.spec.in

%define contentdir /var/www %define suexec_caller apache %define mmn APACHE_MMN %ifarch ia64 # disable debuginfo on IA64 %define debug_package %{nil} %endif Summary: Apache HTTP Server Name: httpd V
www.eeworm.com/read/139291/5804903

h httpd.h

/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in c