Re: Fwd: Re: Re: Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread J. Greenlees
augustocasagra...@gmail.com wrote: Done , but still the same. host2:~ # w3m www.example.com/share/ Index of /share Icon Name Last modified Size Description[DIR] Parent Directory - Apache/2.2.0 (Linux/SUSE) Server at www.example.com Port 8 What Eric was saying is ServerName is the domain part

[us...@httpd] firefox 3.6.9 fails to connect due to SSL DHE

2010-09-23 Thread Ricardo Stella
Hello, The latest Firefox 3.6.9+ will fail to connect to a server using the SSL DHE key exchange. I guess my server is using this (I do have a commercial certificate). Basically Mozilla says it's a server misconfiguration issue. Anyone knows what needs to be configured so this doesn't happen

Fwd: Re: Re: Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread augustocasagrande
Done , but still the same. host2:~ # w3m www.example.com/share/ Index of /share Icon Name Last modified Size Description[DIR] Parent Directory - Apache/2.2.0 (Linux/SUSE) Server at www.example.com Port 80 El , Eric Covener cove...@gmail.com> escribió: > On Thu, Sep 23, 2010 at 8:23 PM wrot

Re: Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread Eric Covener
On Thu, Sep 23, 2010 at 8:23 PM, wrote: >> ServerName is just a domain name. > It's actually www.example.com/share/ The path at the end is the problem. It should just be www.example.com. - The official User-To-User support foru

Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread Eric Covener
On Thu, Sep 23, 2010 at 8:10 PM, Augusto Casagrande wrote: > Yes , here it is : > > > DocumentRoot /srv/www/htdocs/share > ServerName www.example/share/ ServerName is just a domain name. - The official User-To-User support foru

Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread Augusto Casagrande
Yes , here it is : DocumentRoot /srv/www/htdocs/share ServerName www.example/share/ ProxyRequests Off Order deny,allow Allow from all ProxyPass / http://internal-ip-server 2010/9/23 Eric Covener : > On Thu, Sep 23, 2010 at 1:52 PM,   wrote: >> I've added NameVirtualHost *:80 to

Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread Eric Covener
On Thu, Sep 23, 2010 at 1:52 PM, wrote: > I've added NameVirtualHost *:80 to the listen.conf file. > But still it is not working. Same as before , only shows my "share" > directory. Did you add a VirtualHost with *:80 and put your proxy directives in it? --

[us...@httpd] Locating which scripts are attached to an httpd process

2010-09-23 Thread Casey Ralls
Hi All, My httpd processes are maxing out my memory. How can I find out which scripts are running under the httpd process? Thanks much, ~Casey

Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread augustocasagrande
I've added NameVirtualHost *:80 to the listen.conf file. But still it is not working. Same as before , only shows my "share" directory. Thanks! El 23/09/2010 07:41, Eric Covener escribió: > > > The VirtualHost you added would only be selected when the more specific matches (p

[us...@httpd] Could not set LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD

2010-09-23 Thread Minson, John M CIV SPAWARSYSCEN-ATLANTIC, 82370
I am trying to upgrade from http 2.2.10 to 2.2.15 . Httpd comes up and runs but I get [debug] mod_authnz_ldap.c(623): [client 10.19.47.67] auth_ldap authorise: User DN not found, LDAP: ldap_set_option failed. Could not set LDAP_OPT_ X_TLS to LDAP_OPT_X_TLS_HARD When attempting to connect to th

Re: [us...@httpd] symbolic link to public_html folders

2010-09-23 Thread J Greenbaum
I tried that one too, but no luck. Thanks for the response. -Jason On Thu, Sep 23, 2010 at 8:53 AM, Rainer Jung wrote: > On 21.09.2010 22:18, J Greenbaum wrote: > >> Hi, >> >> I'm having trouble configuring apache so that the public_html folder can >> be a symbolic link to another directory. O

Re: [us...@httpd] symbolic link to public_html folders

2010-09-23 Thread Rainer Jung
On 21.09.2010 22:18, J Greenbaum wrote: Hi, I'm having trouble configuring apache so that the public_html folder can be a symbolic link to another directory. On my Ubuntu 10.04 installation, my userdir.conf file includes the 'FollowSymLinks' option for the /home/*/public_html directories. Howe

Re: [us...@httpd] Apacge url is changing to application server url

2010-09-23 Thread Rainer Jung
Eric meant: ProxyPassReverse /eMatrix http://server_name:8081/eMatrix ProxyPassReverse /eMatrix http://server_name:8082/eMatrix ProxyPassReverse /eMatrix http://server_name:8083/eMatrix It is strange though, that these redirects happen when using ajp. Regards, Rainer On 21.09.2010 07:35, Amol

[us...@httpd] proxy

2010-09-23 Thread Piotr Kloc
Hello ! I have question about the following problem http://www.spinics.net/lists/apache-users/msg74364.html whether there is a chance for correct this ? Regards, Piotr

Re: [us...@httpd] Add ID by request in Error Logfile

2010-09-23 Thread Rainer Jung
On 21.09.2010 16:45, marcos rebelo wrote: Hy all I would like to add one ID to every line of my error log file. Like this I could grep the log lines for every call in the access log I did: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{MY_REQUEST_ID}e\"" combined H

Re: [us...@httpd] https and http server with the same documentRoot + force to use https for some content and authenticate!

2010-09-23 Thread Rainer Jung
On 15.09.2010 18:11, Joost de Heer wrote: On 09/15/2010 05:55 PM, sattlite Installer wrote: Thanks for the reply, then to confirm is there no way of doing this only in .htaccess files? I would prefer to do this as the web team edit these while I have to edit the server config? You need SSLRequ

Re: [us...@httpd] Is there any way I could share a session b/w Jsp(Tomcat) & php(apache)??!

2010-09-23 Thread Rainer Jung
On 20.09.2010 13:03, mani2604 wrote: Well I do have a UMN mapserver php app which runs on apache& we do have sessions to store latitudes& longitudes to perform queries... Now the thing it somehow need to be integrated with Tomcat so that the client inputs the lat& long in the jsp page and I n

[us...@httpd] Unanswered question, rephrased...

2010-09-23 Thread Reese
I don't know whether my earlier post wasn't seen or else. I've updated and rephrased, in hopes this might get addressed by those more knowledgeable and experienced. At 14:56 20 09 10, Reese wrote: We are running Apache2 v2.2.8 and Miva Merchant v5.5.x on a CentOS v4.x VPS server. After our ho

Re: [us...@httpd] mod_proxy and Content-Range response

2010-09-23 Thread Bo Lorentsen
On 09/21/2010 05:52 PM, Bo Lorentsen wrote: I have been creating a new data backend (RESTful JSON), that I think works quite nicely, and this backend implement the full rest protocol from HTTP 1.1 (RFC 2616), or at least as much as I understand of it :) This ended up being my own doing (I was in

[us...@httpd] Centralla managing a collection of apache hosts.

2010-09-23 Thread Krist van Besien
Hello all, My current POE uses the ZEUS Webserver quite extensively. Zeus has some advantages from the point of veiw of daily management, but is not free. We are about to implement a new CMS system that depends heavily on a custom module that the supplier can provide in an apache compatible form,

Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread Eric Covener
> > > The VirtualHost you added would only be selected when the more specific matches (port 80, port 443) were not applicable. You should make sure you have one NameVirtualHost *:80 and just add a second with the proper ServerName. -- Eric Covener cove...@gmail.com ---