The Apache Server operation.

20 views
Skip to first unread message

linux_boy

unread,
Aug 12, 2011, 2:56:46 AM8/12/11
to VGLUG
Now a Days I am working on apache Web server , sharing the operational
functions of apache , We Will discuss a long on this topic in this
thread , the apache operations are as follows .

A. http://www.indianhostinginfo.com/2011/08/apache-mpm-and-prefork-vs-worker-mpm-in.html

About each mpm the difference is as follows...

B. http://www.indianhostinginfo.com/2011/08/difference-between-prefork-and-worker.html

linux_boy

unread,
Aug 16, 2011, 8:59:57 AM8/16/11
to VGLUG
Now if we want to connect the apache with tomcat use the simple
suggestions

http://www.indianhostinginfo.com/2011/05/apache-tomcat-connector-reference-guide_1933.html

ElectroMech

unread,
Aug 17, 2011, 11:51:38 PM8/17/11
to vg...@googlegroups.com

--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG+un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG



--
--
Nilesh Vaghela
(RHCSA RHCE)
ElectroMech Corporation
Redhat Channel Partner and Training Partner
404, Maulik arcade, Above Karnavati Pagarakha Bazar,
Nr. Mansi cross Road,
Satellite Rd, Ahmedabad
25, The Emperor, Fatehgunj, Baroda.
www.electromech.info

ElectroMech

unread,
Aug 17, 2011, 11:59:36 PM8/17/11
to vg...@googlegroups.com
Hi linux_boy,

On Tue, Aug 16, 2011 at 6:29 PM, linux_boy <orp...@gmail.com> wrote:
The original document is here http://tomcat.apache.org/connectors-doc/reference/apache.html

Dear linux_boy your copy is extra ordinary poor.

just example

From Apache Tomcat reference guide

----
# Automatically map all encoded urls
<Location *;jsessionid=>
SetHandler jakarta-servlet
SetEnv JK_WORKER_NAME my_worker
</Location>

# Map all subdirs to workers via naming rule
# and exclude static content.
<Location /apps/>
SetHandler jakarta-servlet
SetEnvIf REQUEST_URI ^/apps/([^/]*)/ JK_WORKER_NAME=$1
SetEnvIf REQUEST_URI ^/apps/([^/]*)/static no-jk
</Location>
------

and now from www.indiahostinginfo.com link


---------------
# Automatically map all encoded urls



SetHandler jakarta-servlet

SetEnv JK_WORKER_NAME my_worker





# Map all subdirs to workers via naming rule

# and exclude static content.



SetHandler jakarta-servlet

SetEnvIf REQUEST_URI ^/apps/([^/]*)/ JK_WORKER_NAME=$1

SetEnvIf REQUEST_URI ^/apps/([^/]*)/static no-jk





Finally, starting with version 1.2.27 you can use the environment variable JK_REPLY_TIMEOUT to dynamically set a reply timeout.

-----------

Where is all containers like <Location> and closing </Location>

Totally misleading.

Please take care when you copy the document and do not forget to mention link of original one.
 
To refer one document is always good but to share the same content without reference is not at all good.

At VGLUG we need to maintain good ethics.

Hope you understand and help your self to improve.

Thanks and Regards.
Reply all
Reply to author
Forward
0 new messages