Re: [EMAIL PROTECTED] How can I uninstall Apache2 from Windows98?

2008-10-01 Thread solprovider
On 9/28/08, Luke Turner <[EMAIL PROTECTED]> wrote: > HTTPD.EXE won't shut down when I turn my computer off. And I see no > mechanism by which I could properly shut it down. I keep having to do an > "end task" on it. Google search on this problem indicates that Apache2 > simply isn't right for Windo

RE: [EMAIL PROTECTED] How can I uninstall Apache2 from Windows98?

2008-09-28 Thread Luke Turner
From: [EMAIL PROTECTED] > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] How can I uninstall Apache2 from Windows98? > > On 9/27/08, Luke Turner <[EMAIL PROTECTED]> wrote: > > I accidentally installed Apache2 on my Windows98se computer and I want > > to remo

Re: [EMAIL PROTECTED] How can I uninstall Apache2 from Windows98?

2008-09-27 Thread solprovider
On 9/27/08, Luke Turner <[EMAIL PROTECTED]> wrote: > I accidentally installed Apache2 on my Windows98se computer and I want > to remove it because Apache2 is not compatible with Windows98. I found no > instructions for this anywhere on the WWW. > > Apache does not appear in the list of programs whe

[EMAIL PROTECTED] How can I uninstall Apache2 from Windows98?

2008-09-27 Thread Luke Turner
Yes. I accidentally installed Apache2 on my Windows98se computer and I want to remove it because Apache2 is not compatible with Windows98. I found no instructions for this anywhere on the WWW. Apache does not appear in the list of programs when I go to my "Add/Remove Programs" dialog box.

[EMAIL PROTECTED] how can i setup users for apache2?

2008-08-23 Thread Zach Uram
I am running apache2 on Debian lenny/sid. Precisely what should I add to my httpd.conf so that /home/user can show up on my web server, and can I have www.mydomain.org/~user instead of www.mydomain.org/user/ ? Also how can I setup apache so that I can have http://user.mydomain.org ? Also I want t

[EMAIL PROTECTED] How can i find how long a module takes to execute

2008-05-19 Thread Thibaut Colar
I'm using apache2-2.0.54 on Debian. I have a website where for some unexplained reason web request **sometimes**, for a few users, take up to 30 seconds, whereas they should take <5. After some research, i found the delay was not on the application server(J2EE), so i figured it's probably on the

[EMAIL PROTECTED] How can i know :- how many requests are being served by any configured worker in loadbalancing environment (using mod_proxy_loadbalancer)

2008-03-25 Thread Narendra Verma
Hi experts, I am using mod_proxy_balancer for connecting/balancing app servers (tomcats), And I also configured '/balancer-manager' to know general information related to these workers. Now what I need that how many requests are being served currently by any tomcat that is like a balancer

[EMAIL PROTECTED] How can i bound an web application route to sepecific worker when mod_proxy_balaner is used.

2008-03-25 Thread Narendra Verma
Hi all, I have configuration like ServerName 192.168.99.29:1100 BalancerMember ajp://192.168.98.62:11009 route=tomcat2 loadfactor=1 BalancerMember ajp://192.168.96.181:12009 route=tomcat1 loadfactor=1 ProxyPass balance

Re: [EMAIL PROTECTED] How can I block International users?

2008-01-14 Thread David Brown
Hello Shaun, personally I do not put up with any crap from ISPs. I have run 2 public Linux boxes since 2000. I pay for a business DSL line that was once owned Mom-and-Pop and so I do not appreciate any deviations in the connection and my provider knows it. The simplest way is to just block all N

[EMAIL PROTECTED] RE: [SPAM] - Re: [EMAIL PROTECTED] How can I block International users? - Email found in subject

2008-01-14 Thread jmacaranas
EMAIL PROTECTED] How can I block International users? - Email found in subject On Sun, Jan 13, 2008 at 11:42:03PM -0500, Shaun T. Erickson wrote: > My site has too much traffic, according to my hosting provider. Is > there any easy way to block all International (non-USA) IP addresses > vi

Re: [EMAIL PROTECTED] How can I block International users?

2008-01-13 Thread Christian Folini
On Sun, Jan 13, 2008 at 11:42:03PM -0500, Shaun T. Erickson wrote: > My site has too much traffic, according to my hosting provider. Is > there any easy way to block all International (non-USA) IP addresses > via an .htaccess file? Use the geoip module. But I doubt it works with only .htaccess. C

