I have a subdomain svn.aelmat.com, the virtual host is defined in :
/var/www/vhosts/aelmat.net/subdomains/svn/conf/vhost.conf
as follows :
NameVirtualHost *:80
<VirtualHost *:80>
ServerName svn.aelmat.net
ServerAdmin [email protected]
<Directory /var/lib/svn/aelmat>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/error.svn.aelmat.net.log
CustomLog /var/log/apache2/access.svn.aelmat.net.log combined
<Location /svn>
DAV svn
SVNPath /var/svn/aelmat
# Access control policy
AuthzSVNAccessFile /etc/apache2/aelmat_svn_access.rules
# only authenticated users may access the repository
Require valid-user
AuthType Basic
AuthName "Ael Mat Subversion repository"
AuthUserFile /etc/apache2/dav_aelmat_svn.passwd
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>
</VirtualHost>
I run the command :
/usr/local/psa/admin/bin/websrvmng -r --vhost-name=svn
and restart Apache
/etc/init.d/apache2 restart
BUT
/var/www/vhosts/aelmat.net/conf/httpd.include
is NOT modified
<VirtualHost 88.191.202.39:80>
ServerName svn.aelmat.net:80
SuexecUserGroup sybille psacln
ServerAdmin "[email protected]"
DocumentRoot /var/www/vhosts/aelmat.net/subdomains/svn/httpdocs
CustomLog /var/www/vhosts/aelmat.net/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/aelmat.net/statistics/logs/error_log
ScriptAlias /cgi-bin/ /var/www/vhosts/aelmat.net/subdomains/svn/cgi-bin/
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /var/www/vhosts/aelmat.net/subdomains/svn/httpdocs>
why the modification is not performed by Plesk ???
thansk for your lights ...
/var/www/vhosts/aelmat.net/subdomains/svn/conf/vhost.conf
as follows :
NameVirtualHost *:80
<VirtualHost *:80>
ServerName svn.aelmat.net
ServerAdmin [email protected]
<Directory /var/lib/svn/aelmat>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/error.svn.aelmat.net.log
CustomLog /var/log/apache2/access.svn.aelmat.net.log combined
<Location /svn>
DAV svn
SVNPath /var/svn/aelmat
# Access control policy
AuthzSVNAccessFile /etc/apache2/aelmat_svn_access.rules
# only authenticated users may access the repository
Require valid-user
AuthType Basic
AuthName "Ael Mat Subversion repository"
AuthUserFile /etc/apache2/dav_aelmat_svn.passwd
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>
</VirtualHost>
I run the command :
/usr/local/psa/admin/bin/websrvmng -r --vhost-name=svn
and restart Apache
/etc/init.d/apache2 restart
BUT
/var/www/vhosts/aelmat.net/conf/httpd.include
is NOT modified
<VirtualHost 88.191.202.39:80>
ServerName svn.aelmat.net:80
SuexecUserGroup sybille psacln
ServerAdmin "[email protected]"
DocumentRoot /var/www/vhosts/aelmat.net/subdomains/svn/httpdocs
CustomLog /var/www/vhosts/aelmat.net/statistics/logs/access_log plesklog
ErrorLog /var/www/vhosts/aelmat.net/statistics/logs/error_log
ScriptAlias /cgi-bin/ /var/www/vhosts/aelmat.net/subdomains/svn/cgi-bin/
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /var/www/vhosts/aelmat.net/subdomains/svn/httpdocs>
why the modification is not performed by Plesk ???
thansk for your lights ...