Re: [us...@httpd] Issues loading ASP.NET JavaScript on IIS7 through Apache mod_proxy

2010-06-02 Thread Sohum Misra
Nick, Thanks for the pointer about not needing ProxyHTMLExtended. I got my application working with the following VirtualHost configuration: ProxyPass / http://localhost:8080/myASPApp/ ProxyPassReverse / http://localhost:8080/myASPApp/ ServerName myaspsite.mydomain.com ProxyHTML

Re: [us...@httpd] Issues loading ASP.NET JavaScript on IIS7 through Apache mod_proxy

2010-06-02 Thread Nick Kew
On 3 Jun 2010, at 00:05, Sohum Misra wrote: > But the above doesn't work. When I look at the source for the page > that contains the JavaScript, it still has links as follows: Your configuration is incomplete. The URL Eric already posted links to (among other things) a tutorial on what you're t

Re: [us...@httpd] Hangs on network hickup

2010-06-02 Thread Jeff Trawick
2010/6/2 Igor Galić > > > > >r...@atvt1uajas001:~# truss -f -p 26794 > > >26794: fcntl(54, F_SETLKW64, 0xFF1E17C0) (sleeping...) > > > > This is consistent with, but not sufficient to be certain of, the > > problem I alluded to. You'd need to look at the truss of child > > processes not blocked

Re: [us...@httpd] Issues loading ASP.NET JavaScript on IIS7 through Apache mod_proxy

2010-06-02 Thread Sohum Misra
Eric, Thanks for your response. I now have the mod_proxy_html module installed in Apache2 and I can turn on the ProxyHTMLExtended option. However, I'm still confused as to what I should be doing with the mod_proxy_html module and where I should be putting it. I looked at a couple of questions on t

Re: [us...@httpd] Matching an empty hostname with virtual hosting

2010-06-02 Thread Jorge Schrauwen
If the host-header is missing, httpd will use the first vhost that is defined. So if you need to catch request with no host-header, configure the vhost that does so as the first one. running httpd -S will also show you the current default vhost. ~Jorge On Wed, Jun 2, 2010 at 10:28 PM, Ruslan Si

Re: [us...@httpd] Issues loading ASP.NET JavaScript on IIS7 through Apache mod_proxy

2010-06-02 Thread Eric Covener
> How can I solve this problem? The couple of websites I found suggested > turning on ProxyHTMLExtended but when I tried doing that, the server > did not start. I'm guessing I didn't know how to do it properly. I'm > using Apache 2.2.11. ProxyHTMLExtended is provided by mod_proxy_html, which is a

[us...@httpd] Issues loading ASP.NET JavaScript on IIS7 through Apache mod_proxy

2010-06-02 Thread Sohum Misra
So here's my setup. I've got a DynDNS account since I have a dynamic IP. I have Apache listening on port 80 and IIS7 on port 8080. I don't want users to have to enter in myacc.dyndns.com:8080 to get to IIS7, so I've added the following code to my Apache httpd.conf file to enable a proxy/reverse pro

[us...@httpd] Aliased IP addressed sites load very slowly

2010-06-02 Thread Michael Peters
I spent some time moving a few sites I own to a single server running a single apache2 instance. The primary site runs fast. The other sites run terribly slow for some reason. The primary site is on ETH0, and the other sites are on ETH0:1, ETH0:2, ETH0:3, etc. I've worked through documentation to r

[us...@httpd] Matching an empty hostname with virtual hosting

2010-06-02 Thread Ruslan Sivak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I have virtual hosting set up and working, but I'm having trouble getting health checks from the load balancer to go to their own vhost. The load balancer just sends this request: Head / HTTP/1.0 This results in no host header being sent,

Re: [us...@httpd] portable server - putting all config files on a USB drive

2010-06-02 Thread Eric Covener
On Wed, Jun 2, 2010 at 12:18 PM, Nigel Dodd wrote: > I am trying to build a linux, apache, mysql, php server that I can easily > move from machine to machine. > I am assessing the feasibility of putting all the configuration files, the > virtual server defining files (those in sites-enabled etc),

Re: [us...@httpd] portable server - putting all config files on a USB drive

2010-06-02 Thread Nilesh Govindarajan
On Wed, Jun 2, 2010 at 9:48 PM, Nigel Dodd wrote: > I am trying to build a linux, apache, mysql, php server that I can easily > move from machine to machine. > I am assessing the feasibility of putting all the configuration files, the > virtual server defining files (those in sites-enabled etc), t

[us...@httpd] portable server - putting all config files on a USB drive

2010-06-02 Thread Nigel Dodd
I am trying to build a linux, apache, mysql, php server that I can easily move from machine to machine. I am assessing the feasibility of putting all the configuration files, the virtual server defining files (those in sites-enabled etc), the website files (normally found in /var/www/) on a re

Re: [us...@httpd] Hangs on network hickup