[EMAIL PROTECTED] How can I block International users?

2008-01-13 Thread Shaun T. Erickson
My site has too much traffic, according to my hosting provider. Is there any easy way to block all International (non-USA) IP addresses via an .htaccess file? -- -ste - The official User-To-User support forum of the Apach

[EMAIL PROTECTED] How can

2007-12-10 Thread Desai Sunil Kumar
Is it possible to link libgcc statically to libaprutil-1.so and libapr-1.so rather than dynamically. Please let me know how to do it? Thanks Sunil Desai DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. If you have received this message by mis

[EMAIL PROTECTED] How can I change the Content-Type of CGI scripts?

2007-11-12 Thread thomas Armstrong
How can I change the Content-Type of CGI scripts? Hi. Working with Apache 2.0 (on a customer's server and on my own server), I've got a '500 Internal Server Error' with a CGI application. When accessing 'http://customer_machine/test.cgi', Firefox tries to download the error webpage. But when acc

Re: [EMAIL PROTECTED] How can I limit access only to specific URLs?

2007-09-24 Thread Vitaly
--- Thomas Antony <[EMAIL PROTECTED]> wrote: > > > I have a website (virtual server) and many DNS > > aliases pointed to the same server. > > > > But I have some directory which should be > accessible > > only via specific DNS alias (== URL). > > If/How this can be done? > > > > E.g, I have

RE: [EMAIL PROTECTED] How can I limit access only to specific URLs?

2007-09-24 Thread Vitaly
--- Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Vitaly [mailto:[EMAIL PROTECTED] > > Sent: Monday, September 24, 2007 9:59 AM > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] How can I limit access only >

RE: [EMAIL PROTECTED] How can I limit access only to specific URLs?

2007-09-24 Thread Boyle Owen
> -Original Message- > From: Vitaly [mailto:[EMAIL PROTECTED] > Sent: Monday, September 24, 2007 9:59 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] How can I limit access only to specific URLs? > > I have a website (virtual server) and many DNS >

Re: [EMAIL PROTECTED] How can I limit access only to specific URLs?

2007-09-24 Thread Thomas Antony
I have a website (virtual server) and many DNS aliases pointed to the same server. But I have some directory which should be accessible only via specific DNS alias (== URL). If/How this can be done? E.g, I have a.example.com, b.example.com, c.example.com pointed to the same virtualhost. And

[EMAIL PROTECTED] How can I limit access only to specific URLs?

2007-09-24 Thread Vitaly
I have a website (virtual server) and many DNS aliases pointed to the same server. But I have some directory which should be accessible only via specific DNS alias (== URL). If/How this can be done? E.g, I have a.example.com, b.example.com, c.example.com pointed to the same virtualhost. And for

Re: [EMAIL PROTECTED] How can I add mod_proxy.so ????

2007-09-01 Thread Matus UHLAR - fantomas
Hello, please wrap your lines to be max 80 characters long (72 to 75 is best len) On 19.08.07 23:05, Galaxy Virus wrote: > At last, I installed apache2.2.0 using ports on FreeBSD release 6.1. I > found apache22.sh in /rc.d. but not htcacheclean.sh. > > So I added 'LoadModule proxy_module libex

[EMAIL PROTECTED] How can I add mod_proxy.so ????

2007-08-19 Thread Galaxy Virus
Hello, At last, I installed apache2.2.0 using ports on FreeBSD release 6.1. I found apache22.sh in /rc.d. but not htcacheclean.sh. So I added 'LoadModule proxy_module libexec/apache22/mod_proxy.so' in httpd.conf. But when I start httpd, I got this error. httpd: Syntax error on line 7

Re: [EMAIL PROTECTED] How can I do Client-Certificate-Authentication from a reverse proxy to another Apache server?

2007-08-06 Thread Joshua Slive
On 8/6/07, Qingshan Xie <[EMAIL PROTECTED]> wrote: > Hello! Apache expert, > >If a Reverse Proxy (RP) talks to another Apache > server(AS), is there a way to do bidirectional > authentication or Client-Cert-Auth between those two > Apache servers? It means, the RP needs to send the > client

[EMAIL PROTECTED] How can I do Client-Certificate-Authentication from a reverse proxy to another Apache server?

2007-08-06 Thread Qingshan Xie
Hello! Apache expert, If a Reverse Proxy (RP) talks to another Apache server(AS), is there a way to do bidirectional authentication or Client-Cert-Auth between those two Apache servers? It means, the RP needs to send the client cert to AS for ssl-handshake. Can we do it? Many Thanks, Q.Xi

Re: [EMAIL PROTECTED] How can I setup URL path and directory mapping in apache

2007-07-16 Thread ying lcs
On 7/16/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote: > Thanks. I tried by adding this in my apache2.conf: > > ScriptAliasMatch ^/v/(.+) /usr/local/movies/$1 > > > and when i hit http://localhost/v/sample_100kbit.mov, i get this error message: > >

Re: [EMAIL PROTECTED] How can I setup URL path and directory mapping in apache

2007-07-16 Thread Joshua Slive
On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote: Thanks. I tried by adding this in my apache2.conf: ScriptAliasMatch ^/v/(.+) /usr/local/movies/$1 and when i hit http://localhost/v/sample_100kbit.mov, i get this error message: The server encountered an internal error or misconfiguration and

Re: [EMAIL PROTECTED] How can I setup URL path and directory mapping in apache

2007-07-16 Thread ying lcs
On 7/16/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote: > Hi, > > In apache, can I do this: > http://127.0.0.1:/dir1/index.html > > will go to /var/www/dir1/index.html > > and then > http://127.0.0.1:/dir2/index.html > > will go to /usr/local/bin/www/di

Re: [EMAIL PROTECTED] How can I setup URL path and directory mapping in apache

2007-07-16 Thread Joshua Slive
On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote: Hi, In apache, can I do this: http://127.0.0.1:/dir1/index.html will go to /var/www/dir1/index.html and then http://127.0.0.1:/dir2/index.html will go to /usr/local/bin/www/dir2/index.html If yes, can you please tell me how can I do that? You

[EMAIL PROTECTED] How can I setup URL path and directory mapping in apache

2007-07-16 Thread ying lcs
Hi, In apache, can I do this: http://127.0.0.1:/dir1/index.html will go to /var/www/dir1/index.html and then http://127.0.0.1:/dir2/index.html will go to /usr/local/bin/www/dir2/index.html If yes, can you please tell me how can I do that? Thank you. -

Re: [EMAIL PROTECTED] How can I write a cgi using c/c++?

2007-07-10 Thread Vincent Bray
On 10/07/07, ying lcs <[EMAIL PROTECTED]> wrote: Thanks. That is what I am looking for. How can I put your test program running in apache and how can I invoke that via my browser? First you'll need to compile it. Hopefully you're using an operating system that bundles a C compiler :-) $ cc he

