You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On version 5 of cantaloupe - I can't seem to understand how to make it work. I've created an apache virtualhost as follows:
<VirtualHost *:80>
#ServerName www.example.com
ServerAdmin webmaster@localhost
# X-Forwarded-Host will be set automatically by the web server.
RequestHeader set X-Forwarded-Proto HTTP
RequestHeader set X-Forwarded-Port 80
RequestHeader set X-Forwarded-Path /
ServerName 192.168.1.24
AllowEncodedSlashes NoDecode
ProxyPassReverseCookiePath / /
ErrorLog /var/www/minerva/image-error.log
CustomLog /var/www/minerva/image-access.log combined
ProxyPass / http://192.168.1.24:8182/ nocanon
ProxyPassReverse / http://192.168.1.24:8182/
ProxyPassReverseCookieDomain http://192.168.1.24:8182 apache-server
ProxyPreserveHost on
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
On version 5 of cantaloupe - I can't seem to understand how to make it work. I've created an apache virtualhost as follows:
The cantaloupe.properties is unchanged except for
as I don't want to use the standlone web server.
Any ideas as to what i'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions