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
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?
>
>
> **
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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.
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
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
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
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,
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
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
> 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
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):
> --
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
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:
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
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
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
31 matches
Mail list logo