Re: [EMAIL PROTECTED] How can I write a cgi using c/c++?

2007-07-10 Thread ying lcs
Thanks. That is what I am looking for. How can I put your test program running in apache and how can I invoke that via my browser? Thanks again. On 7/10/07, Vincent Bray <[EMAIL PROTECTED]> wrote: On 10/07/07, ying lcs <[EMAIL PROTECTED]> wrote: > Can you please tell me what is the easiest way

Re: [EMAIL PROTECTED] How can I write a cgi using c/c++?

2007-07-09 Thread Vincent Bray
On 10/07/07, ying lcs <[EMAIL PROTECTED]> wrote: Can you please tell me what is the easiest way to write a cgi using c/c++? I am coming from Tomcat servlet environment, I would like to know how can I do a cgi using c/c++ in apache? C: #include int main (void) { printf("Content-Type: text/ht

[EMAIL PROTECTED] How can I write a cgi using c/c++?

2007-07-09 Thread ying lcs
Hi, Can you please tell me what is the easiest way to write a cgi using c/c++? I am coming from Tomcat servlet environment, I would like to know how can I do a cgi using c/c++ in apache? Thank you. - The official User-To-User

Re: [EMAIL PROTECTED] how can i filter fromout a list

2007-04-03 Thread Joshua Slive
On 4/3/07, herauthon <[EMAIL PROTECTED]> wrote: Dear Enlisted Ones. I would be pleased if i could exclude visitors because they have no return dns. my very smart idea was to list allthose without and make this a rule set for exclusion - but i am sure there is yet smarter way.. enlighten me plea

[EMAIL PROTECTED] how can i filter fromout a list

