Re: [users@httpd] ProxyPass not working?

2016-12-10 Thread Erik Dobák
hen you should set it up >>>> statically using the hosts file. >>>> >>>> Anyway , if you want to do this kind of work , you should first have a >>>> basic understanding of networking and apache configuration. >>>> >>>> >>>> >

Re: [users@httpd] ProxyPass not working?

2016-11-25 Thread Lou DeGenaro
t;>> >>> If you don’t have DNS configured correctly then you should set it up >>> statically using the hosts file. >>> >>> Anyway , if you want to do this kind of work , you should first have a >>> basic understanding of networking and apache conf

Re: [users@httpd] ProxyPass not working?

2016-11-25 Thread Daniel
f 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 w

Re: [users@httpd] ProxyPass not working?

2016-11-25 Thread Lou DeGenaro
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? > >

RE: [users@httpd] ProxyPass not working?

2016-11-25 Thread Alexandru Duzsardi
users@httpd.apache.org Subject: Re: [users@httpd] ProxyPass not working? HTTP Status 404 - /lophyda.comlophyda.com/ <http://lophyda.comlophyda.com/> root@HAL9000:/etc/apache2/sites-enabled# cat lophyda.com.conf ServerName lophyda.com <http://lophyda.com> ProxyPass / http://localhos

Re: [users@httpd] ProxyPass not working?

2016-11-25 Thread Lou DeGenaro
oxyPass http://localhost:8080/lophyda.com > > > > LogLevel warn > > > > > > > *From:* Lou DeGenaro [mailto:lou.degen...@gmail.com] > *Sent:* Friday, November 25, 2016 3:24 PM > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] ProxyPass no

RE: [users@httpd] ProxyPass not working?

2016-11-25 Thread Alexandru Duzsardi
PM To: users@httpd.apache.org Subject: Re: [users@httpd] ProxyPass not working? Still trying. On ubuntu 16.04. I have tomcat installed. Visiting localhost:8080 yields normal tomcat welcome page. Visiting localhost:8080/lophyda.com <http://lophyda.com> yields my website welcome page, as

Re: [users@httpd] ProxyPass not working?

2016-11-25 Thread Lou DeGenaro
Still trying. On ubuntu 16.04. I have tomcat installed. Visiting localhost:8080 yields normal tomcat welcome page. Visiting localhost:8080/lophyda.com yields my website welcome page, as expected. I have apache2 installed. Visiting localhost:80 yields normal apache welcome page. Visiting lophy

Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Eric Covener
On Thu, Nov 10, 2016 at 6:21 PM, Lou DeGenaro wrote: > On Thu, Nov 10, 2016 at 7:05 AM, Daniel wrote: >> >> when you visit localhost/degenaro.com it will be delivered to >> (/etc/apache2/sites-enabled/000-default.conf:1) >> >> if you want to be delivered to >> (/etc/apache2/sites-enabled/degenar

Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Lou DeGenaro
Why? I see: port 80 namevhost degenaro.com (/etc/apache2/sites-enabled/ degenaro.com.conf:1) On Thu, Nov 10, 2016 at 7:05 AM, Daniel wrote: > when you visit localhost/degenaro.com it will be delivered to > (/etc/apache2/sites-enabled/000-default.conf:1) > > if you want to be delivered to > (/e

Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Daniel
when you visit localhost/degenaro.com it will be delivered to (/etc/apache2/sites-enabled/000-default.conf:1) if you want to be 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/

Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Lou DeGenaro
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)

Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Lou DeGenaro
It is enabled. See immediately preceding reply. On Wed, Nov 9, 2016 at 7:03 PM, Yehuda Katz wrote: > I hit send too fast. > > Also, Ubuntu/Debian by default load config from /etc/apache2/sites-enabled. > You can use a2ensite or just create a symlink from sites-available. > > - Y > > On Wed, Nov

Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Lou DeGenaro
I did have a typo...how embarrassing. But fixing it, restarting apache did not help. root@HAL9000:/etc/apache2/sites-enabled# cat degenaro.com.conf ProxyRequests off ProxyPreserveHost on ServerName degenaro.com ServerAdmin lou@localhost ProxyPass /degenaro.com ajp://localhos

Re: [users@httpd] ProxyPass not working?

2016-11-09 Thread Eric Covener
> > > ServerName degenaro.com > > I've restated the apache server, and visit http://localhost/degenaro.com/ > and see this in my browser: > ​ Request likely not going to the virtual host you configured. See apachectl -S for a summary.​

Re: [users@httpd] ProxyPass not working?

2016-11-09 Thread Yehuda Katz
I hit send too fast. Also, Ubuntu/Debian by default load config from /etc/apache2/sites-enabled. You can use a2ensite or just create a symlink from sites-available. - 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 th

Re: [users@httpd] ProxyPass not working?

2016-11-09 Thread Yehuda Katz
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: > I'm running apache2 and have defined the following: > > lou@HAL9000:/etc/apache2/sites-available$ cat degenaro.com.conf > > ProxyReq