Commit a1089816 authored by No Author's avatar No Author
Browse files

This commit was manufactured by cvs2svn to create branch 'PCRE'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/PCRE@85156 13f79535-47bb-0310-9956-ffa450edef68
parent bb412923
Loading
Loading
Loading
Loading

.gdbinit

deleted100644 → 0
+0 −33
Original line number Diff line number Diff line
# gdb macros which may be useful for folks using gdb to debug
# apache.  Delete it if it bothers you.

define dump_table
    set $t = (table_entry *)((array_header *)$arg0)->elts
    set $n = ((array_header *)$arg0)->nelts
    set $i = 0
    while $i < $n
	printf "[%u] '%s'='%s'\n", $i, $t[$i].key, $t[$i].val
	set $i = $i + 1
    end
end
document dump_table
    Print the key/value pairs in a table.
end


define rh
	run -f /home/dgaudet/ap2/conf/mpm.conf
end

define dump_string_array
    set $a = (char **)((array_header *)$arg0)->elts
    set $n = (int)((array_header *)$arg0)->nelts
    set $i = 0
    while $i < $n
	printf "[%u] '%s'\n", $i, $a[$i]
	set $i = $i + 1
    end
end
document dump_string_array
    Print all of the elements in an array of strings.
end

Announcement

deleted100644 → 0
+0 −44
Original line number Diff line number Diff line

Apache 2.0alpha3 Released
------------------------

The Apache Group is pleased to announce the release of the third public
alpha release of Apache 2.0.  

Apache 2.0 offers numerous enhancements, improvements and performance
boosts over the 1.3 codebase. The most visible and noteworthy addition
is the ability to run Apache in a hybrid thread/process mode on any 
platform that supports both threads and processes.  This has shown to
improve the scalability of the Apache HTTPD server significantly in our
early testing, on some versions of Unix.  This release also greatly 
improves the performance and robustness of Apache on Windows Operating 
Systems.  Lastly we are proud to announce support for BeOS in this 
version of the server.

Apache 2.0a3 under UNIX has undergone some testing, there are
known issues in the current release, including at least one small memory 
leak.  This should be considered a ``developers version'' including only 
the source and no pre-compiled binaries. It is anticipated that a 
binary-release will be available for the first beta release.  If you do
not feel comfortable compiling code, the Apache Group strongly recommends
that you wait for a more stable beta release before you try this version. 

Apache 2.0a3 under Windows has undergone some testing as well.  There
are known issues in the current release with regards to Apache on windows
95 and 98.  We are working through those problems, and hope to have them
fixed for future releases of the 2.0 alpha.