2007-04-03 Thread herauthon
Dear Enlisted Ones. I would be pleased if i could exclude visitors because they have no return dns. my very smart idea was to list allthose without and make this a rule set for exclusion - but i am sure there is yet smarter way.. enlighten me please.. show me the way one apprentice alchemist

Re: [EMAIL PROTECTED] How can my code determine which MPM is being use without looking at the httpd.conf

2007-01-30 Thread William A. Rowe, Jr.
Your "CODE"? externally... /apachectl -l Compiled in modules: core.c worker.c http_core.c mod_so.c internally see ap_mpm_query() Khai Doan wrote: > How can my code determine which MPM is being use without looking at the > httpd.conf ? Does apache export an environment variable for this

Re: [EMAIL PROTECTED] How can my code determine which MPM is being use without looking at the httpd.conf

2007-01-30 Thread Sander Temme
On Jan 30, 2007, at 4:24 PM, Khai Doan wrote: How can my code determine which MPM is being use without looking at the httpd.conf ? Does apache export an environment variable for this ? You can call ap_mpm_query(). See: http://docx.itscales.com/ group___a_p_a_c_h_e___c_o_r_e___m_p_m.html

[EMAIL PROTECTED] How can my code determine which MPM is being use without looking at the httpd.conf

2007-01-30 Thread Khai Doan
How can my code determine which MPM is being use without looking at the httpd.conf ? Does apache export an environment variable for this ? Thanks Khai

Re: [EMAIL PROTECTED] How can I force mod-cache to cache tomcat-generated pages with Pragma:no-cache?

2006-10-19 Thread Gregor Schneider
Hi Vitaly, I don't know about mod_cache, but we're having a similar configuration here (Apache in front, Tomcat serving behind). We experienced that Apache doesn't "touch" any headers when they are served from Tomcat. Unfortunately. there is no option within Tomcat to declare http-headers in the

[EMAIL PROTECTED] How can I force mod-cache to cache tomcat-generated pages with Pragma:no-cache?

2006-10-19 Thread Vitaly Baranovsky
Good day! I have jetspeed 2 portal that runs over tomcat 5.5.20. I have mod-rewrite module in front of tomcat. So, users of my portal enters in browser user-friendly urls like 'http://news.mycompany.net/xxx.html' I want to cache all pages of my portal with 2 minutes expiration, because content o

Re: [EMAIL PROTECTED] How can I get asp-pages work with Apache 2

2006-08-16 Thread pasi julkunen
I removed those '#' signs when I first time tried to get asp-pages working.Also I checked error.log file, but there were no information about loading errors of any mod files. 2006/8/17, William A. Rowe, Jr. <[EMAIL PROTECTED]>: pasi julkunen wrote:> This intructions came along:>> LoadModule aspdotn

Re: [EMAIL PROTECTED] How can I get asp-pages work with Apache 2

2006-08-16 Thread William A. Rowe, Jr.
pasi julkunen wrote: > This intructions came along: > > LoadModule aspdotnet_module "../modules/mod_aspdotnet.so" Those lines were fine (I suppose it tells you in your error.log file that mod_aspdotnet is loaded)... > #AspNetMount /app-uri "C:/path/to/app" Did you really leave the '#' signs in?

Re: [EMAIL PROTECTED] How can I get asp-pages work with Apache 2

2006-08-16 Thread pasi julkunen
This intructions came along:LoadModule aspdotnet_module "../modules/mod_aspdotnet.so"AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj \   licx rem resources resx soap vb vbproj vsdisco webinfo AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)"

Re: [EMAIL PROTECTED] How can I get asp-pages work with Apache 2

2006-08-16 Thread Evan Platt
At 04:39 PM 8/16/2006, you wrote: I installed some 3rd party module to Apache 2. After installation I tested some pages in browser, but all I got was only code showing page. The installation package was mod_aspdotnet-2.0.0.msi Is it possible to get .NET pages working under Apache?Os is xp.

[EMAIL PROTECTED] How can I get asp-pages work with Apache 2

2006-08-16 Thread pasi julkunen
I installed some 3rd party module to Apache 2.After installation I tested some pages in browser, but all I got was only code showing page.The installation package was mod_aspdotnet-2.0.0.msiIs it possible to get .NET pages working under Apache?Os is xp.

[EMAIL PROTECTED] how can we do axis c++ operation on tomcat 5.0 and axis 2

