RE: [EMAIL PROTECTED] Apache Httpd server

2008-04-10 Thread Narendra Verma
Hi Praveena, Try to read following link. This will help you to understand load balancing with tomcat. And same concept would be applied for other servers so. http://www.theserverside.com/tt/knowledgecenter/knowledgecenter.tss?l=LoadBa lancingTomcatApache It make sense somewhat. Narendra Impet

[EMAIL PROTECTED] Apache Httpd server

2008-04-10 Thread Ch Praveena
Hi all, How could apache httpd server will help the other server like Tomcat, Jboss, Geronimo to load balance. And what are the other major features of it? -- Regards, Praveena Chalamcharla, Securview

[EMAIL PROTECTED] configure logs to track source of outgoing requests

2008-04-10 Thread j k
I am seeing some odd log entries like this: Apr 10 05:14:09 OutDropped:IN= OUT=eth0 SRC=xx.xx.xx.xx DST=66.249.31.43LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=47089 DF PROTO=TCP SPT=37356 DPT=3306 WINDOW=5840 RES=0x00 SYN URGP=0 where xx.xx.xx.xx is the ip of our server, and 66.249.31.43 does not resolve

[EMAIL PROTECTED] Running webserver as apache?

2008-04-10 Thread Mandy Singh
Hi, I need to know if its a good idea to run webserver as user 'apache', have all files in webroot owned by user apache and perms 644? Would this still mean that if server runs as apache and it has read/write access, someone could take advantage of loop holes on the site and overwrite some files

Re: [EMAIL PROTECTED] .cgi as DirectoryIndex?

2008-04-10 Thread Christopher Bianchi
Israel, Use mod_rewrite to redirect requests to a directory to the url of the cgi page, including any URL variables that you want. Chris On Wed, April 9, 2008 2:37 pm, Israel Brewster wrote: > I have a .cgi script that I would like to use as the DirectoryIndex > for a location on my web server,

[EMAIL PROTECTED] Fetching pages from a user's home filestore on windows

2008-04-10 Thread Mike Sandells
We're currently running apache on Netware, including the ability for users to make pages available via a public.www directory on their netware home filestore. Over the summer, we're replacing Netware with a windows back end, and therefore apache on netware (and the mod_edir that provides netware

Re: [EMAIL PROTECTED] Site swapping on search engine

2008-04-10 Thread Krist van Besien
On Wed, Apr 9, 2008 at 5:05 PM, <[EMAIL PROTECTED]> wrote: > > Hey Guys, > I have a little problem. I registered one of the two sites I'm > hosting off my server with a search engine. Now the thing is linking > directly to pages from my other sight. How do I keep the search engines > fro

Re: [EMAIL PROTECTED] Fwd: Re:Invalid command

2008-04-10 Thread Neil A. Hillard
Hi, Davide Bianchi wrote: Ashwin Basagouda Patil wrote: # ./configure --prefix=/usr/local/apache2 --enable-v4-mapped --enable- modules=all -- enable-mods-shared=all --enable-authnz-ladp --enable-ldap --enable-version - -enable-ssl --enable-http --enable-dav --enable-vhost-alias --enable- im

Re: [EMAIL PROTECTED] Fwd: Re:Invalid command

2008-04-10 Thread Neil A. Hillard
Hi, Ashwin Basagouda Patil wrote: Dear All, &Krest Still I am getting the same problem, I recompiled the apache 2.2.8 with the bellow mentioned options. # cd httpd-2.2.8 # ./configure --prefix=/usr/local/apache2 --enable-v4-mapped --enable- modules=all -- enable-mods-shared=all -

Re: [EMAIL PROTECTED] Rewrite all but one page

2008-04-10 Thread Krist van Besien
On Wed, Apr 9, 2008 at 4:19 PM, Mike Cardwell <[EMAIL PROTECTED]> wrote: > RewriteCond %{SERVER_PORT} 80 > RewriteCond %{REQUEST_URI} !^/+partners/+video\.php > RewriteRule ^/partners(.*)$ https://testvideo101.example.com/partners$1[R,NC] Another way: RewriteRule /partners/video.php - [L] Re

Re: [EMAIL PROTECTED] Fwd: Re:Invalid command

2008-04-10 Thread Davide Bianchi
Ashwin Basagouda Patil wrote: # ./configure --prefix=/usr/local/apache2 --enable-v4-mapped --enable- modules=all -- enable-mods-shared=all --enable-authnz-ladp --enable-ldap --enable-version - -enable-ssl --enable-http --enable-dav --enable-vhost-alias --enable- imagemap --enable-speling --enab

[EMAIL PROTECTED] Fwd: Re:Invalid command

2008-04-10 Thread Ashwin Basagouda Patil
Dear All, &Krest Still I am getting the same problem, I recompiled the apache 2.2.8 with the bellow mentioned options. # cd httpd-2.2.8 # ./configure --prefix=/usr/local/apache2 --enable-v4-mapped --enable- modules=all -- enable-mods-shared=all --enable-authnz-ladp --enable-ldap

Re: [EMAIL PROTECTED] Rewrite all but one page

2008-04-10 Thread Mike Cardwell
Matthew Tice wrote: RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} !^/+partners/+video\.php RewriteRule ^/partners(.*)$ https://testvideo101.example.com/partners$1[R,NC] Thanks Mike, that did it. np One question. Are the '+'

Re: [EMAIL PROTECTED] how to determine current location

2008-04-10 Thread Torsten Foertsch
On Thu 10 Apr 2008, Andrew Klimov wrote: > I saw the function $r->location in Perl library for Apache. > I want to know its analogue in pure "C" Apache API. modperl saves it in modperl_config_dir_create() that is the dir config creater. Your C module can do just the same, hook per_dir_config crea

[EMAIL PROTECTED] how to determine current location

2008-04-10 Thread Andrew Klimov
Hi, all! I saw the function $r->location in Perl library for Apache. I want to know its analogue in pure "C" Apache API. Thanks in advance, Andrew. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.