This is what I have in the conf file at the bottom:
"
<Directory "E:/programming/visual_studio_2017/Projects/currency_converter/x64/Release">
Options All
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
<VirtualHost *:8000>
ServerAdmin osmanzakir90@xxxxxxxxxxx
ServerName dragonosman.dynu.net
ServerAlias www.dragonosman.dynu.net
ErrorLog "logs/dragonosman.dynu.net-error.log"
CustomLog "logs/dragonosman.dynu.net-access.log" common
ProxyPass "/" "http://192.168.10.12:5501/"
ProxyPass "/?q=accesskey" "http://192.168.10.12:5501/?q=accesskey"
</VirtualHost>
"
And I added a forwarding rule for port 8000 for the router. But I still can't see the app at my public IP address on port 8000.
|