2006-01-12 Thread mohan devanoor
hello can any one help me out please i hav tomcat 5.0.30 and axis 2 versions installed. in the installation guide it was mentioned clearly about java applications . but how about c++ applications..? i have few queries.. 1. how can we create and deploy a web service for c++ 2. which axis ve

Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-03 Thread William A. Rowe, Jr.
robert rottermann wrote: keith, thank you very much for your answer. I was a bit unclear. I know that I can name the files like this CustomLog /var/log/apache2/projekte2.fh-aargau.ch/com_log combined however I would like to have the "projekte2.fh-aargau.ch" part replaced by a variable. Is this

Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-03 Thread Eugene
On Mon, Jan 02, 2006 at 12:01:33PM CST, robert rottermann <[EMAIL PROTECTED]> wrote: : : I was a bit unclear. I know that I can name the files like this : : CustomLog /var/log/apache2/projekte2.fh-aargau.ch/com_log combined : : however I would like to have the "projekte2.fh-aargau.ch" part : re

RE: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-03 Thread Axel-Stéphane SMORGRAV
-ascs -Original Message- From: robert rottermann [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006 7:02 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename keith, thank you very much for your answer. I was a bit unclear. I know that I can nam

Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-02 Thread httpd2
06, robert rottermann wrote: > To: users@httpd.apache.org > From: robert rottermann <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename > > keith, > thank you very much for your answer. > I was a bit unclear. I know that I can name th

Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-02 Thread httpd2
Have you looked at mod_setenvif ? Keith On Mon, 2 Jan 2006, robert rottermann wrote: > To: users@httpd.apache.org > From: robert rottermann <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename > > keith, > thank you very much fo

Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-02 Thread robert rottermann
u will need to create the /projekte2.fh-aargau.ch/ directory under /var/log/apache2. This will keep logs for each virtual host seperate in their own sub-directory. HTH - Keith Roberts On Mon, 2 Jan 2006, robert rottermann wrote: To: users@httpd.apache.org From: robert rottermann <[EM

Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-02 Thread httpd2
or each virtual host seperate in their own sub-directory. HTH - Keith Roberts On Mon, 2 Jan 2006, robert rottermann wrote: > To: users@httpd.apache.org > From: robert rottermann <[EMAIL PROTECTED]> > Subject: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename > &g

[EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-02 Thread robert rottermann
Hi there, I would like to use a construct like the following ServerAdmin [EMAIL PROTECTED] ServerName projekte2.fh-aargau.ch CustomLog /var/log/apache2/%{SERVER_NAME}.log combined ErrorLog /var/log/apache2/%{SERVER_NAME}.log However, the filename it creates is %{SERVER_NAME

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-14 Thread Joshua Slive
On 10/14/05, Warren Beldad <[EMAIL PROTECTED]> wrote: > what i did is, i really install new FC4 on another harddisk. > download apache_1.3.33.tar.gz > tar -xvzf apache_1.3.33.tar.gz > edit src/Configuration >EXTRA_CFLAGS=-DBIG_SECURITY_HOLE > > ./configure --prefix=/usr/local/apache --serve

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-14 Thread Warren Beldad
what i did is, i really install new FC4 on another harddisk. download apache_1.3.33.tar.gz tar -xvzf apache_1.3.33.tar.gz edit src/Configuration   EXTRA_CFLAGS=-DBIG_SECURITY_HOLE ./configure --prefix=/usr/local/apache --server-uid=root --server-gid=root make make install /usr/local/apache/bin

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-13 Thread Joshua Slive
On 10/13/05, Warren Beldad <[EMAIL PROTECTED]> wrote: > thanks for the help, > but still it doesn't work. I modify again the src/Configuration and rebuild > EXTRA_CFLAGS=-DBIG_SECURITY_HOLE > (actually the src/Configuration doesnt have the space before the equal, just > a typo error in my mail) > s

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-13 Thread Warren Beldad
thanks for the help, but still it doesn't work. I modify again the src/Configuration and rebuildEXTRA_CFLAGS=-DBIG_SECURITY_HOLE(actually the src/Configuration doesnt have the space before the equal, just a typo error in my mail) still I got the same error. I am creating a NAS like web, just like

Re: [EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-12 Thread Joshua Slive
On 10/12/05, Warren Beldad <[EMAIL PROTECTED]> wrote: > Hi all, > > I am new to this list and also a newbie on apache :-(( > I just want to ask on how can I serve pages while running as a root. I know > this is a big security risk, but i really need to run as a root. ex. create > a user, etc...modi

[EMAIL PROTECTED] how can I serve pages while running as a root

2005-10-11 Thread Warren Beldad
Hi all,   I am new to this list and also a newbie on apache :-(( I just want to ask on how can I serve pages while running as a root. I know this is a big security risk, but i really need to run as a root. ex. create a user, etc...modify the sudoers file still no success. i found another of this in

RE: [EMAIL PROTECTED] how can I work offline with Apache

2005-10-08 Thread Guenther, Christian
too less information. what kind of problems do you face? Is there some kind db connection? -Original Message- From: Mahmoud Badreddine [mailto:[EMAIL PROTECTED] Sent: Sat 08.10.2005 01:54 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] how can I work offline with Apache Hi I

Re: [EMAIL PROTECTED] how can I work offline with Apache

2005-10-07 Thread Davide Bianchi
Mahmoud Badreddine wrote: > I ran apachectl start > and I had no problems, but I still can't launch my website. Is there a The sentence doesn't make much sense. I suspect that your problem is that your system doesn't have any networking support at all, so you should fix that. Anyway, there is noth

[EMAIL PROTECTED] how can I work offline with Apache

2005-10-07 Thread Mahmoud Badreddine
Hi I have a running web/database server which was running fine at my workplace. We recently upgragded the station and I decided to bring the old one home where I am unable to connect to the Lan at work.   I changed the followig in the httpd.conf listen 127.0.0.1:80   and I changed my /etc/hosts fi

Re: [EMAIL PROTECTED] how can i rewrite webmail.mydomain.com to mydomain.com:32000

2005-09-01 Thread Joshua Slive
On 9/1/05, tvlgiao <[EMAIL PROTECTED]> wrote: > hi all, > i want to configure my apache2 server rewrite webmail.mydomain.com to > mydomain.com:32000 (but not redirect), how can i do it? > i also read an article URL Rewriting Guide on http://apache.org, but did > not give me any idea, > thanks

[EMAIL PROTECTED] how can i rewrite webmail.mydomain.com to mydomain.com:32000

2005-09-01 Thread tvlgiao
hi all, i want to configure my apache2 server rewrite webmail.mydomain.com to mydomain.com:32000 (but not redirect), how can i do it? i also read an article URL Rewriting Guide on http://apache.org, but did not give me any idea, thanks for all advices. best regards, Giao L. Trinh

Re: [EMAIL PROTECTED] how can i search the APACHE.org archives

2005-08-22 Thread Arne Heizmann
MEENA SELVAM wrote: This link doesnt include search facility http://mail-archives.apache.org/mod_mbox/httpd-users/ is there any other link where i can search thru the httpd.apache.org archive Yes, www.google.com. Use "site:mail-archives.apache.org" and perhaps "inurl:httpd". **

Re: [EMAIL PROTECTED] how can i search the APACHE.org archives

2005-08-18 Thread Joshua Slive
On 8/18/05, MEENA SELVAM <[EMAIL PROTECTED]> wrote: > This link doesnt include search facility > http://mail-archives.apache.org/mod_mbox/httpd-users/ > > is there any other link where i can search thru the > httpd.apache.org archive Somebody was working on adding search to the archives, but I th

[EMAIL PROTECTED] how can i search the APACHE.org archives

2005-08-18 Thread MEENA SELVAM
This link doesnt include search facility http://mail-archives.apache.org/mod_mbox/httpd-users/ is there any other link where i can search thru the httpd.apache.org archive meena __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protect

[EMAIL PROTECTED] How can I use httpd with Apache XML Security library?

2005-08-02 Thread Zhenxiao Liu
Hi, all, I'm new in this area. Could anyone please tell me how to start? I want to use Apache XML security library (c version) with httpd to filter XML traffic. Any advice is appreciated. Thanks in advance, Zhenxiao Liu

[EMAIL PROTECTED] How can I use apache XML security library with httpd?

2005-08-01 Thread Zhenxiao Liu
Hi, all, I'm new in this area. Could anyone help me start using XML security library? Any advice is appreciated. Thanks in advance. Zhenxiao Liu - The official User-To-User support forum of the Apache HTTP Server Pro