[users@httpd] Re: Proxy Balancing Not working as Expected

2013-06-25 Thread nskarthik
Hi Sticky Session : We do not use Cookie in our Existing applications and the same is configured to work perfectly with "ProxyPass & ProxyPassReverse ProxyPass/APPX http://192.168.4.32:8085/APPX ProxyPassReverse /APPX http://192.168.4.32:8085/APPX >>You can enable debug log lev

Re: [users@httpd] HTTP 2.4.4 graceful

2013-06-25 Thread David Guerra
Is it a virtual machine? I've seen issues where Apache would start before some appliances can set the hostname of the server. Are there any pids at all? On Tuesday, June 25, 2013, Christian Cioni wrote: > Pratically, the pid number in the httpd.pid file, is not updated. Any idea? > > > **

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Kirk Woellert
User from the Internet can see the 3rd vhost site now. The current access control directives are: Order allow,deny All from all Now that Apache can route to the 3rd vhost block I edited the access controls to tighten things down and enable localhost access as: Order deny,allow Deny from all Allo

Re: [users@httpd] Help with Apache Virtual Host Config for Ubuntu Server 4 IPs

2013-06-25 Thread Francis Lee Mondia
Hi Yehuda, Yes, this is the Ubuntu default configuration. I did as you suggested and it worked. Thanks for all the help. Francis On Tue, Jun 25, 2013 at 11:48 PM, Yehuda Katz wrote: > On Tue, Jun 25, 2013 at 11:35 AM, Francis Lee Mondia > wrote: > >> I'm trying to configure an Ubuntu serve

[users@httpd] R: HTTP 2.4.4 graceful

2013-06-25 Thread Christian Cioni
Pratically, the pid number in the httpd.pid file, is not updated. Any idea? Christian Da: Christian Cioni [mailto:christian.ci...@staff.aruba.it] Inviato: giovedì 20 giugno 2013 17:00 A: users@httpd.apache.org Oggetto: [users@httpd] HTTP 2.4.4 graceful Hi, after the update from apache

[users@httpd] HTTP Rewrite to HTTPS proxy works but direct HTTPS doesn't proxy

2013-06-25 Thread Pete Jibe
Hi there, After looking this over I've located the issue but haven't determined how to best implement the resolution. The problem is that when folks access HTTP (via httpd-vhosts.conf) the configuration Rewrites the URL as https://www.yippyskippy.com/ClusterTester$1 When end-users bypass the

Re: [users@httpd] Form problem with non-ascii characters (æ or ß)

2013-06-25 Thread Pi Dizayn
I verified. I used other computers and browsers. On Wed, Jun 26, 2013 at 12:24 AM, Jim Albert wrote: > On 6/25/2013 1:34 PM, Pi Dizayn wrote: > >> Dear Apaches :) , >> >> I'm moving a website to another server. In the new server when I submit >> a form with æ or ß the browser says "The connecti

Re: [users@httpd] Form problem with non-ascii characters (æ or ß)

2013-06-25 Thread Jim Albert
On 6/25/2013 1:34 PM, Pi Dizayn wrote: Dear Apaches :) , I'm moving a website to another server. In the new server when I submit a form with æ or ß the browser says "The connection was reset". This never happened before. The OS is CentOS. PHP or CGI forms are the same. -- Boray Eris www.pidizay

RE: [users@httpd] Auth aliases problem

2013-06-25 Thread Brandon Gould
You can also try authenticating to PAM, and then in /etc/pam.d/apache2 (or httpd, I'll have to check) You specify Auth sufficient pam_ldap.so Account sufficient pam_ldap.so Pam_ldap is part of the nss_ldap package. Th

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Kirk Woellert
Starting to understand this better. Appending the public IP to the current list of alias names in httpd.conf works as you said (for me). ServerAlias [redacted alias] [redacted public IP] Sent the link to a user- see what they say. On Tue, Jun 25, 2013 at 1:31 PM, Eric Covener wrote: > On Tue,

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Socal Livin
Hi, Try using the password protect directories in mod_security until you find the solution. From: Eric Covener To: users@httpd.apache.org Sent: Tuesday, June 25, 2013 10:31 AM Subject: Re: [users@httpd] Apache virtualhost order deny, allow works only on loc

[users@httpd] Form problem with non-ascii characters (æ or ß)

2013-06-25 Thread Pi Dizayn
Dear Apaches :) , I'm moving a website to another server. In the new server when I submit a form with æ or ß the browser says "The connection was reset". This never happened before. The OS is CentOS. PHP or CGI forms are the same. -- Boray Eris www.pidizayn.com

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Eric Covener
On Tue, Jun 25, 2013 at 11:33 AM, Kirk Woellert wrote: > That worked. I edited the /etc/host file on the linux client with a public > IP, and I can get access to the 3rd vhost. Finally, get back to the original > issue which started all this. > > I need to be able expose the site to certain decisi

Re: [users@httpd] Help with Apache Virtual Host Config for Ubuntu Server 4 IPs

2013-06-25 Thread Yehuda Katz
On Tue, Jun 25, 2013 at 11:35 AM, Francis Lee Mondia wrote: > I'm trying to configure an Ubuntu server with 4 Public IPs to display > "This is a shared IP site" if any of the IPs are accessed directly. The > server has IP-based virtual-hosts configured on the different IPs. So far, > I'm not havin

