Re: [EMAIL PROTECTED] PHP and Cold Fusion on Apache (Linux)

2006-02-15 Thread Muhammad Rizwan
>Then if you get stuck, come back with a much more specific question > including details on what you have tried and what your system looks > like. Yes, thats what i want to ask from this forum, i am trying to know that which option in apache executes php pages. Because i have installed php and i c

Re: [EMAIL PROTECTED] Odd interaction between mod_rewrite and mod_cgi

2006-02-15 Thread Sean Conner
It was thus said that the Great Joshua Slive once stated: > > On 2/15/06, Sean Conner <[EMAIL PROTECTED]> wrote: > > It was thus said that the Great Joshua Slive once stated: > > > > > > In general, there are not many people insterested in nph scripts > > > anymore, so I'd guess that little testin

[EMAIL PROTECTED] Modify the output of top to show the page being served

2006-02-15 Thread Khai Doan
Hi List, Is it possible to modify the output of top to show the page being served in the command column? In mod_perl you can do $0 = $url; and that will work. Is there a configuration directive to achieve the same thing when not using mod_perl ? Thanks Khai -

[EMAIL PROTECTED] Building Apache 2.2

2006-02-15 Thread Ian Shafer
Hello, I'm trying to build Apache 2.2 to resemble as closely as possible a version of 2.0.55 that I have access to. There is a build/config.nice file that I'm assuming can be used for this purpose. Is this a correct assumption? Is there anything else I need to look at? Here's the contents of th

[EMAIL PROTECTED] wildcard in proxypass logic

2006-02-15 Thread Steven Wagner
Hello, I'm new to this list and apologize if my protocol is incorrect. I'm trying to set up proxy using wildcards. The apache is being used as a front end security layer to a pool of tomcat servers. The idea is to provide a means to route different product server requests to different tomca

Re: [EMAIL PROTECTED] Odd interaction between mod_rewrite and mod_cgi

2006-02-15 Thread Sean Conner
It was thus said that the Great Nick Kew once stated: > > On Wednesday 15 February 2006 22:07, Sean Conner wrote: > > > Oh wow ... I'll have to try that. Is it also available in Apache 1.3? > > (just on the off chance that you might know ... ) > > Of course. It's in every version of Apache.

Re: [EMAIL PROTECTED] Apache 2.2 seems to have problems with CIFS mounted filesystems

2006-02-15 Thread Joe Orton
On Wed, Feb 15, 2006 at 09:49:52AM -0800, Tim Garton wrote: > Ok, I took Joe's advice. You can find the strace at: > http://staff.hightechhigh.org/~tgarton/httpd.strace.gz > > The other info you asked for is: > Linux distro - Slackware 10.1 > CPU arch - x86(Pentium III) > glibc version - 2.3.2 T

[EMAIL PROTECTED] without any tweaks imagemap works under 2.x

2006-02-15 Thread Farid Hamjavar
apache 2.x under redhat linux greetings; we're migrating to apache 2.x (from 1.3.x) and I constructed a case to test 'imagemap' functionality and testing both env. in new env. we do not even have the binary imagemap in cgi-bin. the imagemap functionality works fine under both old (1.3.x)

Re: [EMAIL PROTECTED] make install error with apache 2.2.0 and Solaris

2006-02-15 Thread Richard de Vries
Why don't you grab a pre-compiled package from http://www.sunfreeware.com R --- Jeff Long <[EMAIL PROTECTED]> wrote: > Sorry for the poorly formatted followup here, I just > joined the list. > > Anyway, I'm using Solaris 8, using /usr/ccs/bin/make > and I get the same > errors regarding sed.

Re: [EMAIL PROTECTED] Odd interaction between mod_rewrite and mod_cgi

2006-02-15 Thread Nick Kew
On Wednesday 15 February 2006 22:07, Sean Conner wrote: > Oh wow ... I'll have to try that. Is it also available in Apache 1.3? > (just on the off chance that you might know ... ) Of course. It's in every version of Apache. More importantly, it's part of the CGI spec. That's something you sh

Re: [EMAIL PROTECTED] Odd interaction between mod_rewrite and mod_cgi

