I tried many things since yesterday with no good result. Here is the situation I have an internal server listening on port 4000 and a wordpress directory located in /var/www/html/wordpress.
I use
ProxyPass / http://locahost:4000/
to handle the first server but I can't figure out how to serve my wordpress so that
http://example.ext/wordpress
go the wordpress directory and not the internal server listening on port 4000.
A hint or anything more than that would be highly appreciated,
thx a lot for your answers