Project

General

Profile

Redirect from a link, token sent by email (Wt::Auth) » httpd-vhosts.wt.conf

Paweł Grodowski, 03/01/2020 01:40 PM

 
<IfModule fcgid_module>
<VirtualHost 192.168.3.2:443>
ServerName wt.onion.lan
DocumentRoot "/home/vacterm/projects/workdirs"
Alias /Tach0Grod "/home/vacterm/projects/workdirs/Tach0Grod/root/debug/bin"
Alias /helptext "/home/vacterm/projects/workdirs/helptext/root/debug/bin"
<Directory "/home/vacterm/projects/workdirs">
Options Indexes FollowSymLinks

#AllowOverride None
AllowOverride All

Require all granted
</Directory>
<IfModule dir_module>
DirectoryIndex index.html index.php index.wt
</IfModule>

<Directory /home/vacterm/projects/workdirs/helptext/root/debug/bin>
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
Require all granted
</Directory>
FcgidCmdOptions /home/vacterm/projects/workdirs/helptext/root/debug/bin/helptext.wt \
InitialEnv \
WT_APP_ROOT=/home/vacterm/projects/workdirs/helptext/root/debug/bin
CustomLog "/var/log/httpd/access_wt_log" common
LogLevel alert rewrite:trace3
</VirtualHost>

</IfModule>
    (1-1/1)