Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread Wii Sale
Thanks a lot for your response. I would go through the documentation and would try my best. On Mon, Dec 1, 2008 at 11:02 AM, André Warnier <[EMAIL PROTECTED]> wrote: > Ok, now it is a bit clearer. > You really need to read the series of earlier messages I mentioned earlier. > The basic case is v

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread André Warnier
Ok, now it is a bit clearer. You really need to read the series of earlier messages I mentioned earlier. The basic case is very similar to yours. Thus, you have an Apache front-end, and a Tomcat back-end. The Tomcat back-end is the one that produces the answers, which are generally large PDF

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread srinivasch
I am sorry if my question is vague. Anyways YES you are right we already have an application which runs on tomcat and Apache web server. The PDF documents I mentioned are big and they need to be retrieved everytime from database whenever user requests, and we have quite a volume of users and their

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 10:35 AM, srinivasch <[EMAIL PROTECTED]> wrote: > > Hi Eric, > > As of now I have done nothing, just going through the documentation > whether it can be done, I posted here if anyone has already done this. That > is my URL construct and its not from a form submission, its fr

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread André Warnier
srinivasch wrote: [...] Hi. The problem is, your question is so vague that it is difficult to give you any precise response. You may benefit from reading the messages of one of the previous threads on this same list, the ones with the subject : Clearing cache selectively on Apache + mod_cach

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread srinivasch
Hi Eric, As of now I have done nothing, just going through the documentation whether it can be done, I posted here if anyone has already done this. That is my URL construct and its not from a form submission, its from view record where there is a link to download the file and the URL of that wo

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 8:20 AM, srinivasch <[EMAIL PROTECTED]> wrote: >> I need some help in configuration or some snippet to help me in >> configuring my apache web server to cache frequently downloaded non static >> file from my application. each file has a different ID. I am totally new >> to

Re: [EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-12-01 Thread srinivasch
Anyone please help srinivasch wrote: > > Hi > > I need some help in configuration or some snippet to help me in > configuring my apache web server to cache frequently downloaded non static > file from my application. each file has a different ID. I am totally new > to this apache configurat

[EMAIL PROTECTED] Need help in configuring caching of frequently downloaded file.

2008-11-26 Thread srinivasch
Hi I need some help in configuration or some snippet to help me in configuring my apache web server to cache frequently downloaded non static file from my application. each file has a different ID. I am totally new to this apache configuration, any help provided is deeply appreciated. Thanks S

Re: [EMAIL PROTECTED] Need help regarding rewrite error

2008-11-26 Thread amar4kintu
Hello Krist, I need some more help. Following is my httpd.conf file. === ## httpd.conf -- Apache HTTP server configuration file ## # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the

Re: [EMAIL PROTECTED] Need help regarding rewrite error

2008-11-26 Thread Krist van Besien
On Wed, Nov 26, 2008 at 7:00 AM, amar4kintu <[EMAIL PROTECTED]> wrote: > > > I tried with url http://10.104.70.2/certilogo/index You problem is that you have your rewrites in your .htaccess. This causes internal processing to start over again after the rewrite, and this can cause loops. [L] really

Re: [EMAIL PROTECTED] Need help regarding rewrite error

2008-11-25 Thread amar4kintu
I tried with url http://10.104.70.2/certilogo/index Krist van Besien wrote: > > On Tue, Nov 25, 2008 at 3:04 PM, amar4kintu <[EMAIL PROTECTED]> wrote: >> >> I have my apache server setup on linux >> >> Following is the detail for httpd.conf virtual host created by me >> >> >>DocumentRoot

Re: [EMAIL PROTECTED] Need help regarding rewrite error

2008-11-25 Thread Krist van Besien
On Tue, Nov 25, 2008 at 3:04 PM, amar4kintu <[EMAIL PROTECTED]> wrote: > > I have my apache server setup on linux > > Following is the detail for httpd.conf virtual host created by me > > >DocumentRoot /u/certilogo/ >ServerName test.ctltest.com > >ErrorLog logs/vh/preproduzione >

[EMAIL PROTECTED] Need help regarding rewrite error

2008-11-25 Thread amar4kintu
I have my apache server setup on linux Following is the detail for httpd.conf virtual host created by me DocumentRoot /u/certilogo/ ServerName test.ctltest.com ErrorLog logs/vh/preproduzione Options Indexes FollowSymLinks MultiViews AllowOverride all Order allo

Re: [EMAIL PROTECTED] need help

2008-07-15 Thread Krist van Besien
On Mon, Jul 14, 2008 at 07:11, Karim Réda FAKHIR <[EMAIL PROTECTED]> wrote: > Let me know how I can retrieve the status of the sessions of all users > connected to my site, so whether the session of a user expired or not. is > that it is possible that apache dialoge with another program and then s

[EMAIL PROTECTED] need help

2008-07-13 Thread Karim Réda FAKHIR
Hello everyone:) Let me know how I can retrieve the status of the sessions of all users connected to my site, so whether the session of a user expired or not. is that it is possible that apache dialoge with another program and then submit the status of sessions. I use Apache 2.0.63.

