Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<VirtualHost *:8880>

ServerAdmin abdullah.muhannad@skyluxinc.com
DocumentRoot /var/www/osTicket/upload
ServerName 172.168.100.86
ServerAlias www.osticket.skylux.com
<Directory /var/www/osTicket/>
Options FollowSymlinks
AllowOverride All
Require all granted
</Directory>

ErrorLog ${APACHE_LOG_DIR}/osticket_error.log
CustomLog ${APACHE_LOG_DIR}/osticket_access.log combined
</VirtualHost>

sudo hostnamectl set-hostname osticket.skylux.com

You might also like