Re: [us...@httpd] Unable to configure Apache to use as personal web server

2009-04-29 Thread William A. Rowe, Jr.
Jonathan Zuckerman wrote: >>> >>> The Apache installation works, as evidenced by the "It works" index page >>> shown upon using the "http://localhost"; URL. >>> >>> I have configured the configuration file, httpd, trying to serve up an >>> index of my web sites stored in the My We

Re: [us...@httpd] Unable to configure Apache to use as personal web server

2009-04-29 Thread Evan Platt
At 05:41 PM 4/29/2009, you wrote: Evan, a lot of times people want to work on a website which is created using a scripting langauge, uses a database, etc.. even if they are not connected to the internet at the time, or simply want to save bandwidth. Working on your local webserver allows you t

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-29 Thread Eric Covener
On Wed, Apr 29, 2009 at 8:54 PM, Buddy wu wrote: > en, but it don't response as a http response error code. not like 404 or > 5000 or other likes . it just like the network is broken. Try making it optional, and use mod_rewrite to peek at the client DN and redirect to a pseudo-error page. -- Er

Re: [us...@httpd] how to PROMT the user who access the site that we ask for a client certificat

2009-04-29 Thread Buddy wu
en, but it don't response as a http response error code. not like 404 or 5000 or other likes . it just like the network is broken. 2009/4/29 Krist van Besien > On Wed, Apr 29, 2009 at 4:06 AM, Buddy wu wrote: > > I use apache with ssl and require client cert. how to let the user know > he > > s

Re: [us...@httpd] Unable to configure Apache to use as personal web server

2009-04-29 Thread Jonathan Zuckerman
>> I am unable to configure Apache to connect to my local site. >> >> Apache is installed as a personal web server on a notebook computer that >> uses the Windows Vista operating system. >> >> The Apache installation works, as evidenced by the "It works" index page >> shown upon using the "

Re: [us...@httpd] Unable to configure Apache to use as personal web server

2009-04-29 Thread Evan Platt
Not to oversimplify things, but if Apache is installed on the laptop, I'm guessing you're not going to want this accessable from the outside world - ie you wouldn't want ME to be able to access it from my house, right? So what's in this folder? A Index.html file? You don't need Apache (or any

RE: [us...@httpd] Unable to configure Apache to use as personal web server

2009-04-29 Thread Anthony J. Biacco
Are you sure you reloaded the apache configuration and/or cleared your browser cache? -Tony --- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com

[us...@httpd] Unable to configure Apache to use as personal web server

2009-04-29 Thread Frederick H. Lamartin
I am unable to configure Apache to connect to my local site. Apache is installed as a personal web server on a notebook computer that uses the Windows Vista operating system. The Apache installation works, as evidenced by the "It works" index page shown upon using the "http://localhost"; URL.

Re: [us...@httpd] [help]my first question with apache

2009-04-29 Thread Davide Bianchi
Yi Zhao wrote: > when I do this, I will got a error message after a long time: > > > > 503 Service Temporarily Unavailable Check your error_log, there must be a better error message in there. Davide -- It might not be practical, it might not be a good idea, but it could work. Sort of like Wi

[us...@httpd] [help]my first question with apache

2009-04-29 Thread Yi Zhao
hi, all: can someone help me with my apache question? I have start my apache and listen to 80 port on server A, bug I can't accesss it by curl/wget or explorer, when I do this, I will got a error message after a long time: 503 Service Temporarily Unavailable Service Temporarily Unavailable The

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-29 Thread ricardo figueiredo
Hi, spc (Hope this helps) - > Great The external program's (in C) working ! Wonderfull !!! Thank you very much to Brian, Eric and Sean Ricardo On Wed, Apr 29, 2009 at 4:17 PM, Sean Conner wrote: > It was thus said that the Great Brian Mearns once stated: > > On Wed, Apr 29, 2009

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-29 Thread Sean Conner
It was thus said that the Great Brian Mearns once stated: > On Wed, Apr 29, 2009 at 1:58 PM, ricardo figueiredo > wrote: > > Sorry, > > > > Let me explain my situation again. > > I'm using directive RewriteMap using external rewriting program. > > This program is developed in language C. > > > Fir

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-29 Thread ricardo figueiredo
Hi, Good explanation !!! But, How do you improve this C program ? On Wed, Apr 29, 2009 at 3:09 PM, Brian Mearns wrote: > On Wed, Apr 29, 2009 at 1:58 PM, ricardo figueiredo > wrote: > > Sorry, > > > > Let me explain my situation again. > > I'm using directive RewriteMap using external rewriti

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-29 Thread Brian Mearns
On Wed, Apr 29, 2009 at 1:58 PM, ricardo figueiredo wrote: > Sorry, > > Let me explain my situation again. > I'm using directive RewriteMap using external rewriting program. > This program is developed in language C. > > When I require a page in the browser is shown an error (Bad Request 400). > >

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-29 Thread ricardo figueiredo
Sorry, Let me explain my situation again. I'm using directive RewriteMap using external rewriting program. This program is developed in language C. When I require a page in the browser is shown an error (Bad Request 400). My program in C to rewriting URL #include int main() { int id = 0;

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-29 Thread Brian Mearns
On Wed, Apr 29, 2009 at 1:25 PM, ricardo13 wrote: > > Please !!! > > Help me > > Somebody has some example of RewriteMap using external program in C !!! > There are some example in > http://www.wellho.net/resources/ex.php4?item=a603/andy PHP . > > Thank You > > Ricardo > > > ricardo13 wrote:

