Re: [EMAIL PROTECTED] Re: macosx alias

2006-11-17 Thread Sander Temme
On Nov 17, 2006, at 2:21 PM, Robert T Wyatt wrote: I had been messing around with a 403 response, but this worked like a charm. 403 is Forbidden, and for the browser the buck usually stops right there. A Redirect it will follow unbeknownst to the user. S. -- [EMAIL PROTECTED]

[EMAIL PROTECTED] Re: macosx alias

2006-11-17 Thread Robert T Wyatt
Sander Temme wrote: On Nov 17, 2006, at 1:05 PM, Robert T Wyatt wrote: Hi folks, I'm using Apache 1.3.33 (built-in) on MacOS 10.4.8. My LAN administrator changed my user name and so there are some old links on the net that I'd like to catch and redirect to the new user's site. For instanc

Re: [EMAIL PROTECTED] macosx alias

2006-11-17 Thread Sander Temme
On Nov 17, 2006, at 1:05 PM, Robert T Wyatt wrote: Hi folks, I'm using Apache 1.3.33 (built-in) on MacOS 10.4.8. My LAN administrator changed my user name and so there are some old links on the net that I'd like to catch and redirect to the new user's site. For instance, I would like for

[EMAIL PROTECTED] Reverse Proxy woes

2006-11-17 Thread scruffeone
Hi All, Apache 2.2 -reverse proxy --> IIS6/win2k3 Having a bit of an issue with keeping this connection alive. ItÂ’s a simple set-up: ProxyRequests Off #ProxyTimeout ProxyPreserveHost off Order Deny,Allow Allow from all ###

Re: [EMAIL PROTECTED] Rewriterule syntax not working

2006-11-17 Thread Darly Coupet
Hi Josha, Thanks for excellent advise; the following works: RewriteCond %{REQUEST_URI} ^/Merchant2/merchant.mv [NC] RewriteCond %{QUERY_STRING} ^Screen\=CTGY\&Store_Code=AWLAS\&Category_Code\=Abc+Xyz$ RewriteRule (.*) http://www.sitename.com/index.php?action=view_user&user=2[R=301,L] On 11/17/0

[EMAIL PROTECTED] macosx alias

2006-11-17 Thread Robert T Wyatt
Hi folks, I'm using Apache 1.3.33 (built-in) on MacOS 10.4.8. My LAN administrator changed my user name and so there are some old links on the net that I'd like to catch and redirect to the new user's site. For instance, I would like for requests to http://reg066.reg.utexas.edu/~rgrtw/fink/in

Re: [EMAIL PROTECTED] Trouble getting server to wrok

2006-11-17 Thread Seifert, Michael K.
Ok, I understand my problem now. I went to that IP website on two different machines in the room, and just as you said, they have the same outside world IP address. Thanks again for you help. -M On Fri Nov 17 14:47:11 EST 2006, Evan Platt <[EMAIL PROTECTED]> wrote: At 11:30 AM 11/17/2006

Re: [EMAIL PROTECTED] Trouble getting server to wrok

2006-11-17 Thread Evan Platt
At 11:30 AM 11/17/2006, you wrote: The server machine is at school, it is running Windows XP. I'm not really sure what to say about the port number, in the httpd.conf file I have the "Listen 80" line. Is there something else I should change it to, or a different place in the conf file that I

Re: [EMAIL PROTECTED] Trouble getting server to wrok

2006-11-17 Thread Seifert, Michael K.
The server machine is at school, it is running Windows XP. I'm not really sure what to say about the port number, in the httpd.conf file I have the "Listen 80" line. Is there something else I should change it to, or a different place in the conf file that I should look? My IP address does b

Re: [EMAIL PROTECTED] Trouble getting server to wrok

