freebsd-ports/www/mod_fcgid/pkg-plist
Philip M. Gollucci ad700664f4 - WITH_APACHE2 is deprecated
- Use SFE macro
- Use APACHEMODDIR

PR:             ports/133684
Approved by:    maintainer
Submitted by:   me
2009-04-22 00:19:42 +00:00

4 lines
183 B
Text

%%APACHEMODDIR%%/mod_fcgid.so
@exec /bin/mkdir -p -m 700 /var/run/fcgidsock
@exec /usr/sbin/chown www:www /var/run/fcgidsock
@unexec /bin/rmdir /var/run/fcgidsock 2>/dev/null || true