osTicket Version v1.17.6 (3ff35ad)
Web Server Software Apache/2.4.62 (Win64) OpenSSL/3.0.15 mod_fcgid/2.3.10-dev
MySQL Version 8.4.3
PHP Version 8.1.0
Mail Fetching/Receiving: IMAP
OS: Windows 11
I am getting a "No input file specified" error when submitting the request to configure oauth2. I have done this before successfully with IIS but I am using Laragon with Apache and I am unable to get past this error.
I made sure URL rewriting is enabled and made various changes to the httpd.conf file but I continue to get the same error. I am using a client ID and secret from another ticketing system that I have removed the token on. The redirect URL is http://localhost/osTicket/api/auth/oauth2 so I figure I can apply it to another computer.
Here is the entry I have to my httpd.conf file. I figure the problem might be somewhere with this file.
</Directory>
<Directory /www/osticket>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>