How To Install OsTicket v1.14 On Centos 7 With Apache9 min read

You may also like...

Subscribe
Notify of
guest

4 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Joshua
Joshua
April 7, 2021 6:35 pm

This does not work i get the following when restarting httpd —
httpd: Syntax error on line 353 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.d/osticket.conf: /etc/httpd/conf.d/osticket.conf:6: <Directory> was not closed.

wew lad
wew lad
Reply to  Admin
April 16, 2021 8:58 pm
The osticket.conf should be as follows:

ServerAdmin [email protected]
DocumentRoot "/var/www/html"
ServerName 10.66.10.10
ErrorLog "/var/log/httpd/error_log"
CustomLog "/var/log/httpd/access_log" combined
<Directory "/var/www/html">
     DirectoryIndex index.html index.php
     Options FollowSymLinks
     AllowOverride All
     Require all granted
</Directory>
Recommended tutorial
Bitwarden is password management open source software. So now I…
4
0
Would love your thoughts, please comment.x
()
x