skip to Main Content

Web Socket in APACHE Reverse Proxy

I run two servers behind and AEBS base station. Server1 runs 10.12.6 and Server 5.3.1 and does a REVERSE PROXY with webapps, like described by precursor.ca tutorial . This allows me to have only one external IP address where server1.mydomain…

VIEW QUESTION

Laravel change timezone – Apache

After changing app/config/app.php FROM: 'timezone' => 'UTC', which is the default TO: 'timezone' => 'Europe/Vilnius', and still getting wrong date output. Also I changed php.ini file [Date] date.timezone=Europe/Vilnius and restarted apache server, still getting wrong date output. Any idea how…

VIEW QUESTION

How to setup Virtual Host on XAMPP? – Apache

I'm using xampp v7.2.29. But I can't setup a Virtual Host(vHost). Here is my code: apacheconfextrahttpd-vhosts.conf <VirtualHost *:80> ServerName localhost DocumentRoot "E:xampphtdocs" <Directory "E:xampphtdocs"> Require all granted </Directory> </VirtualHost> <VirtualHost *:80> ServerName local.demoapp.com DocumentRoot "E:xampphtdocsDemoApp" <Directory "E:xampphtdocsDemoApp"> Require all granted…

VIEW QUESTION
Back To Top
Search