Re: [EMAIL PROTECTED] Need help with RewriteRule

2008-07-08 Thread robert . badaracco
PM Subject Re: [EMAIL PROTECTED] Need help with Please respond to RewriteRule

Re: [EMAIL PROTECTED] Need help with RewriteRule

2008-07-07 Thread Eric Covener
On Mon, Jul 7, 2008 at 5:51 PM, <[EMAIL PROTECTED]> wrote: > > Given the following: RewriteRule ^(.*)$ /ProxyServlet?$1 > http://www.example.com/SomeServlet/?src=x&target= redirects to > http://www.example.com/ProxyServlet?/SomeServlet/ > > As you can see, we don't get the remaining port

[EMAIL PROTECTED] Need help with RewriteRule

2008-07-07 Thread robert . badaracco
Given the following: RewriteRule ^(.*)$ /ProxyServlet?$1 http://www.example.com/companyinfo redirects to http://www.example.com/ProxyServlet?/companyinfo as expected. But this redirect using the same RewriteRule yields: http://www.example.com/SomeServlet/?src=x&target= redirects to http

Re: [EMAIL PROTECTED] Need help with rewriting of rules...

2008-06-12 Thread Eric Covener
On Thu, Jun 12, 2008 at 1:37 PM, Sameer Madan <[EMAIL PROTECTED]> wrote: > Hi, > > I am a total newbie to apache. I am trying to use the rewrite engine to > rewrite rules as follows: > > I want to rewrite > > http://127.0.0.1/ > > to > > http:// > > > In other words, I want to remove the '127.0.0.1

[EMAIL PROTECTED] Need help with rewriting of rules...

2008-06-12 Thread Sameer Madan
Hi, I am a total newbie to apache. I am trying to use the rewrite engine to rewrite rules as follows: I want to rewrite http://127.0.0.1/ to http:// In other words, I want to remove the '127.0.0.1' from between. Any help on this would be appreciated. A straightforward rule which I can copy-

[EMAIL PROTECTED] Need help on memory related issues

2008-03-07 Thread Arnab Ganguly
Hi All, I am facing a terrible memory leak issue.I tried with setting MaxRequestPerChild to some value but even then I see a increase in memory consumption.For each request there is a substantial increase in RSS value and this memory is never returned back to RAM it seems. I was using apr_palloc t

Re: [EMAIL PROTECTED] Need help in getting apache to run in a non-root account

2008-02-10 Thread Joshua Slive
On Feb 9, 2008 10:40 PM, sudhakar govindavajhala <[EMAIL PROTECTED]> wrote: > > > > Apache is a pre-forking server. It keeps a pool of processes available > > to serve incoming requests and therefore doesn't need to start new > > processes for each new connection. As your process listing shows, al

Re: [EMAIL PROTECTED] Need help in getting apache to run in a non-root account

2008-02-09 Thread sudhakar govindavajhala
Hi Joshua, That is a very good insightful mail. Thanks. Please read on. On 2/9/08, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Feb 9, 2008 7:47 PM, sudhakar govindavajhala > <[EMAIL PROTECTED]> wrote: > > > > > > Hi all, > > > > I manage the Information Security of a major financial institut

Re: [EMAIL PROTECTED] Need help in getting apache to run in a non-root account

2008-02-09 Thread Joshua Slive
On Feb 9, 2008 7:47 PM, sudhakar govindavajhala <[EMAIL PROTECTED]> wrote: > > > Hi all, > > I manage the Information Security of a major financial institution. > > How do I get Apache to run as non-root user? As you can see below, > inspite of setting in httpd.conf, Apache is listening on port 80