Re: [us...@httpd]

2009-04-29 Thread Karel Kubat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Apr 29, 2009, at 7:22 PM, Rocco Scappatura wrote: Hello, I ve an Apache2.2+Tomcat5.5+Windows2K platform. I use Apache2.2 to proxy almost all the requests for 80 port of my server (http://www.mysite.it). Since some days I would like to

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-29 Thread ricardo13
Please !!! Help me Somebody has some example of RewriteMap using external program in C !!! There are some example in http://www.wellho.net/resources/ex.php4?item=a603/andy PHP . Thank You Ricardo ricardo13 wrote: > > Hi, > > I thought that if I typed "localhost/1" in browser, the pr

[us...@httpd] mod_proxy and virtual hosts

2009-04-29 Thread Rocco Scappatura
Hello, I ve an Apache2.2+Tomcat5.5+Windows2K platform. I use Apache2.2 to proxy almost all the requests for 80 port of my server (http://www.mysite.it). Since some days I would like to setup an Apache2.2 virtual host to show the content of a site directly through Apache2.2 (i.e.: not proxying th

[us...@httpd]

2009-04-29 Thread Rocco Scappatura
Hello, I ve an Apache2.2+Tomcat5.5+Windows2K platform. I use Apache2.2 to proxy almost all the requests for 80 port of my server (http://www.mysite.it). Since some days I would like to setup an Apache2.2 virtual host to show the content of a site directly through Apache2.2 (i.e.: not proxying th

Re: [us...@httpd] Modify response header

2009-04-29 Thread Diego Manilla Suárez
Diego Manilla Suárez escribió: Nick Kew escribió: On Wed, 29 Apr 2009 12:31:59 +0200 Diego Manilla Suárez wrote: SetEnvIf Set-Cookie ^(JSESSIONID=.*)$ jsessionid_value=$1 Header set Set-Cookie "%{jsessionid_value}e; Domain=.my.domain" env=jsessionid_value Just use "Header edit ...".

[us...@httpd] Upgrade and 101 response code

2009-04-29 Thread Julien Pauli
Hi all. I'm trying to make Apache answer me with a 101 response, but I cant manage that (after trying several HTTP request that should make httpd answer 101) I always get 200s or else, never 101 Googling the web, I found https://issues.apache.org/jira/browse/HTTPCORE-158that says that httpd actua

Re: [us...@httpd] What module/config trigger Vary: Host?

2009-04-29 Thread howard chen
Hi, On Wed, Apr 29, 2009 at 2:55 PM, André Warnier wrote: > howard chen wrote: >> negotiation   <=== Tested, no. So quite confusing... - The official User-To-User support forum of the Apache HTTP Server Project. See http:

Re: [us...@httpd] Modify response header

2009-04-29 Thread Diego Manilla Suárez
Nick Kew escribió: On Wed, 29 Apr 2009 12:31:59 +0200 Diego Manilla Suárez wrote: SetEnvIf Set-Cookie ^(JSESSIONID=.*)$ jsessionid_value=$1 Header set Set-Cookie "%{jsessionid_value}e; Domain=.my.domain" env=jsessionid_value Just use "Header edit ...". Thanks, I'll take a look

Re: [us...@httpd] Modify response header

2009-04-29 Thread Nick Kew
On Wed, 29 Apr 2009 12:31:59 +0200 Diego Manilla Suárez wrote: > SetEnvIf Set-Cookie ^(JSESSIONID=.*)$ jsessionid_value=$1 > Header set Set-Cookie "%{jsessionid_value}e; Domain=.my.domain" > env=jsessionid_value Just use "Header edit ...". -- Nick Kew Application Development with Apache - th

Re: [us...@httpd] Modify response header

2009-04-29 Thread André Warnier
André Warnier wrote: Diego Manilla Suárez wrote: Any other alternative before giving up and modifying some of Tomcat classes? a mod_perl output filter That is one alternative which I know works. I don't know about other ones. It requires installing perl and mod_perl on your Apache server,

Re: [us...@httpd] Modify response header

2009-04-29 Thread André Warnier
Diego Manilla Suárez wrote: Any other alternative before giving up and modifying some of Tomcat classes? a mod_perl output filter That is one alternative which I know works. I don't know about other ones. It requires installing perl and mod_perl on your Apache server, configuring it, then

[us...@httpd] Modify response header

2009-04-29 Thread Diego Manilla Suárez
Hi. I have a problem with a JEE app deployed on Tomcat: it needs to share the same session across different subdomains, but Tomcat (according to the specs, I think) doesn't explicitly set a multi-subdomain cookie to track the session. I've found some people with the same problem that uses a To

Re: [us...@httpd] HTML source rather than rendered page with mod_proxy_ajp

2009-04-29 Thread mr_b
Hi Brian, yes, the content type seems to be the issue. But the JBoss is definitely sending out the right type; it appears that it gets 'lost' in the proxy for some reason occasionally... Cheers, Rainer Brian Mearns-2 wrote: > > On Tue, Apr 28, 2009 at 8:43 AM, mr_b wrote: >> Hi! I run use