summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* push CC and CFLAGS; wd@ics.nara-wu.ac.jpderaadt1998-12-151-1/+3
|
* put userdir back; "disabled" keyword is to be used insteadderaadt1998-11-151-1/+1
|
* fix htdocs path; evanc@concer.toderaadt1998-11-101-1/+1
|
* Nasty hack to add execute permission to helper scripts if they don'tmillert1998-11-071-1/+8
| | | | | | | | | have it. I don't think hacking apache's configure mechanism is the correct approach for us, since it would just have to be redone for every import (and it requires more than just changing Configure). I don't think the read-only case is an issue since on a CD-ROM the permissions should be correct (I believe it is only ctm that doesn't update modes).
* Set PATH before running Configuremillert1998-11-061-1/+3
|
* Apache 1.3.3 merge + proxy_segv fixbeck1998-10-1133-517/+1140
|
* Apache Configure script can bomb if Configuration.tmpl newer thanbeck1998-10-102-13/+13
| | | | | Configuration. Modify makefile not to care and disable offending test in Configure.
* use /usr/bin/lndirderaadt1998-10-061-2/+2
|
* Say no to realloc leaks.beck1998-10-041-10/+28
|
* Fix template (rong file before) and fix clean target for new dirs.beck1998-10-012-474/+114
|
* fix conflict.beck1998-10-011-145/+478
| | | | simplify a bit
* minor change makes building in tree much easier.beck1998-10-011-344/+1609
|
* fix retarded default pathsbeck1998-10-011-2/+2
|
* Config and wrapper for 1.3.2.beck1998-10-012-7/+7
|
* unused files, thanks to apache souce tree transmogrification..beck1998-10-0171-38152/+0
|
* Apache 1.3.2beck1998-10-01274-3084/+92179
|
* Fix bug where ident stuff ignored short writes and reads.beck1998-05-111-13/+26
|
* Don't bitch if Configuration is older than Configuration.tmplmillert1998-04-081-8/+1
|
* make it configure itself w/o 'x' on helpers/*mickey1998-03-311-7/+7
|
* build and install manpage correctlyderaadt1998-03-261-2/+2
|
* DESTDIR...pefo1998-03-261-3/+3
|
* Move man page - get rid of build artifact - have makefile installbeck1998-03-263-161/+2
| | | | man page.
* rudimentary httpd man page - cribbed from ../support/httpd.8, modifiedbeck1998-03-261-0/+129
| | | | for OpenBSD.
* Initial import from apache 1.2.6beck1998-03-25112-0/+53555