[users@httpd] Help with Apache Virtual Host Config for Ubuntu Server 4 IPs

2013-06-25 Thread Francis Lee Mondia
Hi, I'm trying to configure an Ubuntu server with 4 Public IPs to display "This is a shared IP site" if any of the IPs are accessed directly. The server has IP-based virtual-hosts configured on the different IPs. So far, I'm not having any success with it. Any help will be appreciated. Francis

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Kirk Woellert
That worked. I edited the /etc/host file on the linux client with a public IP, and I can get access to the 3rd vhost. Finally, get back to the original issue which started all this. I need to be able expose the site to certain decision makers while its under development. Hence why I tried Order, D

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Eric Covener
On Tue, Jun 25, 2013 at 11:12 AM, Kirk Woellert wrote: > Ok, there are two clients in this thread, 1 is the client on the server > console and is my personal linux system which is on the Internet. The > /etc/hosts file on the server has an entry so that the alias in the vhost > block resolves when

[users@httpd] Errors after changing hostname

2013-06-25 Thread Dariusz Dolecki
we are getting errors in our apache after changing the hostname of a soalris box, dns was changed as well..any ideas? The rror message is: The proxy server received an invalid response from an upstream server.

Re: [users@httpd] Errors after changing hostname

2013-06-25 Thread Kirk Woellert
Since folks are helping me with an issue thought to give back to the list: Our department changed the IP for a VM I run Apache on- without telling me, if you can believe that. Although not the same as hostname change, I had to check httpd.conf, ssl.conf and /etc/hosts to update the IP. Hope this h

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Kirk Woellert
Ok, there are two clients in this thread, 1 is the client on the server console and is my personal linux system which is on the Internet. The /etc/hosts file on the server has an entry so that the alias in the vhost block resolves when testing on the server. Are you saying I need to edit the /etc/h

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Jens-U. Mozdzen
Hi Kirk, Zitat von Kirk Woellert : It's a good point but I need to able to access this site from one public IP in particular. I thought an entry in /etc/hosts currently as: 127.0.0.1 [redacted alias for 3rd vhost] would be sufficient but maybe not? If not, how can I get Apache to 'route' to th

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Kirk Woellert
Trying everything- test php file i.e. info.php, also just did a 'touch' and created an index.html, owned by the 3rd vhost user:group, chmod 775. Can load the index.html on the local server console but not from the Internet (using a physical path). -Kirk Woellert On Tue, Jun 25, 2013 at 10:35 AM,

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Eric Covener
On Tue, Jun 25, 2013 at 11:01 AM, Kirk Woellert wrote: > It's a good point but I need to able to access this site from one public IP > in particular. I thought an entry in /etc/hosts currently as: > > 127.0.0.1 [redacted alias for 3rd vhost] > > would be sufficient but maybe not? If not, how can I

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Kirk Woellert
It's a good point but I need to able to access this site from one public IP in particular. I thought an entry in /etc/hosts currently as: 127.0.0.1 [redacted alias for 3rd vhost] would be sufficient but maybe not? If not, how can I get Apache to 'route' to that 3rd vhost? What would people typica

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Eric Covener
> As a reminder- I don't have a FQDN for the third vhost site- so I just made > a /etc/host temporary entry as mentioned earlier in my post. Therefore when > I try to check for public access, I'm always using a physical path in the > browser as: > > http://[redacted public IP]/~[redacted user for 3

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread David Guerra
Are you only trying to open PHP files or do you get the same issue with CSS and image files? On Tue, Jun 25, 2013 at 10:30 AM, Kirk Woellert wrote: > Hi, I looked at output of a "# httpd -S" command too- didn't see an > obvious problem but here it is (pardon all the redaction): > --

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Kirk Woellert
Hi, I looked at output of a "# httpd -S" command too- didn't see an obvious problem but here it is (pardon all the redaction): -- [root@[myhostname mysuperuser]# httpd -S [Tue Jun 25 10:06:18 2013] [warn] NameVirtualHost *:443 has no VirtualHosts VirtualHost configuration: [Assigned

[users@httpd] Auth aliases problem

2013-06-25 Thread Tymiński Jan
I'd like to ask again about my problem: I want to make aliases for ldap authorization with mod_authn_alias, I have set everything up correctly, according to the documentation, enabled required module, set "AuthBasicProvider aaa" in my configuration, and I receive error: "Unknown Authn provider:

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Eric Covener
On Tue, Jun 25, 2013 at 8:39 AM, Kirk Woellert wrote: > Update: Still have the same basic problem, I can access the vhost2 from the > Internet, but can only access vhost3 from the localhost- not from the > Internet. The behavior in my reply was not repeatable. I tried to completely > open up acces

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Kirk Woellert
Update: Still have the same basic problem, I can access the vhost2 from the Internet, but can only access vhost3 from the localhost- not from the Internet. The behavior in my reply was not repeatable. I tried to completely open up access to the vhost3 site by: order allow,deny allow all But still

[users@httpd] Defining search depth for mod_ldap.

2013-06-25 Thread Mangesh Sawant
Hi, when searching a user mod_ldap returns only parent node attributes. Is there any setting so that search will return parent node attributes as well. LDAP URS is as follows: LdapUrl=ldap:// 172.16.100.237/ou=radiusUserProfile,dc=mtnl,dc=com?uid,userPassword,cn,sn? Here I could get back only ui