Apache has been the most popular web server on the Internet since April
of 1996. The February 2000 WWW server site survey by Netcraft (see:
http://www.netcraft.co.uk/Survey/) found that more web servers were
using Apache than any other software, and Apache hit an all time high of,
running on 58% of the Internet.

The Apache project has been organized in an attempt to answer some of
the concerns regarding active development of a public domain HTTP server
for UNIX. The goal of this project is to provide a secure, efficient and
extensible server which provides HTTP services in sync with the current
HTTP standards.

For more information, please check out http://www.apache.org/

Apache.dsp

deleted100644 → 0
+0 −111
Original line number Diff line number Diff line
# Microsoft Developer Studio Project File - Name="Apache" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Console Application" 0x0103

CFG=Apache - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "Apache.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "Apache.mak" CFG="Apache - Win32 Release"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "Apache - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "Apache - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE 

# Begin Project
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe

!IF  "$(CFG)" == "Apache - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir ".\ApacheLa"
# PROP BASE Intermediate_Dir ".\ApacheLa"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir ".\ApacheR"
# PROP Intermediate_Dir ".\ApacheR"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
# ADD CPP /nologo /MD /W3 /GX /O2 /I "./include" /I "./lib/apr/include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "WIN32_LEAN_AND_MEAN" /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x809 /d "NDEBUG"
# ADD RSC /l 0x809 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 aprlib.lib ApacheCore.lib kernel32.lib advapi32.lib /nologo /subsystem:console /map /machine:I386 /libpath:"lib\apr\Release" /libpath:"CoreR"
# ADD LINK32 aprlib.lib ApacheCore.lib kernel32.lib advapi32.lib /nologo /subsystem:console /map /machine:I386 /libpath:"lib\apr\Release" /libpath:"CoreR"

!ELSEIF  "$(CFG)" == "Apache - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir ".\ApacheL0"
# PROP BASE Intermediate_Dir ".\ApacheL0"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir ".\ApacheD"
# PROP Intermediate_Dir ".\ApacheD"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "./include" /I "./lib/apr/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "WIN32_LEAN_AND_MEAN" /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x809 /d "_DEBUG"
# ADD RSC /l 0x809 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 aprlib.lib ApacheCore.lib kernel32.lib advapi32.lib /nologo /subsystem:console /map /debug /machine:I386 /libpath:"lib\apr\debug" /libpath:"CoreD"
# ADD LINK32 aprlib.lib ApacheCore.lib kernel32.lib advapi32.lib /nologo /subsystem:console /map /debug /machine:I386 /libpath:"lib\apr\debug" /libpath:"CoreD"

!ENDIF 

# Begin Target

# Name "Apache - Win32 Release"
# Name "Apache - Win32 Debug"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
# Begin Source File

SOURCE=.\os\win32\main_win32.c
# End Source File
# End Group
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
# End Group
# Begin Group "Resource Files"

# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
# Begin Source File

SOURCE=.\os\win32\apache.ico
# End Source File
# Begin Source File

SOURCE=.\os\win32\apache.rc
# End Source File
# End Group
# End Target
# End Project

Apache.dsw

deleted100644 → 0
+0 −518
Original line number Diff line number Diff line
Microsoft Developer Studio Workspace File, Format Version 5.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

###############################################################################

Project: "Apache"=".\Apache.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheCore"=".\ApacheCore.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ap
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name regex
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name gen_test_char
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name gen_uri_delims
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleAuthAnon"=".\os\win32\ApacheModuleAuthAnon.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleAuthDigest"=".\os\win32\ApacheModuleAuthDigest.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleCERNMeta"=".\os\win32\ApacheModuleCERNMeta.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleExpires"=".\os\win32\ApacheModuleExpires.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleFileCache"=".\os\win32\ApacheModuleFileCache.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleHeaders"=".\os\win32\ApacheModuleHeaders.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleInfo"=".\os\win32\ApacheModuleInfo.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleProxy"=".\modules\proxy\ApacheModuleProxy.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleRewrite"=".\os\win32\ApacheModuleRewrite.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleSpeling"=".\os\win32\ApacheModuleSpeling.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleStatus"=".\os\win32\ApacheModuleStatus.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "ApacheModuleUserTrack"=".\os\win32\ApacheModuleUserTrack.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
}}}

###############################################################################

Project: "InstallBin"=".\InstallBin.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlibdll
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheCore
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name Apache
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheModuleAuthAnon
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheModuleAuthDigest
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheModuleCERNMeta
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheModuleExpires
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheModuleFileCache
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheModuleHeaders
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheModuleRewrite
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheModuleSpeling
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheModuleStatus
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ApacheModuleUserTrack
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name htpasswd
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name rotatelogs
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name htdigest
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name logresolve
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ab
    End Project Dependency
}}}

###############################################################################

Project: "ab"=".\support\ab.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlib
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ap
    End Project Dependency
}}}

###############################################################################

Project: "ap"=".\ap\ap.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlib
    End Project Dependency
}}}

###############################################################################

Project: "aprlib"=".\lib\apr\aprlib.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "aprlibdll"=".\lib\apr\aprlibdll.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlib
    End Project Dependency
}}}

###############################################################################

Project: "gen_test_char"=".\main\gen_test_char.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "gen_uri_delims"=".\main\gen_uri_delims.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "htdigest"=".\support\htdigest.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlib
    End Project Dependency
}}}

###############################################################################

Project: "htpasswd"=".\support\htpasswd.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlib
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name ap
    End Project Dependency
}}}

###############################################################################

Project: "install"=".\os\win32\installer\installdll\install.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlib
    End Project Dependency
}}}

###############################################################################

Project: "logresolve"=".\support\logresolve.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlib
    End Project Dependency
}}}

###############################################################################

Project: "regex"=".\regex\regex.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name aprlib
    End Project Dependency
}}}

###############################################################################

Project: "rotatelogs"=".\support\rotatelogs.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Global:

Package=<5>
{{{
}}}

Package=<3>
{{{
}}}

###############################################################################

ApacheCore.def

deleted100644 → 0
+0 −399

File deleted.

Preview size limit exceeded, changes collapsed.

Loading