| Server IP : 138.197.176.125 / Your IP : 216.73.217.54 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/apache2/sites-enabled/ |
Upload File : |
<VirtualHost *:80>
ServerName dev.wowchat.co
DocumentRoot /var/www/dev.wowchat.co/dist
</VirtualHost>
<VirtualHost *:443>
ServerName dev.wowchat.co
DocumentRoot /var/www/dev.wowchat.co/dist
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/dev.wowchat.co/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/dev.wowchat.co/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/dev.wowchat.co/chain.pem
</VirtualHost>
#<VirtualHost *:443>
# ServerName dev.wowchat.co
# ServerAdmin webmaster@localhost
# DocumentRoot /var/www/dev.wowchat.co/public
# Serve the blog folder from Apache directly
# Alias /blog /var/www/dev.wowchat.co/blog
#<Directory /var/www/dev.wowchat.co/blog>
# AllowOverride All
# Require all granted
#</Directory>
# Exclude /blog from Node proxy
# ProxyPass /blog !
# ProxyPassReverse /blog !
# Proxy everything else to Node
# ProxyPass / http://localhost:4000/
# ProxyPassReverse / http://localhost:4000/
# SSL Settings
# SSLEngine on
# SSLCertificateFile /etc/letsencrypt/live/dev.wowchat.co/fullchain.pem
# SSLCertificateKeyFile /etc/letsencrypt/live/dev.wowchat.co/privkey.pem
#ErrorLog ${APACHE_LOG_DIR}/dev.wowchat.co-error.log
#CustomLog ${APACHE_LOG_DIR}/dev.wowchat.co-access.log combined
#</VirtualHost>