Re: [users@httpd] mod_proxy_http rewrite problem

2018-06-18 Thread Yann Ylavic
On Fri, Jun 15, 2018 at 9:33 PM, Herb Burnswell wrote: >> What if you remove the ProxyPassReverse, leaving the 2 ProxyPass only? > > Unfortunately no, without the ProxyPassReverse directive the behavior is the > same, it just loops. The 302's are in the access log over and over: > > 10.24.3.10

Re: [users@httpd] mod_proxy_http rewrite problem

2018-06-18 Thread Herb Burnswell
> Or if you want to masquerade /frontpage completetly, you could use > mod_proxy_html to rewrite response URLs on the fly. Anybody have suggestions on how to masquerade /frontpage to rewrite responses? On Fri, Jun 15, 2018 at 12:33 PM, Herb Burnswell < herbert.burnsw...@gmail.com> wrote: > >

Re: [users@httpd] Re: Website Down - Help Really Needed

2018-06-18 Thread Eric Covener
On Mon, Jun 18, 2018 at 3:59 PM Macksymil Marketplace wrote: > > When I try to use it without the sudo I get the same permission error. > > /etc/apache2/sites-available/000-default.conf You should edit a configuration file, not try to execute it.

Re: [users@httpd] Re: Website Down - Help Really Needed

2018-06-18 Thread Greg
Your best bet is to try to ls -al the file to show the permissions. The way you're writing up your command makes no sense. sudo -i /etc/apache2/sites-available/000-default.conf-bash: /etc/apache2/sites-available/000-default.conf: Permission denied It would appear you're trying to execute

Re: [users@httpd] Re: Website Down - Help Really Needed

2018-06-18 Thread Macksymil Marketplace
When I try to use it without the sudo I get the same permission error. /etc/apache2/sites-available/000-default.conf -bash: /etc/apache2/sites-available/000-default.conf: Permission denied also I can't access the config file to get to make any changes at all. Also I have very limited knowledge

[users@httpd] Re: Website Down - Help Really Needed

2018-06-18 Thread @lbutlr
On 18 Jun 2018, at 13:21, Macksymil Marketplace wrote: > sudo -i /etc/apache2/sites-available/000-default.conf-bash: > /etc/apache2/sites-available/000-default.conf: Permission denied Not sure why you’re using sudo? The error in the screenshot specifically points to line 31 in the conf file

[users@httpd] Website Down - Help Really Needed

2018-06-18 Thread Macksymil Marketplace
Good day, My website has gone down after I tried adding a SSL Certificate through LetsEncrypt. I'm getting the following errors. sudo -i /etc/apache2/sites-available/000-default.conf-bash: /etc/apache2/sites-available/000-default.conf: Permission denied Also please see attachment for errors

Re: [users@httpd] gitweb permission problems with new install

2018-06-18 Thread Bill Vance
I'm not sure about the status of gitlab, or gitweb, et al, but the problem might be that github was just purhased by Microsoft. Bill On Sat, 16 Jun 2018, Paul Gardiner wrote: On 15/06/2018 16:19, Paul Gardiner wrote: openSUSE Leap 42.3, Apache 2.4.23:   I have gitweb working just fine.