[users@httpd] index file

2013-01-12 Thread Christopher Lee
Hello All,

I am running Apache version 2.2.15 on Linux Red Hat Enterprise Linux Server 
release 6.3. I am looking for I would like to add a default 'maintenance' web 
page that will display when I am performing website updates. Could someone 
point me to technical documentation that will show me how to do this?

Thank you in advance.

Chris




This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the email by you is prohibited.


Re: [users@httpd] speed up response time

2013-01-12 Thread James Moe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/12/2013 05:25 PM, Rafnews wrote:
 I would like to speed it up because response time is between
 2.2s and 3s which is unacceptable. What should i do
 concretely to make response time shorter ?
 
> How large are the pages? Is there are lot of images?
>> 
> not a lot...maybe 5 or 6 small... like logos or icons
> 
  Then the time is likely the PHP page generation.
  Is there a lot of database backend requests?
  Have you tried inserting some time markers to see what is using the
most resources?

- -- 
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlDyJzQACgkQzTcr8Prq0ZObJwCgqdHhQKrmUumetN5D7OvPHzZV
KS8AmgKG6Z+3yNcwcArpwde6BbsAW8hM
=2wIh
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



Re: [users@httpd] question with apache rewriterules (working using crome, but not FF)

2013-01-12 Thread Akash Jain
what does the rewrite logs say ?

On Sat, Jan 12, 2013 at 8:49 PM, Robert Rottermann  wrote:

>  Hi there,
> we are about to go live with a site we reimplemented.
> The site structure is different between the two sites.
>
> What I now would like to do is that old content is fetched from the old
> site.
> This I try to do with apache redirect rules:
>
> Here they are:
> #
> # old site
> #
> RewriteRule ^/web(.*) 
> http://127.0.0.1:8181/VirtualHostBase/http/%{SERVER_NAME}:80/ecweb/ecweb/web/VirtualHostRoot/$1
> [L,P,R]
> ...
>
> #
> # new site
> #
> RewriteRule /(.*)/$ 
> http://127.0.0.1:8192/VirtualHostBase/http/%{SERVER_NAME}:80/ecweb/ecweb5/VirtualHostRoot/$1
> [L,P,R]
> RewriteRule ^/(.*) 
> http://127.0.0.1:8192/VirtualHostBase/http/%{SERVER_NAME}:80/ecweb/ecweb5/VirtualHostRoot/$1
> [L,P,R]
>
> Now this works fine using google chrome V23 and safari (version unknown), but 
> fails on firefox and IE
>
> you can try it yourself 
> with:http://www.energie-cluster.chhttp://www.energie-cluster.ch/web
>
> I do not have yet a proxy (like varnish) installed
>
> thanks for any pointers
> robert
>
>
>
> --
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. SALE $99.99 this month only -- learn more 
> at:http://p.sf.net/sfu/learnmore_122912
> ___
> Plone-Users mailing 
> listPlone-Users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/plone-users
>
>


Re: [users@httpd] speed up response time

2013-01-12 Thread Serge Fonville
if you know what requests take the longest, it will become easier to
determine where to optimize.

Are you using a particular CMS, or are the requests that send a lot of
bytes, for example.

Kind regards/met vriendelijke groet,

Serge Fonville

http://www.sergefonville.nl

Convince Microsoft!
They need to add TRUNCATE PARTITION in SQL Server
https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table


2013/1/13 Rafnews 

> On 12.01.2013 19:40, James Moe wrote:
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 01/12/2013 09:04 AM, Rafnews wrote:
>>
>>> I would like to speed it up because response time is between 2.2s
>>> and 3s which is unacceptable. What should i do concretely to make
>>> response time shorter ?
>>>
>>> How large are the pages? Is there are lot of images?
>>
>> - -- James Moe
>> moe dot james at sohnen-moe dot com
>> 520.743.3936
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v2.0.19 (GNU/Linux)
>> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>>
>> iEYEARECAAYFAlDxriwACgkQzTcr8P**rq0ZPxtwCeO5Fg6i+**BuQPObUoqf2zLfNbh
>> FLwAn1ZQ2CP6CHgjkl0qQ76Sy2nKbu**gB
>> =tiha
>> -END PGP SIGNATURE-
>>
>> --**--**-
>> To unsubscribe, e-mail: 
>> users-unsubscribe@httpd.**apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>>
>>  not a lot...maybe 5 or 6 small... like logos or icons
>
>
>
> --**--**-
> To unsubscribe, e-mail: 
> users-unsubscribe@httpd.**apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


