Re: CGI und txt-Dateien

2007-07-26 Thread James Blond
Hallo! Normalerweise kannst Du in der httpd.conf oder in einer .htaccess Datei für das Verzeichnis in dem die Textdatei ist -ExecCGI eintragen. Ich würde aber eher auf dein script tippen, was versucht den Inhalt auszuführen. Gruß Mario On 7/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Re: CGI und txt-Dateien

2007-07-26 Thread mailist
Hallo Mario, so verlinke ich die Logdateien: print a href=logs/datei.txt/a; Ich werde wohl die Logdateien aus dem cgi-bin nehmen und in das DocumentRoot stellen. Gruß On Thu, 26 Jul 2007 11:43:21 +0200, James Blond [EMAIL PROTECTED] wrote: Hallo! Normalerweise kannst Du in der httpd.conf

Re: Cwd in IndexFiles

2007-07-26 Thread Bertram Scharpf
Hallo, Am Sonntag, 15. Jul 2007, 20:45:27 +0200 schrieb Frank Thommen: Was muß ich also wo richtigerweise angeben, damit das Referenzverzeichnis nach cgi-bin gezogen wird? Wie waere es mit einem 'base'-Tag in der resultierenen Webseite: head base href=/mypages [...] /head Fand ich

Re: CGI und txt-Dateien

2007-07-26 Thread Max Dittrich
Hallo ..., -- trage hier Deinen Namen ein [EMAIL PROTECTED] schrieb: Hallo Mario, so verlinke ich die Logdateien: print a href=logs/datei.txt/a; Ich werde wohl die Logdateien aus dem cgi-bin nehmen und in das DocumentRoot stellen. Dein Verzeichnis /var/www/cgi-bin wurde wohl - wie üblich -

[EMAIL PROTECTED] How two modules can interact ?

2007-07-26 Thread Ravi Prakash
Hi, I am working on apache modules. Till now, I am not able to understand, How apache modules interact to each other. What all APIs are there that can send or receive data from one module to another module running under same apache? Kindly ,Help me by giving some related links or tutorials .

Re: [EMAIL PROTECTED] How two modules can interact ?

2007-07-26 Thread Vincent Bray
On 26/07/07, Ravi Prakash [EMAIL PROTECTED] wrote: I am working on apache modules. Till now, I am not able to understand, How apache modules interact to each other. What all APIs are there that can send or receive data from one module to another module running under same apache? Kindly ,Help me

RE: [EMAIL PROTECTED] How two modules can interact ?

