This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
phptsmadmin/contrib/http.phpTSMadmin.conf

13 lines
323 B
Plaintext
Raw Normal View History

2011-01-13 14:45:19 +00:00
# phpTSMadmin
<Directory "/var/www/phpTSMadmin">
AllowOverride AuthConfig Limit
</Directory>
<VirtualHost *>
ServerName phptsmadmin.mydomain.net
DocumentRoot /var/www/phpTSMadmin
ErrorLog /var/log/httpd/phptsmadmin.mydomain.net-error_log
TransferLog /var/log/httpd/phptsmadmin.mydomain.net-access_log
</VirtualHost>