Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
4904ef74
Commit
4904ef74
authored
Oct 24, 2009
by
anarcat
Committed by
anarcat
Oct 24, 2009
Browse files
properly restart apache after rollback old vhost
parent
954602ae
Changes
1
Show whitespace changes
Inline
Side-by-side
web_server/deploy.provision.inc
View file @
4904ef74
...
@@ -10,4 +10,5 @@ function drush_provision_apache_post_provision_deploy($url = NULL) {
...
@@ -10,4 +10,5 @@ function drush_provision_apache_post_provision_deploy($url = NULL) {
*/
*/
function
drush_provision_apache_post_provision_deploy_rollback
(
$url
=
NULL
)
{
function
drush_provision_apache_post_provision_deploy_rollback
(
$url
=
NULL
)
{
_provision_apache_delete_vhost_config
(
$url
);
_provision_apache_delete_vhost_config
(
$url
);
_provision_apache_restart_apache
();
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment