On Thu, Aug 8, 2024 at 3:43 PM Horváth Csaba <[email protected]>
wrote:

> Hi,
>
> Got it working right after i sent the mail.A slash was missing from
> the end of the path.
>
> ProxyPass /apps/guacamole/ http://localhost:8080/guacamole/
>
> I never thought i will need to proxy anything on the home server,
> while all stuf is running in place :D
>
> But the guacamole directory is still missing from Apache's autoindex
> directory listing :D It's strange. All others are there, and if i
> enter the path of guacamole, it works. The permissions are OK on the
> directory, and in the Tomcat root also.
>
>
Right, you won't see the /guacamole/ folder in the autoindex, because it
isn't a filesystem path like the other folders probably are - it's just an
alias, where, when you go to the /apps/guacamole path, Apache proxies it
over to the Tomcat servers.

-Nick

Reply via email to