[EMAIL PROTECTED] Need help in getting apache to run in a non-root account

2008-02-09 Thread sudhakar govindavajhala
Hi all, I manage the Information Security of a major financial institution. How do I get Apache to run as non-root user? As you can see below, inspite of setting in httpd.conf, Apache is listening on port 8080 as root. I googled around, but could not find a way to start Apache as "apache". Some

[EMAIL PROTECTED] Need help with redirect 301

2007-12-06 Thread Shaw, Dan
I am task with a job of determining why our websites fails to redirect when using the following tool. http://www.webconfs.com/search-engine-spider-simulator.php The web: www.roadloans.com The result I get is Spidered Text : Roadloans Spidered Links : No spi

Re: [EMAIL PROTECTED] Need help with enabling index.cgi on CentOS

2007-11-23 Thread Vincent Bray
On 23 Nov 2007, at 17:57, Scott Ehrlich wrote: I have a new install of CentOS 5 32-bit, and installed bugzilla and phpmyadmin from their respective source web pages, performing a yum install for everything else. I am now unable to get bugzilla's index.cgi page to appear correctly. After fi

[EMAIL PROTECTED] Need help with enabling index.cgi on CentOS

2007-11-23 Thread Scott Ehrlich
I have a new install of CentOS 5 32-bit, and installed bugzilla and phpmyadmin from their respective source web pages, performing a yum install for everything else. I am now unable to get bugzilla's index.cgi page to appear correctly. After fighting to get the mysql database for bugzilla creat

Re: [EMAIL PROTECTED] Need help

2007-10-23 Thread Mark A. Craig
Damn... I coulda had a big Mac and a V-8! Original Message Subject: Re: [EMAIL PROTECTED] Need help From: William A. Rowe, Jr. <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Tuesday, October 23, 2007 02:36:19 PM Mark A. Craig wrote: *shock* You mean Apache on

Re: [EMAIL PROTECTED] Need help

2007-10-23 Thread William A. Rowe, Jr.
Mark A. Craig wrote: *shock* You mean Apache on a Mac gets a GUI? Whoops - might have spoken too soon; looks like a few more days before 10.5 starts being fulfilled. - The official User-To-User support forum of the Apache HTTP

Re: [EMAIL PROTECTED] Need help

2007-10-23 Thread Mark A. Craig
*shock* You mean Apache on a Mac gets a GUI? Original Message Subject: Re: [EMAIL PROTECTED] Need help From: William A. Rowe, Jr. <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Tuesday, October 23, 2007 01:53:34 PM Tyler() wrote: Thanks, but I only have Macs..

Re: [EMAIL PROTECTED] Need help

2007-10-23 Thread William A. Rowe, Jr.
Tyler() wrote: Thanks, but I only have Macs.. Should I get Windows or Linux? I don't know if an emulator would work, or if I would just have to get a pc Why not mac? Same Apache. For a pure beginner, the administrative GUI for Apache httpd might be easier for you. Bill -

Re: [EMAIL PROTECTED] Need help

2007-10-23 Thread Mark A. Craig
istro, especially since you don't already have Windows software to which you're hog-tied. There's 20,000 files in the Debian software repository. Mark (Currently migrating his Windows Apache blog server to Ubuntu) Original Message ---- Subject: Re: [EMAIL PROTECTED] N

Re: [EMAIL PROTECTED] Need help

