]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_cgid: Don't allow Scriptsock to be specified inside VirtualHost;
authorJeff Trawick <trawick@apache.org>
Mon, 29 Mar 2004 02:56:21 +0000 (02:56 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 29 Mar 2004 02:56:21 +0000 (02:56 +0000)
commit8fcedf0718cb9613a5c69533d8603472f6b7bf7a
tree0825607d35f59812e33fdf2fa7861f01a2adbb66
parent4e49e3ea3e9b3e40ee6ac6b9db39a0072a09d445
mod_cgid: Don't allow Scriptsock to be specified inside VirtualHost;
Don't place script socket inside default server root instead of
actual server root.

The sock name was being stored in the server config, though it
was not specific to a server.

ap_server_root_relative() was being used prior to config processing,
so it was always picking up the default server root.

PR:            27886

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103184 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/generators/mod_cgid.c