AW: [us...@httpd] Sticky sessions with Apache and Tomcat

2009-07-13 Thread Juergen.Link
Did you check the session cookie in your browser? There should be one and it must end with either .jvm1 or .jvm2. If there is no session cookie, maybe your application didn't yet start a session - e.g. static html pages are served w/o a session. Cheers Jürgen > -Ursprüngliche Nachricht

[us...@httpd] Conditional in httpd.conf

2009-07-13 Thread rank1seeker
I would like to achieve this: Execute / Parse this What is valid Apache22 syntax for this? That is, if port is 443, then additional config rules shall apply. - The official User-To-User support f

Re: [us...@httpd] Permissions problem with accessing a file via a symbolic link - (Mac OS X 10.5.7, Apache 2.2.11)

2009-07-13 Thread Doug Bell
Please do not top-post. On Jul 13, 2009, at 2:49 PM, Scott Ford wrote: Thanks for your reply. Before I received a reply, I did some testing and added Options Indexes FollowSymLinks to my alias directive, and everything started working. It should go in a block in the block. If there is

Re: [us...@httpd] Directory Permssions

2009-07-13 Thread Doug Bell
On Jul 13, 2009, at 1:37 PM, ML wrote: Hello All, I am confused about directory permissions inside of my wwwroot/ I am using name-based virtual hosting and I have y web root as /var/ www/html All of my websites are inside /var/www/html in their own directories. How can I i have a directory

[us...@httpd] des3 and vhosts

2009-07-13 Thread Greg Coit
Hi all, I have 2 debian web servers - live and dev. They are, as much as I can make them, identical. They both have vhosts and use SSL (which is not used for authentication, just encryption). I created a self-signed wildcard certificates for both servers using des3. The dev server runs fine wit

[us...@httpd] Virtual Memory Utilization

2009-07-13 Thread Tim Gustafson
Hi, I'm using Apache 2.2.3 with mod_php, mod_perl and mod_ssl (and all the other default Apache modules) on CentOS 5.3 with the preform MPM. When running "top", I'm seeing about 500MB+ of virtual memory usage per httpd process. The box has 8GB of physical RAM, and other than an occasional bur

Re: [us...@httpd] Permissions problem with accessing a file via a symbolic link - (Mac OS X 10.5.7, Apache 2.2.11)

2009-07-13 Thread Scott Ford
Thanks for your reply. Before I received a reply, I did some testing and added *Options Indexes FollowSymLinks *to my alias directive, and everything started working. It should go in a block in the block. If there is no block, then somewhere after the DocumentRoot declaration. It should be Opt

Re: [us...@httpd] Permissions problem with accessing a file via a symbolic link - (Mac OS X 10.5.7, Apache 2.2.11)

2009-07-13 Thread Doug Bell
On Jul 13, 2009, at 1:13 PM, Scott Ford wrote: I am running Mac OS X 10.5.7 with Apache 2.2.11 installed. I have an audio application that creates an html log file of tracks that are playing. I am trying to use a symbolic link to access the html file so I can post it on my site over my LAN. T

[us...@httpd] Directory Permssions

2009-07-13 Thread ML
Hello All, I am confused about directory permissions inside of my wwwroot/ I am using name-based virtual hosting and I have y web root as /var/ www/html All of my websites are inside /var/www/html in their own directories. How can I i have a directory protected from crawlers indexing it? Wha

[us...@httpd] Permissions problem with accessing a file via a symbolic link - (Mac OS X 10.5.7, Apache 2.2.11)

2009-07-13 Thread Scott Ford
I am running Mac OS X 10.5.7 with Apache 2.2.11 installed. I have an audio application that creates an html log file of tracks that are playing. I am trying to use a symbolic link to access the html file so I can post it on my site over my LAN. The file resides in a directory inside of my docume

[us...@httpd] Sticky sessions with Apache and Tomcat

