Sign in
apache
/
mod_perl
/
refs/heads/clone-skip-unstable
/
.
/
t
/
htdocs
/
vhost
/
post_config.pl
blob: 13e2b370187df6afcbbbc4a0b60f37381f10d2f7 [
file
] [
log
] [
blame
]
use
strict
;
use
warnings FATAL
=>
'all'
;
use
Apache2
::
ServerUtil
();
$TestVhost
::
config
::
restart_count
=
Apache2
::
ServerUtil
::
restart_count
();
1
;