Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
08a6e912
Commit
08a6e912
authored
Apr 12, 2010
by
Adrian Rossouw
Browse files
create the apache.d directory
parent
4da218a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
http/apache/apache_service.inc
View file @
08a6e912
...
...
@@ -42,6 +42,7 @@ class provisionService_http_apache extends provisionService_http {
if
(
PROVISION_CONTEXT_PLATFORM
)
{
provision_service
(
'file'
)
->
create_dir
(
drush_get_option
(
'vhost_path'
),
dt
(
"Virtual host configuration"
),
0700
);
provision_service
(
'file'
)
->
create_dir
(
drush_get_option
(
'platform_conf_path'
),
dt
(
"Platforms configuration"
),
0700
);
provision_service
(
'file'
)
->
create_dir
(
drush_get_option
(
'config_path'
)
.
'/apache.d'
,
dt
(
"Apache configuration"
),
0700
);
if
(
drush_get_option
(
'platform'
,
null
))
{
$this
->
create_platform_config
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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