2009-07-13 Thread tomcatastrophe
I am trying to set up simple load balancing between Apache and two Tomcat instances, but am having problems with sticky sessions. I get thrown back and forth between the instances on each request. (I put a note at the top of the page on each instance to distinguish where the page has been served

Re: [us...@httpd] 301 redirects

2009-07-13 Thread André Warnier
janus76 wrote: ... so i thought a htaccess file would be a simple way to manage and keep some of the old links working (by redirecting) Am I going about this wrong way? is there a different way? Doing rewrites in a .htaccess file is not the most efficient way, if you have access to the server

Re: [us...@httpd] 301 redirects

2009-07-13 Thread janus76
Hi Donovan, I am mainly trying to ensure that some existing urls work and point to the new site. The content of the old site is so out of date that it will be removed from search engines, but I need to keep some fo the old links working as specific pages are linked to from other external sites

Re: [us...@httpd] 301 redirects

2009-07-13 Thread Lists
janus76 wrote: Could anybody help me with this as its driving me round the bend. I have several old site, which i will be taking done to be replaced but once single new site. I need to setup some redirect for the old urls we have in the wild, i.e brochures etc. The old urls are in the format o

Re: [us...@httpd] Virtualhost config file precedence

2009-07-13 Thread Eric Covener
On Mon, Jul 13, 2009 at 10:40 AM, howard chen wrote: > I am using Ubuntu 9.04, using the build in vhost management scripts > such as a2ensite/a2dissite. > > I am also using namebased virtualhost. (NameVirtualHost *:80), which I > have serveral vhost scripts under /etc/apache2/sites-available, in th

[us...@httpd] 301 redirects

2009-07-13 Thread janus76
Could anybody help me with this as its driving me round the bend. I have several old site, which i will be taking done to be replaced but once single new site. I need to setup some redirect for the old urls we have in the wild, i.e brochures etc. The old urls are in the format of i.e. http://w

[us...@httpd] Virtualhost config file precedence

2009-07-13 Thread howard chen
I am using Ubuntu 9.04, using the build in vhost management scripts such as a2ensite/a2dissite. I am also using namebased virtualhost. (NameVirtualHost *:80), which I have serveral vhost scripts under /etc/apache2/sites-available, in the format such as... DocumentRoot ... ServerName www.example

Re: [us...@httpd] [OT][Fwd: Undelivered Mail Returned to Sender]

2009-07-13 Thread Chintan Kachhi
I am getting the same message about Mail Delivery System By the way did anyone have any workaround for the last question I posted before this 'Mail Delivery System' messages started popping up: I repeat what I said in the last post: Does that mean there is no way to do this? Maybe using rewr

Re: [us...@httpd] Structure request_rec and external program in mod_rewrite

2009-07-13 Thread ricardo figueiredo
Hi, h, bad news !! I would like to change request_rec object only using the external program. Thank you. Ricardo On Mon, Jul 13, 2009 at 8:40 AM, Eric Covener wrote: > On Mon, Jul 13, 2009 at 7:00 AM, ricardo13 > wrote: > > > > hi all, > > > > I woud like to know if "Is possible modi

Re: [us...@httpd] Structure request_rec and external program in mod_rewrite

2009-07-13 Thread Eric Covener
On Mon, Jul 13, 2009 at 7:00 AM, ricardo13 wrote: > > hi all, > > I woud like to know if "Is possible modify a request_rec object using > external program (developed in C) in mod_rewrite?" Not directly, but there are limited fields affected by the various rewriite flags. -- Eric Covener cove...@

[us...@httpd] Structure request_rec and external program in mod_rewrite

2009-07-13 Thread ricardo13
hi all, I woud like to know if "Is possible modify a request_rec object using external program (developed in C) in mod_rewrite?" Thank you. Ricardo -- View this message in context: http://www.nabble.com/Structure-request_rec-and-external-program-in-mod_rewrite-tp24459606p24459606.html Sent fro

RE: [us...@httpd] [OT][Fwd: Undelivered Mail Returned to Sender]

2009-07-13 Thread Boyle Owen
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Monday, July 13, 2009 10:52 AM > To: users@httpd.apache.org > Subject: [us...@httpd] [OT][Fwd: Undelivered Mail Returned to Sender] > > Hi list. > I apologise if this is not really on-topic. > > Since a few days,

[us...@httpd] [OT][Fwd: Undelivered Mail Returned to Sender]

2009-07-13 Thread André Warnier
Hi list. I apologise if this is not really on-topic. Since a few days, I am getting quite of few of the messages below in my inbox. The message attached to this one is indeed something I sent to the list, but not to that recipient. Is that a misconfiguration purely on my part, or do other list