2007-10-23 Thread Tyler()
five domains. > > Mark > > ---- Original Message > Subject: Re: [EMAIL PROTECTED] Need help > From: Robert Palmer <[EMAIL PROTECTED]> > To: users@httpd.apache.org > Date: Friday, October 19, 2007 02:33:21 PM > >> I've been running a number

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-22 Thread Christian Folini
On Mon, Oct 22, 2007 at 11:06:29PM +0200, Alan AZZERA wrote: > Seems to be the same idea you describe, but with more flexibility & > robustness - thanks to real DNS records. Same idea, yes. But I would not exactly call it robust in the sense of the KISS principle. I think it is never a good idea t

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-22 Thread Sander Temme
On Oct 22, 2007, at 2:06 PM, Alan AZZERA wrote: I thought about another approach : leaving as is my public DNS zone, and modifying my private one to distribute private IP for public domain names. My Reverse Proxies have just to be taught to use the private DNS, and all I have to do is to config

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-22 Thread Alan AZZERA
'nite I'll try your tips tomorrow. Thanks a lot. > If you want to get your hands really dirty, you can also > leave mod_headers aside and set www.example.com statically > in /etc/hosts to point to the backend. That way the proxy > server will still believe that he is www.example.com via > servern

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-21 Thread Christian Folini
On Fri, Oct 19, 2007 at 09:09:54PM +0200, Alan AZZERA wrote: > > RewriteRule /(.*) http://backend/$1 [proxy,last] > > But AFAIK, mod_rewrite cannot alter anything *inside* the HTML code > going out the server. mod_proxy_html can... yep. > I'm currently trying to deal with PMWiki. It uses only H

Re: [EMAIL PROTECTED] Need help

2007-10-20 Thread Joe Masters
On 22:11 Sat 20 Oct , Danie Qian wrote: > where can you get a VPS for $10? > http://bitfolk.com/plans.html -- Regards, Joe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.

Re: [EMAIL PROTECTED] Need help

2007-10-20 Thread Joe Masters
On 22:11 Sat 20 Oct , Danie Qian wrote: > where can you get a VPS for $10? > http://www.vpslink.com/vps-hosting/ http://www.redwoodvirtual.com/ http://www.tektonic.net/unmanaged.html -- Regards, Joe - The official User-To-U

Re: [EMAIL PROTECTED] Need help

2007-10-20 Thread Danie Qian
where can you get a VPS for $10? - Original Message - From: "Joe Masters" <[EMAIL PROTECTED]> To: Sent: Friday, October 19, 2007 5:10 PM Subject: Re: [EMAIL PROTECTED] Need help On 13:40 Fri 19 Oct , Tyler() wrote: I'm a noob servers & stuff, I w

Re: [EMAIL PROTECTED] Need help

2007-10-19 Thread Robert Palmer
vice is still free, and allows linking up to five domains. Mark Original Message Subject: Re: [EMAIL PROTECTED] Need help From: Robert Palmer <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Friday, October 19, 2007 02:33:21 PM I've been running a number of low vol

Re: [EMAIL PROTECTED] Need help

2007-10-19 Thread Mark A. Craig
;t hint at it - then their basic service is still free, and allows linking up to five domains. Mark Original Message ---- Subject: Re: [EMAIL PROTECTED] Need help From: Robert Palmer <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Friday, October 19, 2007 02:33:21 PM I&#

Re: [EMAIL PROTECTED] Need help

2007-10-19 Thread Robert Palmer
em), probably, unless you're a masochist - 2 cups of water and a blender ;-) Mark Been there, doing that ---- Original Message Subject: [EMAIL PROTECTED] Need help From: Tyler() <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Friday, October 19, 2007 01:40:17 PM

Re: [EMAIL PROTECTED] Need help

2007-10-19 Thread Joe Masters
On 13:40 Fri 19 Oct , Tyler() wrote: > > > I'm a noob servers & stuff, I was wondering what I > would need to buy to host my own websites. Like, for a > beginner. I know how to code like html and php but I > need my own server so I dont have to use a web hosting > company.. Can you help? > Th

Re: [EMAIL PROTECTED] Need help

2007-10-19 Thread Mark A. Craig
r and a blender ;-) Mark Been there, doing that Original Message Subject: [EMAIL PROTECTED] Need help From: Tyler() <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Friday, October 19, 2007 01:40:17 PM I'm a noob servers & stuff, I was wondering what I wo

[EMAIL PROTECTED] Need help

