General Community > Off-Topic

viewing WB localy from USB webserver

<< < (2/2)

sternchen8875:
192.168.2.149 is the IP of my PC. On this Windows-PC runs a Apache24-Server && Mysql Server 8.0 && PHP in different versions


--- Code: ---<VirtualHost 192.168.2.149:80>
    DocumentRoot "F:/cms/wb_test_1611"
    ServerName wb1611
    ServerAlias wb1611
    ErrorLog "F:/cms/wb_test_1611/local_error.log"
    <Directory "F:/cms/wb_test_1611">
        Options -Indexes +FollowSymLinks
        Options +SymLinksIfOwnerMatch
        AllowOverride All
        Require all granted
        DirectoryIndex index.php index.shtml index.html index.htm
        Require ip 192.168.2
        Require valid-user
    </Directory>   
</VirtualHost>
--- End code ---

crnogorac081:
And you call it in browser http://wb1611:4443 ?

sternchen8875:
i dont use https at the moment, it come's later

i use http://192.168.2.149:80 on the iPad  and http://wb1611 directly on the PC and later, with https the same with the port 443

Navigation

[0] Message Index

[*] Previous page

Go to full version