osticket

osTicket is a widely-used open source support ticket system.

Get source code

Enable php5

Edit /etc/httpd/httpd.conf:

Include /etc/httpd/mod_php.conf

Enable host on Slackware 14

Edit /etc/hosts and add:

127.0.0.1 localhostosticket

Edit /etc/httpd/vhosts.conf and add:

<VirtualHost *:80>
 Servername localhostosticket
 DocumentRoot "/var/www/htdocs/osTicket17"
 <IfModule dir_module>
   DirectoryIndex index.php
 </IfModule> 
 <Directory "/var/www/htdocs/osTicket17">
  Require local
 </Directory>
</VirtualHost>

osticket (last edited 2013-10-13 15:48:54 by 95)