Compare commits

...
This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
farooqkz d124b61fb9 owa.pcworms.ir.conf 2022-05-14 11:53:52 +00:00
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<VirtualHost *:80>
ServerAdmin farooqkz@thunix.net
ServerName pcworms.ir
ServerAlias www.pcworms.ir
DocumentRoot /var/www/owa.pcworms.ir
ErrorLog /home/farooqkz/.www/error.log
CustomLog /home/farooqkz/.www/access.log combined
<Directory /var/www/owa.pcworms.ir>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
RewriteEngine on
</VirtualHost>