2006-11-17 Thread Evan Platt
At 11:07 AM 11/17/2006, you wrote: Hi, I'm trying to set up a server for my Senior-Project class. I've installed the HTTP server correctly, I believe, and am able to see my test page on the server host machine. Also, I am able to see the test page on another machine in the same room (and pr

[EMAIL PROTECTED] Trouble getting server to wrok

2006-11-17 Thread Seifert, Michael K.
Hi, I'm trying to set up a server for my Senior-Project class. I've installed the HTTP server correctly, I believe, and am able to see my test page on the server host machine. Also, I am able to see the test page on another machine in the same room (and probably connected to the same networ

Re: [EMAIL PROTECTED] child process launching the child process in prefork

2006-11-17 Thread Joshua Slive
On 11/17/06, sharath reddy <[EMAIL PROTECTED]> wrote: Hi Joshua, Thakns for response, Actually i forgot to mention that i am using third party module (WSSO from oblix,oracle) for authntication and authorization. is that creating any problems?? I have no idea. But certainly the first thing I'd

[EMAIL PROTECTED] Apache Kerberos fails when credentials passed in manually from browser prompt.

2006-11-17 Thread jfrankman
I have set up and Apache web server to secure a directory using Kerberos. I am finding that if "Integrated Windows Authenticaion" is turned on in Internet Explorer a user can access the secured directory on the web server. However, if I turn off the "Windows Integrated Authentication" I get prompt

Re: [EMAIL PROTECTED] child process launching the child process in prefork

2006-11-17 Thread sharath reddy
Hi Joshua, Thakns for response, Actually i forgot to mention that i am using third party module (WSSO from oblix,oracle) for authntication and authorization. is that creating any problems?? Thanks, Sharath On 11/17/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/17/06, sharath reddy <[EMAI

Re: [EMAIL PROTECTED] child process launching the child process in prefork

2006-11-17 Thread Joshua Slive
On 11/17/06, sharath reddy <[EMAIL PROTECTED]> wrote: Hi Joshua, i am not using any piped modules and here are the compiled modules list., Well, I've never seen such a problem. The only thing I can suggest is to connect to some of these mystery processes with strace or similar tools to se

Re: [EMAIL PROTECTED] child process launching the child process in prefork

2006-11-17 Thread sharath reddy
Hi Joshua, i am not using any piped modules and here are the compiled modules list., Compiled in modules: core.c mod_access.c mod_auth.c mod_include.c mod_log_config.c mod_env.c mod_setenvif.c mod_proxy.c proxy_connect.c proxy_ftp.c proxy_http.c prefork.c http_core.c mod_mime.c

Re: [EMAIL PROTECTED] maxfilesixe

2006-11-17 Thread Joshua Slive
On 11/17/06, Di Giambelardini Gabriele <[EMAIL PROTECTED]> wrote: Hi to all, it's my first time in this mailinglist. I have a problem with apache, i have configured an virtualhost and i must download from the site, by the virtualhost, one file of 4GB, but i can't. somebody know how i must do for

Re: [EMAIL PROTECTED] child process launching the child process in prefork

2006-11-17 Thread Joshua Slive
On 11/17/06, sharath reddy <[EMAIL PROTECTED]> wrote: Hi All, I am using apache 2.0.55(wirh prefork) on Linux, In normal conditions single control process is responsible for launching child processes which listen for connections and serve them when they arrive... Problem: the child processes a

[EMAIL PROTECTED] php_value include_path question

2006-11-17 Thread Lehman, Jason \(Registrar's Office\)
I understand how to use them but is there a Apache variable that allows you to add to the current path so that you don't have to repeat the current include_path in your directive. php_value include_path .:var/www/include:/var/www/justforthisdirectory Thanks for any assistance. --

Re: [EMAIL PROTECTED] maxfilesixe

2006-11-17 Thread Roman Fiedler
Di Giambelardini Gabriele wrote: Hi to all, it's my first time in this mailinglist. I have a problem with apache, i have configured an virtualhost and i must download from the site, by the virtualhost, one file of 4GB, but i can't. somebody know how i must do for configura apache to download

[EMAIL PROTECTED] child process launching the child process in prefork

2006-11-17 Thread sharath reddy
Hi All, I am using apache 2.0.55(wirh prefork) on Linux, In normal conditions single control process is responsible for launching child processes which listen for connections and serve them when they arrive... Problem: the child processes are also launching child processes, so when i started(re

[EMAIL PROTECTED] maxfilesixe

2006-11-17 Thread Di Giambelardini Gabriele
Hi to all, it's my first time in this mailinglist. I have a problem with apache, i have configured an virtualhost and i must download from the site, by the virtualhost, one file of 4GB, but i can't. somebody know how i must do for configura apache to download that files? thank, i wrote from ita

Re: [EMAIL PROTECTED] Rewriterule syntax not working

2006-11-17 Thread Darly Coupet
Hi Josha, Thanks for your patience and help. I do not have access to a server and the application that is serving the old url's. I think it is a syntax issue, one old URL routed to one new URL. Old url http://www.sitename.com/Merchant2/merchant.mv?Screen=CTGY&Store_Code=AWLAS&Category_Code=

Re: [EMAIL PROTECTED] Rewriterule syntax not working

2006-11-17 Thread Joshua Slive
On 11/16/06, Darly Coupet <[EMAIL PROTECTED]> wrote: I have also tried with quotes, same error message RewriteLog "/usr/local/var/apache/logs/rewrite.log" > your security could be compromised if the directory where logfiles are stored is writable by anyone other than the user that starts the se

Re: [EMAIL PROTECTED] mod_rewrite can't find ndbm.h, though we have it

2006-11-17 Thread Domingos Parra Novo
Hiyas, Just checked on a RHEL 4 AS, and it detected my gdbm installation, and "magically", used it to compile Apache 1.3.37. I would sugest you to remove your "hand-made" gdbm installation, and install the default RedHat packages (try the following command: "yum install gdbm gdbm-d

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-17 Thread Domingos Parra Novo
Hiyas, Xuekun Hu escreveu: I've sent a message a few minutes ago, ranting about the mean of " simultaneous users". Here 2000 simultaneous users means 2000 connections at the same time, not the 2000 requests/s. I estimate about 150 requests/s. Those are all PHP dynamic reques

[EMAIL PROTECTED] authenticate apache using mod_auth_ldap without prompting for password

2006-11-17 Thread Mark Fee
I have a debian sarge server running apache2 with mod_auth_ldap. I am authenticating against Active Directory on a Win2K server. I have managed to get this working, but the user has to type in a user name and password. All the users are browsing from Win2K or XP boxes, which are all running iden

Re: [EMAIL PROTECTED] Illegal Instruction

2006-11-17 Thread Kenneth Svee
[ Susan Roesner RZ ] > Hello Kenneth, > > yes the module is included but the include to the path of the > ssl.conf was commented out. > > After setting up the ssl.conf and certificates I removed the "#" to > include the path to the ssl.conf. At this point I still was not able > to use https. The e

Re: [EMAIL PROTECTED] Illegal Instruction

2006-11-17 Thread Susan Roesner RZ
Hello Kenneth, yes the module is included but the include to the path of the ssl.conf was commented out. After setting up the ssl.conf and certificates I removed the "#" to include the path to the ssl.conf. At this point I still was not able to use https. The error indicated that no ssl was

Re: [EMAIL PROTECTED] Illegal Instruction

2006-11-17 Thread Kenneth Svee
[ Susan Roesner RZ ] > Hello, > > we use apache2.2.3 on a solaris10 machine which runs fine until we > added "-DSSL" in apachectl (just currious if set --with-ssl during > compiling shouldn't apache automatically start with ssl > afterwards?). > > After that when starting we get an "Illegal Instru

Re: [EMAIL PROTECTED] Accent on version 2.2.3

2006-11-17 Thread Bruno Puga
Perfect Joshua, it works great! Thank you and forgive-me for the inexperience! Bruno Puga On 11/16/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/16/06, Bruno Puga <[EMAIL PROTECTED]> wrote: > Hi all! > > I've just start using Debian testing and I came across some troubles with > apache 2.

[EMAIL PROTECTED] Is VirtualHost + mod_rewrite + ReverseProxy + LimitRequestBody possible?

2006-11-17 Thread Roman Fiedler
Hi Everybody, We are trying to establish an apache setup where one virtual hosts (public.test.com) has rewrite rules to forward the requests to another http server in the DMZ (hidden.test.com). Now we want to restrict the maximum POST request size for these forwarded requests since the server

RE: [EMAIL PROTECTED] apr_proc_mutex_lock failed

2006-11-17 Thread Wee Siang Yeap
Hi Nick, Thanks for replying. I could not get the version, modules and MPM now. But I have the gdb output: (gdb) bt full #0 0xc020c4b0 in kill+0x10 () from /usr/lib/libc.2 No symbol table info available. #1 0x61834 in sig_coredump+0x138 () No symbol table info available. #2 No symbol table in

Re: [EMAIL PROTECTED] reverse proxying with ssl and nginx

2006-11-17 Thread Aleksandar Lazic
On Don 16.11.2006 15:55, [EMAIL PROTECTED] wrote: I've been setting up nginx as a static server which reverse proxies to apache 1.3.37 on the same machine nginx is reverse proxying to 127.0.0.1:8080 Since nginx is doing SSL, does Apache have to be running SSL as well? Yep! Before I tried t

Re: [EMAIL PROTECTED] OS X upgrade from 1.3 to 2.2

2006-11-17 Thread Frank Arensmeier
My best advice: Fink. http://fink.sourceforge.net/index.php?phpLang=en If you are on a box with Mac OSX Server, Apache 2 is already installed. See http://docs.info.apple.com/article.html? path=ServerAdmin/10.4/en/c5ws8.html for litte more information. /frank 14 nov 2006 kl. 06.23 skrev Bob

RE: [EMAIL PROTECTED] Servlet engine support in Apache 1.3

2006-11-17 Thread Boyle Owen
> -Original Message- > From: Durga Prasad (duprasad) [mailto:[EMAIL PROTECTED] > Sent: Friday, November 17, 2006 8:51 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Servlet engine support in Apache 1.3 > > Hi All, > Does the Apache HTTP Server 1.3 has the support for servlet