2007-07-26 Thread Ravi Prakash
Hi, About which code are u talking to have a look ? Ravi -Original Message- From: Dmitry [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 1:43 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How two modules can interact ? Vincent, The best answer probablywill be

[EMAIL PROTECTED] Apache Core Dump (segfault)

2007-07-26 Thread Khaled Hussein
My apache server in last few days become give me core dump, this happened when i added around 8 new domains and restart my server gracefully it core dumped, i debug this issue and start to analyze the problem, i found when i delete the last added hosts it worked fine, then i stareted to add

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread Eric Covener
On 7/26/07, James Ellis [EMAIL PROTECTED] wrote: ...however the WebSphere plugin comes BEFORE this virtual host entry...so I think I need to use it outside of a VirtualHost. Why won't this entry: Along with Joshuas pointer to RewriteOptions inherit / adding RewriteRules to the actual vhost

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
Getting closer...the following works inside of a VirtualHost: VirtualHost web1:80 ServerName web1 RewriteEngine ON RewriteRule ^/wcsstore/ConsumerDirect/images/catalog/en_US/X01_large.jpg$ /footer.gif Alias /wcsstore

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread Eric Covener
On 7/26/07, James Ellis [EMAIL PROTECTED] wrote: RewriteEngine ON RewriteRule ^X01_large.jpg$ footer.gif ...ignored by Apache? Is it not possible to use mod_rewrite outside of a Directory tag? You have to compare to the complete URL-path. Outside of Directory or .htaccess context, most

[EMAIL PROTECTED] Alias versus Symbolic Links

2007-07-26 Thread \Crash\ Dummy
The Apache documentation says, There are frequently circumstances where it is necessary to allow web access to parts of the filesystem that are not strictly underneath the DocumentRoot. Apache offers several different ways to accomplish this. On Unix systems, symbolic links can bring other parts

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
OK so just testing mod_rewrite I can get a Rewrite working for files that are NOT served by the plugin which ARE located inside of a Directory.../Directory tags. Directory /opt/WebSphere/AppServer/installedApps/wcs1/WC_wcs.ear/Stores.war/ConsumerDirect/images/catalog/en_US RewriteEngine ON

[EMAIL PROTECTED] Reverse Proxy with file name that contains a space

2007-07-26 Thread Keith Crossett
Hello, I am currently using Apache 2.0.55 as a reverse proxy. The site that I am reverse proxying to contains some files that have spaces in the name. When I try to access these files the space is replaced with %20 but Apache gives me a HTTP 500 error message. If I access a file with a

[EMAIL PROTECTED] Why Can't I Get Apache to Post?

2007-07-26 Thread kvnsmnsn
I did a google for this topic but couldn't find anything that had to do with posting. I read through the FAQ and couldn't find anything that had to do with posting. I tried inspection and experimentation and that didn't work. I even asked our resident expert on Apache, and he couldn't help me

[EMAIL PROTECTED] need mod_proxy_ajp example

2007-07-26 Thread Dan_Mitton
Does anyone have an example of using mod_proxy_ajp to connect to tomcat? And/or a little 'How to' convert JkMounts to the new proxy directives? Thanks in advance, Dan - The official User-To-User support forum of the Apache

[EMAIL PROTECTED] Trouble Compiling mod_ntlm

2007-07-26 Thread Eric Hernandez
Dear Apache Group, I am getting the following error when i try to compile apache: mod_ntlm.c:754: warning: implicit declaration of function âgroups_for_userâ mod_ntlm.c:754: warning: statement with no effect mod_ntlm.c:756: warning: statement with no effect mod_ntlm.c:758: error:

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread Nick Kew
On Thu, 26 Jul 2007 14:23:18 + James Ellis [EMAIL PROTECTED] wrote: We are running IBM IHS (Apache) 2.0 and WebSphere on a different machine. Within the httpd.conf file, we include the WebSphere plugin with the following lines: LoadModule was_ap20_module

[EMAIL PROTECTED] The Apache user

2007-07-26 Thread Demetri T.
OK does anyone here know why when i run ps aux in a terminal i can see 4 www-data and 1 as root for apache, but when i use xfce taskmanager i see the root user running all apache process? All this time i was thinking there was some config error. Thanks Demetri running: Xubuntu 7.04 Apache 2.2

Re: [EMAIL PROTECTED] How in the name of LINUX do u set apache2.2 to run as user www-data

2007-07-26 Thread Demetri T.
Demetri T. wrote: I have googled for information in configuring apache to run as www-data user a couple of days and all i find are tid bits and they are very general. I tried changing permissions for the directories, the www-data user and group were added by the installation of xubuntu I

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread Joshua Slive
On 7/26/07, James Ellis [EMAIL PROTECTED] wrote: Getting closer...the following works inside of a VirtualHost: VirtualHost web1:80 ServerName web1 RewriteEngine ON RewriteRule ^/wcsstore/ConsumerDirect/images/catalog/en_US/X01_large.jpg$ /footer.gif Alias /wcsstore

Re: [EMAIL PROTECTED] Getting 5000 concurrent connections and 400 requests per second with Apache

2007-07-26 Thread Colm MacCarthaigh
On Tue, Jul 24, 2007 at 08:48:40PM +0200, Torsten Foertsch wrote: Please forgive me the stupid question but I thought a port number is a 16 bit integer. How can one get more than 64k connections to one IP address then? There's no port exhaustion involved, TCP stacks distinguish between sockets

RE: [EMAIL PROTECTED] Alias versus Symbolic Links

2007-07-26 Thread Lindsay Hausner
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Crash Dummy Sent: Thursday, July 26, 2007 4:52 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Alias versus Symbolic Links The Apache documentation says, There are frequently circumstances where it is

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread Eric Covener
On 7/26/07, James Ellis [EMAIL PROTECTED] wrote: Within the plugin, all requests under /stores/* are supposed to be handled by the plugin. Does anyone know how I can force a request for a certain JSP: http://servername/stores/suspect.jsp ...so that it won't be processed by the plugin? I

Re: [EMAIL PROTECTED] need mod_proxy_ajp example

2007-07-26 Thread Dan_Mitton
Serge, Thanks!! I was hoping it was that simple. Dan Please respond to users@httpd.apache.org To: users@httpd.apache.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:Re: [EMAIL PROTECTED] need mod_proxy_ajp example LSN: Not Relevant User Filed as: Not a Record Something like

[EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
We are running IBM IHS (Apache) 2.0 and WebSphere on a different machine. Within the httpd.conf file, we include the WebSphere plugin with the following lines: LoadModule was_ap20_module /opt/WebSphere/AppServer/bin/mod_was_ap20_http.so WebSpherePluginConfig

Re: [EMAIL PROTECTED] How two modules can interact ?

2007-07-26 Thread Vincent Bray
On 26/07/07, Dmitry [EMAIL PROTECTED] wrote: Vincent, The best answer probablywill be just take a look to the code and try to compile it, but in case you can't - just check documentation. its' a good question actually. Uh? I didn't ask a question. What are you talking about? -- noodl

Re: [EMAIL PROTECTED] The Apache user

2007-07-26 Thread Demetri T.
Victor Trac wrote: There's no need to send out two emails to the wrong mailing list asking the same thing. While one of us may know the answer, it's more likely that you'll get a positive response when asking xfce folks. Perhaps one of these lists will help:

Re: [EMAIL PROTECTED] HTTP Error: Website declined to show this webpage.

2007-07-26 Thread Frederick Lamartin
Boyle Owens's message in this thread asked me what error messages I have received when trying to access My Website. First, my new configuration is the default version except as follows: ServerAdmin [EMAIL PROTECTED] ServerName localhost:80 UserDir enabled UserDir C:/Users/lamartin/My Website

Re: [EMAIL PROTECTED] need mod_proxy_ajp example

2007-07-26 Thread Vincent Bray
On 26/07/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does anyone have an example of using mod_proxy_ajp to connect to tomcat? And/or a little 'How to' convert JkMounts to the new proxy directives? This might help: http://people.apache.org/~mturk/docs/article/ftwai.html There's a lot of

Re: [EMAIL PROTECTED] The Apache user

2007-07-26 Thread Victor Trac
There's no need to send out two emails to the wrong mailing list asking the same thing. While one of us may know the answer, it's more likely that you'll get a positive response when asking xfce folks. Perhaps one of these lists will help: http://www.xfce.org/community/lists --Victor On

Re: [EMAIL PROTECTED] Alias versus Symbolic Links

2007-07-26 Thread Eric Covener
On 7/26/07, Crash Dummy [EMAIL PROTECTED] wrote: My question is, What the hell is a symbolic link? I have Apache installed on Windows 2000, and use aliases to map stuff to the DocumentRoot. Are symbolic links a purely *nix thing? Can I just ignore them and their related directives (like

Re: [EMAIL PROTECTED] need mod_proxy_ajp example

2007-07-26 Thread Serge Dubrouski
Something like that: 1. Configure an AJP connector in your Tomcat. If you used mod_jk you probably already have one. 2. Add proxy directives to your httpd.conf: ProxyPass /app ajp://TOMCAT_HOST:AJP_PORT/app ProxyPassReverse /app ajp://TOMCAT_HOST:AJP_PORT/app On 7/26/07, [EMAIL

[EMAIL PROTECTED] Rewrite hex data

2007-07-26 Thread Alessandro Fiorenzi
Hi, I would ask a specification of rewriterule in a virtual host if I have a rule like this one: RewriteRule ^/urlpath(.*) https://site.org/ work fine. but if in my browser I write /urlpath in hex is: %2f%75%72%6c %70%61%74%68%a does the rewrite rule match or not? Alessandro Fiorenzi

Re: [EMAIL PROTECTED] Authorization - require question

2007-07-26 Thread Manuel Vacelet
On 7/25/07, Luis Moreira (ESI-GSQP) [EMAIL PROTECTED] wrote: Require user XXX should work on its own. For me it does, at least. Used alone it works great but as soon as I try to use it with AuthzSVNAccessFile it no longer works as expected. I don't use AuthzSVNAccessFile, but if you search

RE: [EMAIL PROTECTED] determine FQDN problem

2007-07-26 Thread Graham Frank
It sounds like Apache just can't resolve the hostname. One thing you could do is edit the /etc/hosts file and add 127.0.0.1 hostname.com. Since resolving a hostname will check /etc/hosts first, this should eliminate the issue. Mind you, the reason you get this even tho you specify the DNS in

[EMAIL PROTECTED] determine FQDN problem

2007-07-26 Thread Deephay
Greetings all, I always have a annoying message when I tried to start the apache httpd: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName but actually I have the directive: ServerName hostname in my virtual host config file, and I

Re: [EMAIL PROTECTED] How two modules can interact ?

2007-07-26 Thread Dmitry
Vincent, The best answer probablywill be just take a look to the code and try to compile it, but in case you can't - just check documentation. its' a good question actually. Thanks, DT, www.ejinz.com Search Engine EjinZ news - Original Message - From: Vincent Bray [EMAIL PROTECTED]