[users@httpd] Caching some content only

2014-01-30 Thread Michael Hallager
Hi all, I have reverse-proxy caching setup and working. What I want to do is no caching by default and only cache items matching example.com/*/img/* I've tried various combinations using but it's either ended up caching everything or nothing. I'm thinking it may be affected by my use of Re

users@httpd.apache.org

2014-01-30 Thread Brady, Kevin G.
Hello, I have a problem using proxies, this happens in both nginx and apache. I have a tomcat app that runs on port 8081, it validates messages (HL7V2) input on to a screen. If I access the application by http://hostname:8081/app it works fine. When I run thru a proxy(as I said, I tried ap

Re: [users@httpd] virtualhost redirects to root on mobiles

2014-01-30 Thread Otis Dewitt - NOAA Affiliate
NameVirtualHost *:80 ServerAdmin webmaster@localhost ServerName www.morebearsmore.com ServerAlias morebearsmore.com On Thu, Jan 30, 2014 at 1:30 PM, Josh Stratton wrote: > I tried that. I'm including the actual config file in

Re: [users@httpd] virtualhost redirects to root on mobiles

2014-01-30 Thread Otis Dewitt - NOAA Affiliate
Try NameVirtualHost *:80 "above " Thanks, Otis On Thu, Jan 30, 2014 at 1:30 PM, Josh Stratton wrote: > I tried that. I'm including the actual config file in sites-available if > it helps. > > > ServerAdmin webmaster@localhost > ServerName morebearsmore.com > ServerAlias www.moreb

Re: [users@httpd] virtualhost redirects to root on mobiles

2014-01-30 Thread Josh Stratton
I tried that. I'm including the actual config file in sites-available if it helps. ServerAdmin webmaster@localhost ServerName morebearsmore.com ServerAlias www.morebearsmore.com DocumentRoot /var/www/morebearsmore.com/public_html Options FollowSymLinks AllowOverride None Options I

Re: [users@httpd] virtualhost redirects to root on mobiles

2014-01-30 Thread Otis DeWitt
Try creating a server alias and restart apache. DocumentRoot /www/server1 ServerName example.com ServerAlias www.example.com Sent from my iPhone > On Jan 30, 2014, at 1:04 PM, Josh Stratton wrote: > > I setup an apache server a while back without a virtualhost and got > everything working f

[users@httpd] virtualhost redirects to root on mobiles

2014-01-30 Thread Josh Stratton
I setup an apache server a while back without a virtualhost and got everything working fine. I added a virtualhost for my wife and it seems to work fine on desktops, but on our phones (an iphone and a windows phone), both redirect to my root site if the user adds www to the domain in the address b

[users@httpd] Strange 500 error, but page still displays with no errors in browser

2014-01-30 Thread Russell Jones
Hi all, I am trying to track down a 500 error in Apache that shows up randomly with no useful output in either the apache error log or php error log. The thing that makes it even stranger, is even though it is recording a 500 error in the access_log the page is still showing fine! System inf

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-30 Thread Nallu Naren
I found it in "ws2ipdef.h" after adding this, I can see lot of errors. Error 282 error C2146: syntax error : missing ';' before identifier 'iiAddress' C:\nallun_-049_6243\library\microsoft-platformsdk\Include\ws2ipdef.h 97 Error 283 error C4430: missing type specifier - int assumed. Note: C++ does

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-30 Thread Hendrik Schmieder
Nallu Naren schrieb: On Thu, Jan 30, 2014 at 1:34 PM, Hendrik Schmieder mailto:hendrik.schmie...@jedox.com>> wrote: Nallu Naren schrieb: On Wed, Jan 29, 2014 at 6:29 PM, Hendrik Schmieder mailto:hendrik.schmie...@jedox.com>

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-30 Thread Nallu Naren
My module uses winsock2.h from C:\Program Files (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\Include On Thu, Jan 30, 2014 at 1:34 PM, Hendrik Schmieder < hendrik.schmie...@jedox.com> wrote: > Nallu Naren schrieb: > >> On Wed, Jan 29, 2014 at 6:29 PM, Hendrik Schmieder >> mailto:hendrik.schmi

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-30 Thread Hendrik Schmieder
Nallu Naren schrieb: On Wed, Jan 29, 2014 at 6:29 PM, Hendrik Schmieder mailto:hendrik.schmie...@jedox.com>> wrote: Nallu Naren schrieb: Hi Team, I've written my own module for Apache 2.2 compiled with 2.2.16 (includes and libs)and it is working as expected