2007-10-19 Thread Tyler()
I'm a noob servers & stuff, I was wondering what I would need to buy to host my own websites. Like, for a beginner. I know how to code like html and php but I need my own server so I dont have to use a web hosting company.. Can you help? Thanks, Tyler -- View this message in context: http://ww

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-19 Thread Alan AZZERA
> Proxying bad applications is a dirty business. They do not > get any cleaner when they are told to behave nicely behind > a proxy. I'm afraid you're right... > mod_rewrite has that too. When proxying with mod_rewrite it is > a good practice to set that. > > RewriteRule /(.*) http://backend/$1

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-19 Thread Christian Folini
hya, On Fri, Oct 19, 2007 at 03:32:37PM +0200, Alan AZZERA wrote: > I ran into such awful hacks with mod_proxy_html. Proxying bad applications is a dirty business. They do not get any cleaner when they are told to behave nicely behind a proxy. > IMHO... It could be efficient, but it was impossi

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-19 Thread Alan AZZERA
Hi ! Thanks for answering... > You are facing a very typical problem. Undoubtly ;) ! > I am not proficient with mod_proxy_html, so I am not sure I can help you. > However, the est way is always to go and fix the application. It's such a pain ! There are plenty of well-designed apps, but far mo

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-19 Thread Christian Folini
Hey Alan, You are facing a very typical problem. I am not proficient with mod_proxy_html, so I am not sure I can help you. However, the best way is always to go and fix the application. If you can not do that for whatever reason, then mod_proxy_html is a good approach. A more general approach is

[EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-19 Thread Alan AZZERA
Hi world ! Here is my problem, I hope someone could help me. I need to host some web apps, coded in PHP by non-professional developpers, and sometimes poorly written and designed. I use an Apache server configured as a Reverse Proxy, my real HTTP server is behind this R.P. I have two DNS zones, a

[EMAIL PROTECTED] Need help to manage poorly written apps behind Apache used as Reverse Proxy

2007-10-18 Thread Alan AZZERA
Hi world ! First, please forgive my poor written English. Here is my problem, I hope someone could help me. I need to host some web apps, coded in PHP by non-professional developpers, and sometimes poorly written and designed. I use an Apache server configured as a Reverse Proxy, my real HTTP ser

RE: [EMAIL PROTECTED] Need help on Apache Server LAN setup

2007-10-04 Thread Luis Moreira
k A. Craig [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 4 de Outubro de 2007 12:01 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup I think kp just needs to provide us with more details first, specifically some relevant bits of httpd.conf, before muc

Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup

2007-10-04 Thread Peter Milanese
Try: Listen {IP_ADDRESS_OF_SERVER}:80 ServerName {IP_ADDRESS_OF_SERVER}:80 See what happens. - Original Message From: kp <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Thursday, October 4, 2007 4:40:08 AM Subject: Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup

Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup

2007-10-04 Thread kp
directives defining the server(s)? Surely not all > of them could be left to some default and still work? > > Mark > > > ---- Original Message ---- > > Subject: Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup > > From: Peter Milanese <[EMAIL PROTECT

Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup

2007-10-04 Thread Mark A. Craig
-- Original Message Subject: Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup From: Peter Milanese <[EMAIL PROTECTED]> To: users@httpd.apache.org Date: Thursday, October 04, 2007 04:10:51 AM That's the entire conf? - Original Message From: kp <

Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup

2007-10-04 Thread Peter Milanese
That's the entire conf? - Original Message From: kp <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Thursday, October 4, 2007 4:05:42 AM Subject: Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup Here is my httpd.conf Options FollowSymLinks AllowOv

Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup

2007-10-04 Thread kp
fered or a verdict rendered > > Mark > > > Original Message > > Subject: Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup > > From: Peter Milanese <[EMAIL PROTECTED]> > > To: users@httpd.apache.org > > Date:

Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup

2007-10-04 Thread Mark A. Craig
I think kp just needs to provide us with more details first, specifically some relevant bits of httpd.conf, before much help can be offered or a verdict rendered Mark Original Message Subject: Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup From: Peter

Re: [EMAIL PROTECTED] Need help on Apache Server LAN setup

2007-10-04 Thread Peter Milanese
Windows firewall? - Original Message From: kp <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Thursday, October 4, 2007 2:53:58 AM Subject: [EMAIL PROTECTED] Need help on Apache Server LAN setup Hi, I have installed WAMP on my Windows XP machine. I can access the pages usin

[EMAIL PROTECTED] Need help on Apache Server LAN setup

2007-10-04 Thread kp
Hi, I have installed WAMP on my Windows XP machine. I can access the pages using http://localhost and http://192.168.1.181 from my machine. (my IP address) But other machines connected over LAN are not able to access my pages. They are typing http://192.168.1.181. They can access my m/c (shared

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-28 Thread Steve R Burrus
onday, August 27, 2007 4:43 PM Subject: Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache. Steve R Burrus wrote: well actually the only "advice" which I got/received yesterday was from someone asking me what OS I was trying to do the PHP-Apache Server i

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Jeff Peng
Original-Nachricht > Datum: Mon, 27 Aug 2007 14:56:09 -0500 > > > Hi all. I need help ( again ) with trying to integrate PHP with the > Apache Web Server. I don't know how many times before I have had to seek > assistance with doing this, but I still DO NOT know how to let's

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Dragon
On Mon, August 27, 2007 16:20, Steve R Burrus wrote: > All that I have tried to do was to integrate the PHP scripting language > with > the Apache Server, i.e., be able to view PHP files with the help of > Apache. > And my OS is Win XP Pro. > Please stop top-posting and trim your posts. It's rude

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Nick Kew
On Mon, 27 Aug 2007 18:20:57 -0500 "Steve R Burrus" <[EMAIL PROTECTED]> wrote: > All that I have tried to do was to integrate the PHP scripting > language with the Apache Server, i.e., be able to view PHP files with > the help of Apache. And my OS is Win XP Pro. If you're a geek, you ask meaningf

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Steve R Burrus
4:43 PM Subject: Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache. Steve R Burrus wrote: well actually the only "advice" which I got/received yesterday was from someone asking me what OS I was trying to do the PHP-Apache Server integration on and w

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Dragon
Steve R Burrus wrote: well actually the only "advice" which I got/received yesterday was from someone asking me what OS I was trying to do the PHP-Apache Server integration on and what was the purpose of the integration. And that was the * only * response which I have received so far, thus my

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Craig Huffstetler
response which I have received so far, thus my Repost earlier > today > (which I will apologize for if you might want me to). > > - Original Message - > From: "Eric Covener" <[EMAIL PROTECTED]> > To: > Sent: Monday, August 27, 2007 4:00 PM > Su

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Steve R Burrus
lier today (which I will apologize for if you might want me to). - Original Message - From: "Eric Covener" <[EMAIL PROTECTED]> To: Sent: Monday, August 27, 2007 4:00 PM Subject: Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Eric Covener
On 8/27/07, Steve R Burrus <[EMAIL PROTECTED]> wrote: > Hi all. I need help ( again ) with trying to integrate PHP with the Apache > Web Server. I don't know how many times before I have had to seek assistance > with doing this, but I still DO NOT know how to let's say easily do this!! I > am worki

Re: [EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Craig Huffstetler
; *To:* users@httpd.apache.org > *Sent:* Sunday, August 26, 2007 3:48 PM > *Subject:* [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache. > > Hi all. I need help ( again ) with trying to integrate PHP with the Apache > Web Server. I don't know how many times before I have had to see

[EMAIL PROTECTED] REPOST: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-27 Thread Steve R Burrus
- Original Message - From: Steve R Burrus To: users@httpd.apache.org Sent: Sunday, August 26, 2007 3:48 PM Subject: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache. Hi all. I need help ( again ) with trying to integrate PHP with the Apache Web Server. I don't

Re: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-26 Thread Jeff Peng
Original-Nachricht > Datum: Sun, 26 Aug 2007 15:48:20 -0500 > Von: "Steve R Burrus" <[EMAIL PROTECTED]> > An: users@httpd.apache.org > Betreff: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache. > Hi all. I need help ( again ) with trying t

Re: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-26 Thread Steve R Burrus
, 2007 4:05 PM Subject: Re: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache. Steve R Burrus wrote: Hi all. I need help ( again ) with trying to integrate PHP with the Apache Web Server. I don't know how many times before I have had to seek assistance with doing this, but I still know how to

Re: [EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-26 Thread Chris Arnold
Steve R Burrus wrote: > Hi all. I need help ( again ) with trying to integrate PHP with the > Apache Web Server. I don't know how many times before I have had to > seek assistance with doing this, but I still know how to let's say > easily do this!! I am working with PHP Version : 5.2.4.4 and the >

[EMAIL PROTECTED] Need Help [Again] w. PHP and Apache.

2007-08-26 Thread Steve R Burrus
Hi all. I need help ( again ) with trying to integrate PHP with the Apache Web Server. I don't know how many times before I have had to seek assistance with doing this, but I still know how to let's say easily do this!! I am working with PHP Version : 5.2.4.4 and the Apache Version : 2.2.4.

[EMAIL PROTECTED] Need help with mod_proxy_html to re-write URL

2007-07-16 Thread Jeff Murch
Almost there.. Here is the section of my httpd.conf that applies to the proxy config. I need to rewrite the html links on some of the pages from http to https, that's all. It seems simple but I've apparently got the syntax wrong (last line). Thanks, Jeff DocumentRoot "/opt/apache/htd

Re: [EMAIL PROTECTED] need help with basic vhost config

2007-07-08 Thread Xavier Noria
El Jul 8, 2007, a las 9:37 PM, Xavier Noria escribió: Thank you. I see there configurations for some ServerName/ ServerAlias known before hand, how can I configure something like this? ServerName *.example.com to express "all subdomains of example.com"? I finally got to this page: htt

Re: [EMAIL PROTECTED] need help with basic vhost config

2007-07-08 Thread Xavier Noria
El Jul 8, 2007, a las 8:45 PM, Tony Stevenson escribió: Xavier, See this page for ideas: http://wiki.apache.org/httpd/ExampleVhosts Thank you. I see there configurations for some ServerName/ServerAlias known before hand, how can I configure something like this? ServerName *.example.com

Re: [EMAIL PROTECTED] need help with basic vhost config

2007-07-08 Thread Tony Stevenson
Xavier, See this page for ideas: http://wiki.apache.org/httpd/ExampleVhosts Cheers, Tony Xavier Noria wrote: I am not very familiar with vhosts configuration. How would you configure Apache 2.2 with two vhosts on port 80 so that all requests to X.example.com go to one of them, for all

[EMAIL PROTECTED] need help with basic vhost config

2007-07-08 Thread Xavier Noria
I am not very familiar with vhosts configuration. How would you configure Apache 2.2 with two vhosts on port 80 so that all requests to X.example.com go to one of them, for all X, an all requests X.example2.com go to the other one, for all X? -- fxn --

RE: [EMAIL PROTECTED] Need Help on reverse proxy

2007-06-21 Thread Lokesh K B Reddy
t;Have a look at your exchange servers' logfiles. 401 is an autorization error. Windows administrator confirmed that they did'nt have any logs for this . Regards, Lok -Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 6:13 PM To:

Re: [EMAIL PROTECTED] Need Help on reverse proxy

2007-06-21 Thread Krist van Besien
On 6/21/07, Lokesh K B Reddy <[EMAIL PROTECTED]> wrote: Hi, I need help on configuring reverse proxy for RPC over HTTPS .. Iam sending my present configuration. This configuration is working fine for Outlook Web access , but RPC over HTTPS is not working . Please let me know any chang

[EMAIL PROTECTED] Need Help on reverse proxy

2007-06-21 Thread Lokesh K B Reddy
Hi, I need help on configuring reverse proxy for RPC over HTTPS .. Iam sending my present configuration. This configuration is working fine for Outlook Web access , but RPC over HTTPS is not working . Please let me know any changes required on configuration. ServerName exchange.my

Re: [EMAIL PROTECTED] Need Help w. PHP And Apache 2.2

2006-12-04 Thread Jaqui Greenlees
--- Steve Burrus <[EMAIL PROTECTED]> wrote: > Can anyone please help me to configure my Apache > 2.2. to work with PHP > scripting?? I am having a hard time trying to do > this since I have only > one time before actually done this. Thanx. What os and as a cli-cgi application or as a module? t

[EMAIL PROTECTED] Need Help w. PHP And Apache 2.2

2006-12-02 Thread Steve Burrus
Can anyone please help me to configure my Apache 2.2. to work with PHP scripting?? I am having a hard time trying to do this since I have only one time before actually done this. Thanx. - The official User-To-User support foru

Re: [EMAIL PROTECTED] need help fighting DoS attack on Apache

2006-08-07 Thread Sergey Tsalkov
Stephanie, Y'know, it's weird that such a technically simple attack still has no commonly implemented defenses. I would venture to say that you can knock out the majority of webservers on the Internet today with a very small shell script that telnets to it a bunch of times on port 80 and leaves th

Re: [EMAIL PROTECTED] Need Help Starting XAMPP > Apache on MacBook Pro

2006-08-06 Thread David Blomstrom
Please ignore this thread; I figured it out. Thanks.David Blomstrom <[EMAIL PROTECTED]> wrote: P.S. I suppose the logical alternative is to simply use the default Apache installation, since it appears to be working. But I can't even locate it. I thought it might be in Library > Webserver, but that

Re: [EMAIL PROTECTED] Need Help Starting XAMPP > Apache on MacBook Pro

2006-08-06 Thread David Blomstrom
P.S. I suppose the logical alternative is to simply use the default Apache installation, since it appears to be working. But I can't even locate it. I thought it might be in Library > Webserver, but that folder appears to be empty.I've been typing the names of specific Apache files in my Spotlight

[EMAIL PROTECTED] Need Help Starting XAMPP > Apache on MacBook Pro

2006-08-06 Thread David Blomstrom
I just reinstalled the XAMPP program on my MacBook Pro and got the same error message as before - every program (PHP, MySQL, etc.) installed except Apache.I copied the following from my Terminal program:Password:my-computer:/Users/[USERNAME] root# /Applications/xampp/xamppfiles/mampp startStarting

Re: [EMAIL PROTECTED] Need help with mod_layout

2006-05-31 Thread Bill Jones
On 5/23/06, Hex Star <[EMAIL PROTECTED]> wrote: but in the error_log for apache I still get an 500 error for the header and footer saying "premature end of script" like it's expecting it to still be a cgi/php script...running the latest version of the mod_layout module ( 3.2.1) which compiled an

AW: [EMAIL PROTECTED] need help fighting DoS attack on Apache

2006-05-30 Thread Oliver.Schaudt
ey Tsalkov [mailto:[EMAIL PROTECTED] Gesendet: So 28.05.2006 19:50 An: users@httpd.apache.org Betreff: [EMAIL PROTECTED] need help fighting DoS attack on Apache Hey guys.. My Apache was hit with a DoS attack, where the attacker was opening connections to the server and not sending any data.

Re: [EMAIL PROTECTED] need help fighting DoS attack on Apache

2006-05-29 Thread Sean Conner
It was thus said that the Great Sergey Tsalkov once stated: > > Hey guys.. My Apache was hit with a DoS attack, where the attacker was > opening connections to the server and not sending any data. It quickly > reached the MaxClients limit and prevented any further connections to > the server. > >

Re: [EMAIL PROTECTED] need help fighting DoS attack on Apache

2006-05-28 Thread Alexey Polyakov
On 5/28/06, Sergey Tsalkov <[EMAIL PROTECTED]> wrote: Anyone have any suggestions? What you've described doesn't really look like a dangerous DOS-attack. If clients just open connections and stay idle, there's a lot of good workarounds: 1) lower timeout, and raise number of listening servers 2

Re: [EMAIL PROTECTED] need help fighting DoS attack on Apache

2006-05-28 Thread Nick Kew
On Sunday 28 May 2006 21:23, Sergey Tsalkov wrote: > I'm using Apache 1.3.36. *sigh*. Of course a server that's been obnsolete for more than four years isn't up to date. Any 1.x server leaves you with every connection tying up an entire process. > mod_choke Never heard of it. > Nick, you ment

Re: [EMAIL PROTECTED] need help fighting DoS attack on Apache

2006-05-28 Thread Sergey Tsalkov
I'm using Apache 1.3.36. mod_choke is supposed to be able to limit the number of connections per IP, but fails to do so for the reason discussed earlier in this thread. mod_evasive, and anti-DoS tool, also failed to stop the attack. Nick, you mentioned that Apache 2.2 has built-in countermeasures

Re: [EMAIL PROTECTED] need help fighting DoS attack on Apache

2006-05-28 Thread Nick Kew
On Sunday 28 May 2006 19:23, Sergey Tsalkov wrote: > This is very wrong. I can't figure out why Apache doesn't have any > defense against such an obvious attack -- even the connection limiting > modules can't help because they have no way of knowing that all the > requests are coming from the same

Re: [EMAIL PROTECTED] need help fighting DoS attack on Apache

2006-05-28 Thread Joshua Slive
On 5/28/06, Sergey Tsalkov <[EMAIL PROTECTED]> wrote: This is very wrong. I can't figure out why Apache doesn't have any defense against such an obvious attack -- even the connection limiting modules can't help because they have no way of knowing that all the requests are coming from the same IP

  1   2   >