Re: [users@httpd] speed up response time

2013-01-12 Thread Rafnews

On 12.01.2013 19:40, James Moe wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/12/2013 09:04 AM, Rafnews wrote:

I would like to speed it up because response time is between 2.2s
and 3s which is unacceptable. What should i do concretely to make
response time shorter ?


   How large are the pages? Is there are lot of images?

- -- 
James Moe

moe dot james at sohnen-moe dot com
520.743.3936
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlDxriwACgkQzTcr8Prq0ZPxtwCeO5Fg6i+BuQPObUoqf2zLfNbh
FLwAn1ZQ2CP6CHgjkl0qQ76Sy2nKbugB
=tiha
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


not a lot...maybe 5 or 6 small... like logos or icons


-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



Re: [users@httpd] speed up response time

2013-01-12 Thread James Moe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/12/2013 09:04 AM, Rafnews wrote:
> 
> I would like to speed it up because response time is between 2.2s
> and 3s which is unacceptable. What should i do concretely to make
> response time shorter ?
> 
  How large are the pages? Is there are lot of images?

- -- 
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlDxriwACgkQzTcr8Prq0ZPxtwCeO5Fg6i+BuQPObUoqf2zLfNbh
FLwAn1ZQ2CP6CHgjkl0qQ76Sy2nKbugB
=tiha
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



Re: [users@httpd] speed up response time

2013-01-12 Thread Rafnews

On 12.01.2013 17:16, lists-apache wrote:


 Original Message 

Date: Saturday, January 12, 2013 05:04:49 PM +0100
From: Rafnews 
To: users@httpd.apache.org
Subject: [users@httpd] speed up response time

Hi,

on my NAS i have a webserver (php 5.4 / MySQL 5.6.8 / Apache
2.4.2) running on ubuntu 10.10 LTS.
I use it as development webserver.

I would like to speed it up because response time is between 2.2s
and 3s which is unacceptable.
What should i do concretely to make response time shorter ?
thx

Alain

How are you generating your pages? E.g., are they dynamic, based on
database queries? If so, start by looking at the efficiency of those
queries. Is everything you're querying against indexed?



 - Richard



Hi Richard,

basically they are PHP server generated pages.

A.


-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] speed up response time

2013-01-12 Thread Rafnews

Hi,

on my NAS i have a webserver (php 5.4 / MySQL 5.6.8 / Apache 2.4.2) 
running on ubuntu 10.10 LTS.

I use it as development webserver.

I would like to speed it up because response time is between 2.2s and 3s 
which is unacceptable.

What should i do concretely to make response time shorter ?
thx

Alain

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] question with apache rewriterules (working using crome, but not FF)

2013-01-12 Thread Robert Rottermann
Hi there,
we are about to go live with a site we reimplemented.
The site structure is different between the two sites.

What I now would like to do is that old content is fetched from the old
site.
This I try to do with apache redirect rules:

Here they are:
#
# old site
#
RewriteRule ^/web(.*) 
http://127.0.0.1:8181/VirtualHostBase/http/%{SERVER_NAME}:80/ecweb/ecweb/web/VirtualHostRoot/$1
[L,P,R]
...

#
# new site
#
RewriteRule /(.*)/$ 
http://127.0.0.1:8192/VirtualHostBase/http/%{SERVER_NAME}:80/ecweb/ecweb5/VirtualHostRoot/$1
[L,P,R]
RewriteRule ^/(.*) 
http://127.0.0.1:8192/VirtualHostBase/http/%{SERVER_NAME}:80/ecweb/ecweb5/VirtualHostRoot/$1
[L,P,R]

Now this works fine using google chrome V23 and safari (version unknown), but 
fails on firefox and IE

you can try it yourself with:
http://www.energie-cluster.ch
http://www.energie-cluster.ch/web

I do not have yet a proxy (like varnish) installed

thanks for any pointers
robert



--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
___
Plone-Users mailing list
plone-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plone-users