Re: [users@httpd] Re: [Bulk] Re: [users@httpd] rewrite simple php under a sub url

2016-03-09 Thread Sven Seeberg
Am 10.03.2016 um 00:43 schrieb Sven Seeberg: > Am 10.03.2016 um 00:40 schrieb lejeczek: >> >> On 09/03/16 23:29, Sven Seeberg wrote: >>> Ah sorry, I think I missunderstood your question. >> possibly >>> mod_rewrite only changes the "appearance"

Re: [users@httpd] mod_substitute / mod_sed with Apache 2.4.7 (Ubuntu 14.04)

2016-03-09 Thread Sven Seeberg
mod_deflate still running on the backend server (I thought I had disabled it) and a missing AddOutputFilterByType were responsible. Problem solved. Am 09.03.2016 um 18:10 schrieb Sven Seeberg: > Hi everybody, > > I'm having a problem with mod_substitute or mod_sed while using

Re: [users@httpd] Re: [Bulk] Re: [users@httpd] rewrite simple php under a sub url

2016-03-09 Thread Sven Seeberg
Am 10.03.2016 um 00:40 schrieb lejeczek: > > > On 09/03/16 23:29, Sven Seeberg wrote: >> Ah sorry, I think I missunderstood your question. > possibly >> >> mod_rewrite only changes the "appearance" of the URL for the Browser / >> user. This PHP pr

Re: [users@httpd] rewrite simple php under a sub url

2016-03-09 Thread Sven Seeberg
nd it with symlinks? Am 10.03.2016 um 00:17 schrieb lejeczek: > > > On 09/03/16 22:12, Sven Seeberg wrote: >> Hi there, >> >> you can either just move the DocumentRoot to a directory which contains >> the folder phpapp with all the PHP files in it. >> >>

Re: [users@httpd] rewrite simple php under a sub url

2016-03-09 Thread Sven Seeberg
Hi there, you can either just move the DocumentRoot to a directory which contains the folder phpapp with all the PHP files in it. Or create an .htaccess file / edit your VirtualHost and add the following line: RewriteRule ^phpapp/(.*)$ $1 (http://lmgtfy.com/?q=mod_rewrite+subdirectory+to+root)

[users@httpd] mod_substitute / mod_sed with Apache 2.4.7 (Ubuntu 14.04)

2016-03-09 Thread Sven Seeberg
Hi everybody, I'm having a problem with mod_substitute or mod_sed while using one apache2 (Ubuntu 14.04) as a proxy and load balancer. The connection between proxy and backend is not encrypted, therefore the backend delivers only non-https links with the backend FQDN. Those have to be replaced by