Matching slashes worked! Thanks.
On Fri, Nov 25, 2016 at 11:00 AM, Daniel wrote:
> Please match slashes when using proxypass and proxypassreverse otherwise
> expect the unexpected.
>
> ProxyPass / http://localhost:8080/lophyda.com/
>
> 2016-11-25 16:10 GMT+01:00 Lou DeGena
basic understanding of networking and apache configuration.
>
>
>
>
>
> *From:* Lou DeGenaro [mailto:lou.degen...@gmail.com]
> *Sent:* Friday, November 25, 2016 4:34 PM
>
> *To:* users@httpd.apache.org
> *Subject:* Re: [users@httpd] ProxyPass not working?
>
>
erName lophyda.com
>
>
> ProxyPass / http://localhost:8080/lophyda.com
> ProxyPassReverse / http://localhost:8080/lophyda.com
>
> LogLevel warn
>
>
>
>
> Or
>
>
>
>
> ServerName lophyda.com
>
>
>
>
> Pr
ServerName lophyda.com
ServerAdmin lou@localhost
ProxyPass http://lophyda.com http://localhost:8080/lophyda.com
ProxyPassReverse http://lophyda.com http://localhost:8080/lophyda.com
LogLevel warn
What am I doing wrong?
Thanks.
Lou.
On Thu, Nov 10, 2016 at 6:21 PM, Lou DeGenaro
delivered to
> (/etc/apache2/sites-enabled/degenaro.com.conf:1)
> you must request
> using the appropiate name.
>
> 2016-11-10 11:38 GMT+01:00 Lou DeGenaro :
>
>> root@HAL9000:/etc/apache2/sites-enabled# apachectl -S
>> VirtualHost configuration:
>> *:80
root@HAL9000:/etc/apache2/sites-enabled# apachectl -S
VirtualHost configuration:
*:80 is a NameVirtualHost
default server 192.168.1.80
(/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost 192.168.1.80
(/etc/apache2/sites-enabled/000-default.conf:1)
gt; - Y
>
> On Wed, Nov 9, 2016 at 7:01 PM, Yehuda Katz wrote:
>
>> Can you confirm you don't have a typo? Your ProxyPass has a slash and the
>> URL you posted has a dot.
>>
>> - Y
>>
>> On Wed, Nov 9, 2016 at 6:46 PM, Lou DeGenaro
>> wrote:
>
gt; On Wed, Nov 9, 2016 at 6:46 PM, Lou DeGenaro
> wrote:
>
>> I'm running apache2 and have defined the following:
>>
>> lou@HAL9000:/etc/apache2/sites-available$ cat degenaro.com.conf
>>
>> ProxyRequests off
>> ProxyPreserveHost
I'm running apache2 and have defined the following:
lou@HAL9000:/etc/apache2/sites-available$ cat degenaro.com.conf
ProxyRequests off
ProxyPreserveHost on
ServerName degenaro.com
ServerAdmin lou@localhost
ProxyPass /degenaro/com ajp://localhost:8080/degenaro.com
ProxyPass