2010-06-02 Thread Igor Galić
> > Unless you have a support subscription for that product, build the > > latest httpd and php yourself from source.  (Yeah, you'll probably > > need to build some add'l support libraries too, but OTOH it is just > a > > matter of time until you get tired of 2.2.11 and 5.2.9-ish. I believe that

Re: [us...@httpd] Hangs on network hickup

2010-06-02 Thread Jeff Trawick
On Wed, Jun 2, 2010 at 10:17 AM, Jeff Trawick wrote: > 2010/6/2 Igor Galić : >> >> Hello happy people. >> >> I'm experiencing certain troubles with httpd (provided by WebStack 1.5) on >> Solaris 10 > > Unless you have a support subscription for that product, build the > latest httpd and php yours

Re: [us...@httpd] Hangs on network hickup

2010-06-02 Thread Jeff Trawick
2010/6/2 Igor Galić : > > Hello happy people. > > I'm experiencing certain troubles with httpd (provided by WebStack 1.5) on > Solaris 10 Unless you have a support subscription for that product, build the latest httpd and php yourself from source. (Yeah, you'll probably need to build some add'l

RE: [us...@httpd] Betr.: Re: [us...@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server

2010-06-02 Thread Ruiyuan Jiang
So I should treat tcp tunneling through https port to backend server the way same as regular https backend server, Joost? I do have SSLProxyEngine on statement. Thanks. Ruiyuan -Original Message- From: Joost Heer, de [mailto:j.d.h...@atriummc.nl] Sent: Wednesday, June 02, 2010 6:08 AM

[us...@httpd] Hangs on network hickup

2010-06-02 Thread Igor Galić
Hello happy people. I'm experiencing certain troubles with httpd (provided by WebStack 1.5) on Solaris 10 After a network hickup (I suspect) httpd refuses to answer. The Process lingers in a state of waiting for the network interface, see the truss below. It doesn't recover from this state unt

RE: [us...@httpd] LDAP authnz with SSL

2010-06-02 Thread ldescotte.ext
It works now, I just added LDAPVerifyServerCert off LDAPTrustedMode SSL to httpd.conf. Thanks for your help. Loic -Original Message- From: Emmanuel Bailleul [mailto:emmanuel.baill...@telindus.fr] Sent: mercredi 2 juin 2010 15:53 To: users@httpd.apache.org Subject: RE: [us...@httpd]

RE: [us...@httpd] LDAP authnz with SSL

2010-06-02 Thread Emmanuel Bailleul
> -Message d'origine- > De : ldescotte@orange-ftgroup.com [mailto:ldescotte@orange- > ftgroup.com] > Envoyé : mercredi 2 juin 2010 12:15 > À : users@httpd.apache.org > Objet : RE: [us...@httpd] LDAP authnz with SSL > > I didn't need to set any certificate file on JXPlorer but I can

[us...@httpd] Problem with mod_negotiation

2010-06-02 Thread Petr Hracek
Dear users, In my browser IE 6.0 I have set language priority as: de-at en-us Apache version which is used on our server is: apache2-2.2.3 Apache configuration stored in /etc/apache2/conf/foo.conf has row: include /opt/apache/conf/mls.conf which contains following rows: AddLanguage en .en_US Ad

RE: [us...@httpd] LDAP authnz with SSL

2010-06-02 Thread ldescotte.ext
I didn't need to set any certificate file on JXPlorer but I can connect to LDAP in https with the client, so I don't think it is needed -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: mercredi 2 juin 2010 12:11 To: users@httpd.apache.org Subject: Re: [us...@httpd]

[us...@httpd] how to project directory

2010-06-02 Thread Duleep Dissanayaka
i use osrube(CMS) in centos that has folder in video files. i want give login user to download that video files. but that folder can't access without permission to users like url or ftp access. how can do this in using php

Re: [us...@httpd] LDAP authnz with SSL

2010-06-02 Thread Eric Covener
On Wed, Jun 2, 2010 at 5:06 AM, wrote: > Here is the error i'm getting when i try to contact LDAP server with SSL : > >  [warn] [client ] [12740] auth_ldap authenticate: user *** > authentication failed; URI server2 [LDAP: ldap_simple_bind_s() failed][Can't > contact LDAP server] > Wouldn't

[us...@httpd] Betr.: Re: [us...@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server

2010-06-02 Thread Joost Heer, de
>>> Igor Cicimov 2-6-2010 2:11 >>> >Maybe this will work: > > Servername citrix.example.com > ProxyRequests Off > AllowCONNECT 443 > ProxyPass / backendserver > ProxyPassReverse / backendserver > AllowCONNECT is for forward proxies. You need SSLProxyEngine on, and th

Re: [us...@httpd] Re: HTTP doesn't work after upgrading from 2.0.55 to 2.2.15

2010-06-02 Thread Chen Chien-Yu
Hi, First, I'd like to appreciate the helps from William and Jeff. This is the mail I posted in APR mail list. http://mail-archives.apache.org/mod_mbox/apr-dev/201006.mbox/ajax/%3caanlktilutimlujysja8pdj7a16ti_gw6lu-e9u6i5...@mail.gmail.com%3e -

[us...@httpd] caching proxy

2010-06-02 Thread Tapas Mishra
Hi, I did try to read apache docs given here. http://httpd.apache.org/docs/2.2/mod/mod_cache.html#cacheenable http://www.google.co.in/search?hl=en&safe=active&q=how+to+set+up+an+apache+caching+proxy&aq=f&aqi=&aql=&oq=&gs_rfai= actually I am a bit new to this so if some one can let me know. I am hav

RE: [us...@httpd] LDAP authnz with SSL

2010-06-02 Thread ldescotte.ext
Here is the error i'm getting when i try to contact LDAP server with SSL : [warn] [client ] [12740] auth_ldap authenticate: user *** authentication failed; URI server2 [LDAP: ldap_simple_bind_s() failed][Can't contact LDAP server] Thanks Loic From: lde

[us...@httpd] LDAP authnz with SSL

2010-06-02 Thread ldescotte.ext
Hello, I use authnz_ldap_module in my apache server configuration to verify authorizations in LDAP before forwarding the http request to another server (i use apache as a reverse proxy). I have no problem to access to LDAP in http mode, but it doesn't work with SSL. My conf looks like this :