Re: [users@httpd] website speed

2011-08-12 Thread aceror
Hi Amira, Try the same website without script and see what happen. El jue, 11-08-2011 a las 16:50 +0300, Amira Othman escribió: > Hi All, > > I am using httpd-2.2.3-43. On centos 5.6.I have problem in loading one > of my websites it takes long time to load page. But other websites on > the sam

Re: [users@httpd] Problem with configuring Reverse Proxy and VirtualHost

2011-08-12 Thread Nick Kew
On Fri, 12 Aug 2011 21:21:45 +0200 Petr Hracek wrote: > Dear user, > > I am a new bie in Reverse Proxy configuration but something is wrong > and I really do not know > where can be a problem. > > My configuration of Virtual Host is following: > > SSLEngine on > SSLProxyEngine

Re: [users@httpd] Problem with configuring Reverse Proxy and VirtualHost

2011-08-12 Thread Eric Covener
>                    ProxyPass  http://192.0.2.25:8080/SECAdmin >                    ProxyPassReverse  http://192.0.2.25:8080/SECAdmin try trailing slashes here - The official User-To-User support forum of the Apache HTTP Server

[users@httpd] Problem with configuring Reverse Proxy and VirtualHost

2011-08-12 Thread Petr Hracek
Dear user, I am a new bie in Reverse Proxy configuration but something is wrong and I really do not know where can be a problem. My configuration of Virtual Host is following: SSLEngine on SSLProxyEngine on ServerName main_assistant ProxyPreserveHost on Pr

RE: [users@httpd] Forwarding request to internal server

2011-08-12 Thread Ahmad Pakhri Yahya
Hi Jeroen, How is this hijacking other peoples' threads?? I'm just asking for a solutions, I don't know the thread exist and I did read thru all the emails before. But thanks anyway for the suggestion. Now how do I look for old archives? Cheers, Pakhri From: Jeroen Geilman [mai

Re: [users@httpd] .htaccess issue in Wordpress?

2011-08-12 Thread Ganesh Viswanathan
After a lot of snooping, it is the .htaccess file or the conf file that is causing the problem. Apologies for sending in a doubt that is irrelevant, but if it still matters where do I take the faulty .htaccess file or the conf file? On Fri, Aug 12, 2011 at 7:44 PM, Mark Montague wrote: > On Augu

Re: [users@httpd] .htaccess issue in Wordpress?

2011-08-12 Thread Mark Montague
On August 12, 2011 6:54 , Ganesh Viswanathan wrote: I have a wordpress multi-site: You have posted your question to the Apache HTTP Server Users' mailing list. Unfortunately, your question has nothing to do with Apache HTTP Server as far as I can see, and so this is the wrong place for it

[users@httpd] Errors libiconv Compiling Apache 64 bits on solaris 10 X86

2011-08-12 Thread Juan Vidanez
Hi all, This configure goes well options: ./configure --enable-modules='all' --prefix=/usr/local/apache --enable-64bit --enable-64bit-libs --enable-lib64 --build=x86_64-pc-solaris2 I have a this error doing make: Undefined first referenced symbol in file libiconv_close /export/home/vidanezj/http

[users@httpd] .htaccess issue in Wordpress?

2011-08-12 Thread Ganesh Viswanathan
I have a wordpress multi-site: site1.local.loc [with subdomains on my local] and I would like to have three pages on this. site1.local.loc/works - (posts page, but I want 'Works' as my title) site1.local.loc/about - (static page) site1.local.loc/contact - (static page) Since 'Works' is my post

Re: [users@httpd] Forwarding request to internal server

2011-08-12 Thread Jeroen Geilman
On 2011-08-12 02:42, Ahmad Pakhri Yahya wrote: Hi, Hi, don't hijack other peoples' threads. I'm new to apache. I'm trying to forward request from a server located in DMZ serving request from external IP to a tomcat server residing inside an internal network. How do I setup my apache/httpd