2006-02-15 Thread Sean Conner
It was thus said that the Great Joshua Slive once stated: > > On 2/15/06, Sean Conner <[EMAIL PROTECTED]> wrote: > > It was thus said that the Great Joshua Slive once stated: > > > > > > In general, there are not many people insterested in nph scripts > > > anymore, so I'd guess that little testin

Re: [EMAIL PROTECTED] Odd interaction between mod_rewrite and mod_cgi

2006-02-15 Thread Joshua Slive
On 2/15/06, Sean Conner <[EMAIL PROTECTED]> wrote: > It was thus said that the Great Joshua Slive once stated: > > > > In general, there are not many people insterested in nph scripts > > anymore, so I'd guess that little testing or debugging is done on > > them. They aren't useful for very much.

RE: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Oliver.Schaudt
You can put RewriteCond/RewriteRule inside server config, virtual host, directory, .htaccess see http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewritecond You don't need the DirectoryMatch because the same thing makes RewriteCond for you. REQUEST_URI is the part after host:port e.g "w

Re: [EMAIL PROTECTED] Odd interaction between mod_rewrite and mod_cgi

2006-02-15 Thread Sean Conner
It was thus said that the Great Joshua Slive once stated: > > In general, there are not many people insterested in nph scripts > anymore, so I'd guess that little testing or debugging is done on > them. They aren't useful for very much. Be that as it may, but is there some other way for a CGI

Re: [EMAIL PROTECTED] Apache 2.2 on OS X 10.4

2006-02-15 Thread William A. Rowe, Jr.
If it's crashing, can you give us the gdb backtrace of the offending (failed) thread? One gentle pointer, you need to use a unix filesystem rather than the Mac filesystem to ensure case sensitivity, or be extremely careful securing resources. An update to APR in the next month and to httpd over

[EMAIL PROTECTED] Apache 2.2 on OS X 10.4

