Hi all,
I’m using Nginx (obviously), but I want to try OSTicket. The only
supported
servers for it are, for whatever reason, Apache and IIS. I hate IIS, and
I
don’t know how I’d run Apache and Nginx together (plus Nginx seems much
simpler than Apache to me). Does anyone have OSTicket working under
Nginx
by any chance?
I’ve followed this recipe:
but I can’t get it to work. It hits a wall during installation, saying
that
it can’t create configuration settings (#7). If anyone has this up and
running successfully, I’d love to know how you did it. Hopefully the
OSTicket team will eventually support Nginx natively, but I’m not
holding
my breath.
Thanks for the quick response. Unfortunately, I’m not having any luck,
unless I mistyped one of the rules. I also can’t find where errors go.
Anyone know where, or if, errors in fastcgi/php5-fpm are logged?
/var/log/php5-fpm.log is empty.
Is it possible that your script is trying to write a configuration file
and lacks proper > permission in that directory?
Yes, very possible, and I’d even say likely. The thing is, I can’t find
out
what the directory is. I’ve given permission to the entire folder:
chown www-data /var/www/osticket
chmod -R 777 /var/www/osticket
But that doesn’t seem to help. I’m new to Linux, though, so I may have
missed something. I can’t imagine where else it would be trying to write
to.
I’ve followed this recipe: osTicket | NGINX
but I can’t get it to work. It hits a wall during installation, saying that it
can’t create configuration settings (#7). If anyone has this up and running
successfully, I’d love to know how you did it. Hopefully the OSTicket team will
eventually support Nginx natively, but I’m not holding my breath.
Is it possible that your script is trying to write a configuration file
and lacks proper permission in that directory?
Is it possible that your script is trying to write a configuration file
Is that the php-fpm user? If so, it’s probably not the problem.
I’m not sure. I don’t find ‘user’ anywhere in php-fpm.conf, so I’m not
sure
where that gets set. www-data is the user for Nginx and UWSGI, though,
not
that UWSGI has anything to do here.
Is that the php-fpm user? If so, it’s probably not the problem.
I’m not sure. I don’t find ‘user’ anywhere in php-fpm.conf, so I’m not sure
where that gets set. www-data is the user for Nginx and UWSGI, though, not that
UWSGI has anything to do here.
I have no idea what any of that means. As mentioned, www-data is the Nginx
user, and I’m logged in as admin over SSH.
It means, among other things, that was-data is the php-fpm user. Both
php-fpm and nginx should be able to write to any writeable directory
owned by that user.
Jim
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.