Path to this page:
./
www/apache24,
Apache HTTP (Web) server, version 2.4
Branch: pkgsrc-2017Q1,
Version: 2.4.25nb2,
Package name: apache-2.4.25nb2,
Maintainer: ryoonThe Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for various modern desktop and server operating
systems, such as UNIX and Windows NT. 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.
This package tracks 2.4.x release.
Required to run:[
devel/apr] [
devel/readline] [
devel/pcre] [
devel/apr-util] [
www/nghttp2]
Required to build:[
pkgtools/cwrappers]
Package options: apache-mpm-event, apache-mpm-prefork, apache-mpm-worker, http2
Master sites: (Expand)
SHA1: bd6d138c31c109297da2346c6e7b93b9283993d2
RMD160: 6dd0e159f8ff4bb0112476bbee038bd855057c10
Filesize: 6248.26 KB
Version history: (Expand)
- (2017-04-04) Package added to pkgsrc.se, version apache-2.4.25nb2 (created)
CVS history: (Expand)
2017-04-16 17:36:15 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5287 - requested by sevan
www/apache24: build fix
Revisions pulled up:
- www/apache24/Makefile 1.55
---
Module Name: pkgsrc
Committed By: adam
Date: Fri Apr 14 18:18:24 UTC 2017
Modified Files:
pkgsrc/www/apache24: Makefile
Log message:
Removed these two substituions:
SUBST_SED.confs+= -e "s|logs/|${VARBASE}/log/httpd/|g"
SUBST_SED.confs+= -e 's|/var/log/httpd/foo\.log|logs/foo.log/|g'
The first one only applied to an instrucion in the comment at the top of
the configuration file and made it meaningless.
The second one has been useless.
|