2006-02-15 Thread Ian Shafer
I'm working on getting Apache 2.2 set up on Mac OS X 10.4. The main job of apache will be to pass request to Tomcat 5.5 using mod_proxy_ajp. I know it works because I've built it and got it running. But I've been having some problems because it's crashing under heavy load (1000 concurrent clients m

Re: [EMAIL PROTECTED] make install error with apache 2.2.0 and Solaris

2006-02-15 Thread Jeff Long
Sorry for the poorly formatted followup here, I just joined the list. Anyway, I'm using Solaris 8, using /usr/ccs/bin/make and I get the same errors regarding sed. From the output it appears to be using the libtool shipped with 2.2.0 (as I do not have libtool installed on the system) so am I

Re: [EMAIL PROTECTED] Apache 2.2 seems to have problems with CIFS mounted filesystems

2006-02-15 Thread Tim Garton
Ok, I took Joe's advice. You can find the strace at: http://staff.hightechhigh.org/~tgarton/httpd.strace.gz The other info you asked for is: Linux distro - Slackware 10.1 CPU arch - x86(Pentium III) glibc version - 2.3.2 Tim Joe Orton wrote: On Tue, Feb 14, 2006 at 01:43:12PM -0800, Tim Gar

Re: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Uk1ah Sm1th
On Wed, Feb 15, 2006 at 05:38:05PM +0100, [EMAIL PROTECTED] wrote: > >Right now they return 403 forbiden > In your first post you talked of a HTTP_FORBIDDEN (403) not from a HTTP_OK > (200) Sorry about the confusion. I currently have the .svn directorys set as forbidden. > > With > ErrorDocum

Re: [EMAIL PROTECTED] Odd interaction between mod_rewrite and mod_cgi

2006-02-15 Thread Joshua Slive
On 2/14/06, Sean Conner <[EMAIL PROTECTED]> wrote: > > About eight months ago I wrote about this problem. Today I had some spare > time to test it again, this time with Apache 2.0.55 and it *still* persists. > > First, the original email: > > > I have a few CGI scripts, written in C (legacy

Re: [EMAIL PROTECTED] PHP and Cold Fusion on Apache (Linux)

2006-02-15 Thread Joshua Slive
On 2/15/06, Muhammad Rizwan <[EMAIL PROTECTED]> wrote: > Hello > > I want to run PHP and cold fusion pages my Apache web server. How can i > configure these with my apache. > Plz. reply me if you know any thing about. Well, start by going to the PHP website, download PHP, and follow its installati

Re: [EMAIL PROTECTED] "java.lang.OutOfMemoryException : Java heap space" for download due to ExtensionsFilter

2006-02-15 Thread Joshua Slive
On 2/15/06, Dattaprasad Kamat <[EMAIL PROTECTED]> wrote: > Hi All, > > I need help ... > > > I'm using the Tomahawk library in our project. In web.xml I have an entry > as follows ..., > > >MyFacesExtensionsFilter Sounds liek you found the wrong mailing list. We

Re: [EMAIL PROTECTED] Apache + mod_parser

2006-02-15 Thread Joshua Slive
On 2/15/06, liksx <[EMAIL PROTECTED]> wrote: > Hello! > > > > I have "parser3" - web programming language. When I use it as Action all > right, but there is a trouble when I compile it as module mod_parser3: I > couldn't get access to the ENV variables such as PATH_INFO (current URI). How > can

AW: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Oliver.Schaudt
>Right now they return 403 forbiden In your first post you talked of a HTTP_FORBIDDEN (403) not from a HTTP_OK (200) With ErrorDocument 403 404.html you send each user which gets a HTTP_FORBIDDEN (403) your HTTP_NOT_FOUND page > I am looking for a way to change a http response from 200 to 404 T

Re: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Joshua Slive
On 2/15/06, Uk1ah Sm1th <[EMAIL PROTECTED]> wrote: > I want to know if it is possible to force a 404 error even when a file > or directory exist. I manage my website using svn. I pull a working copy > into my htdocs directory. This also creates .svn directorys with svn > meta data. Right now they r

Re: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Uk1ah Sm1th
On Wed, Feb 15, 2006 at 04:54:51PM +0100, [EMAIL PROTECTED] wrote: > ErrorDocument 403 /path/to/errorfile/404.html > see > http://httpd.apache.org/docs/2.0/custom-error.html > > bye I am not looking for how to make custom error pages. I am looking for a way to change a http response from 200 t

[EMAIL PROTECTED] Apache + mod_parser

2006-02-15 Thread liksx
Hello! I have "parser3" - web programming language. When I use it as Action all right, but there is a trouble when I compile it as module mod_parser3: I couldn't get access to the ENV variables such as PATH_INFO (current URI). How can I fix this problem? Thank you. -- WBR, Andrew

[EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-15 Thread Oliver.Schaudt
Should I post a bug report? Than Do it -Ursprüngliche Nachricht- Von: Kresimir Peharda [mailto:[EMAIL PROTECTED] Gesendet: Di 14.02.2006 21:04 An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect?

AW: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Oliver.Schaudt
ErrorDocument 403 /path/to/errorfile/404.html see http://httpd.apache.org/docs/2.0/custom-error.html bye Oliver Schaudt -Ursprüngliche Nachricht- Von: Uk1ah Sm1th [mailto:[EMAIL PROTECTED] Gesendet: Mi 15.02.2006 16:29 An: users@httpd.apache.org Betreff: [EMAIL PROTECTED] force 404 err

[EMAIL PROTECTED] force 404 error

2006-02-15 Thread Uk1ah Sm1th
I want to know if it is possible to force a 404 error even when a file or directory exist. I manage my website using svn. I pull a working copy into my htdocs directory. This also creates .svn directorys with svn meta data. Right now they return 403 forbiden. However I would like it if they could r

Re: [EMAIL PROTECTED] Installation / Permissions Problem Apache 1.3.31 with Mod_SSL

2006-02-15 Thread dpgirago
> I'm trying to set up Apache 1.3.31 with Mod_SSL on a win 2003 server. I was > given a local administrator user account to do the install. However when I > try to install apache as a service from the command line, I get 'cannot > find file' errors related to 2 LoadModule directives (Mod_SSL.so an

RE: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread Jan van den Berg
I solved it by printing my own http headers with my script. Basically this means just adding this first to the output: print "HTTP/1.1 200 OK" -Oorspronkelijk bericht- Van: André Malo [mailto:[EMAIL PROTECTED] Verzonden: woensdag 15 februari 2006 13:59 Aan: users@httpd.apache.org Onderwe

Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] Re: Apache 2 on Suse 9.1 Reverse Proxy not working

2006-02-15 Thread alex . lei
Actually, after the URL gets rewritten to: http://lucas.delexian.com/welcome/index.jsp I added '/ocs' to where it's suppose to be in the URL, like so: http://lucas.delexian.com/ocs/welcome/index.jsp The above link allows me to see the page I want. My thinking is that from the starting URL

[EMAIL PROTECTED] "java.lang.OutOfMemoryException : Java heap space" for download due to ExtensionsFilter

2006-02-15 Thread Dattaprasad Kamat
Hi All,   I need help ...   I'm using the Tomahawk library in our project. In web.xml I have an entry as follows ...,      MyFacesExtensionsFilter    org.apache.myfaces.component.html.util.ExtensionsFilter   MyFacesExtensionsFilter

AW: [EMAIL PROTECTED] Apache performance

2006-02-15 Thread Oliver.Schaudt
Perhaps this http://www.cohprog.com/mod_bandwidth.html bye OLiver -Ursprüngliche Nachricht- Von: Bob Bo [mailto:[EMAIL PROTECTED] Gesendet: Mi 15.02.2006 13:29 An: users@httpd.apache.org Betreff: [EMAIL PROTECTED] Apache performance Hello all, I have a small project of distributing a si

[EMAIL PROTECTED] RE [EMAIL PROTECTED] Re: Apache 2 on Suse 9.1 Reverse Proxy not working

2006-02-15 Thread Oliver.Schaudt
> 2. Server responds with rewrite of URL: > http://lucas.delexian.com/welcome/index.jsp The server is making a reversproxy for the locations /ocs but not for /welcome So i think you need ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / /welcome/ ProxyHTMLURLMap /welcome /welcome

Re: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread André Malo
* "Jan van den Berg" <[EMAIL PROTECTED]> wrote: > Great! > So that is the answer. Is there also a solution; disabling this function ie > or going around it? You can't disable it but you could use mod_rewrite to point the URL to a script with another name. nd ---

[EMAIL PROTECTED] Apache performance

2006-02-15 Thread Bob Bo
Hello all, I have a small project of distributing a single 30M file to 10.000 Users. I build up a small php site that will gather user registration information and generate a link to that file. Then users will be able to download the file. I was wondering if some of you could help me out with

RE: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread Jan van den Berg
Great! So that is the answer. Is there also a solution; disabling this function ie or going around it? Thanks, Jan -Oorspronkelijk bericht- Van: André Malo [mailto:[EMAIL PROTECTED] Verzonden: woensdag 15 februari 2006 12:12 Aan: users@httpd.apache.org Onderwerp: Re: [EMAIL PROTECTED

Re: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread Muhammad Rizwan
I want to run PHP and coldfusion pages on few sites hosted on my Apache web server. How can i configure this, that only few sites should run these pages while others should deny for it from the same web server. Plz. reply me if you know any thing about. Thanks, On Wed, 2006-02-15 at 11:11, André

Re: [EMAIL PROTECTED] Apache 2.2 seems to have problems with CIFS mounted filesystems

2006-02-15 Thread Joe Orton
On Tue, Feb 14, 2006 at 01:43:12PM -0800, Tim Garton wrote: > Has anyone else run into anything like this? Just upgraded to Apache > 2.2.0 on a linux box running 2.6.10 kernel. This machine mounts some > windows shares via CIFS (eg. mount -t cifs //windowsfs/share > /local/mount/point) For so

Re: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread André Malo
* "Jan van den Berg" <[EMAIL PROTECTED]> wrote: > www.site.com/cgi-bin/nph?width=5&link=http://www.hitsite.com > > This runs perfectly. However when I rename the program from 'nph' -> > 'nph-hits' (same UID/GID and system rights) and I run it my browser asks > what to do with the file ("octet-str

[EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread Jan van den Berg
I have a very strange problem. I have written a cgi script that has an image file (counter) as output. I run it like this: www.site.com/cgi-bin/nph?width=5&link=http://www.hitsite.com This runs perfectly. However when I rename the program from 'nph' -> 'nph-hits' (same UID/GID and system rights)

Re: [EMAIL PROTECTED] Apache 2.2 seems to have problems with CIFS mounted filesystems

2006-02-15 Thread Jacqui Caren
Tim Garton wrote: but it makes it extremely easy for all our users to develop websites without having to explain to them how to ftp or sftp data to the webserver. This may be obvious but here goes :-) I make web space available on the linux box and use samba to share this space with the win