Re: [EMAIL PROTECTED] Apache issue with NFS mount

2007-01-04 Thread Yvo van Doorn
What an immature response, what are you doing here exactly jeffery? then again your ISP is peoplepc... so much for credibility. To answer the question, have you done something like this in your Apache configuration: Options +Indexes What does the log (error_log) say about the 403. Last but no

[EMAIL PROTECTED] PHP configuration error

2007-01-04 Thread Jay Chandler
Howdy. Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from ports)-- trying to get it to render .php pages correctly, but instead it insists on trying to save the files instead. I've added the following lines to httpd.conf: LoadModule php5_module libexec/apache22/libphp5.so

Re: [EMAIL PROTECTED] Apache issue with NFS mount

2007-01-04 Thread jeffery bayliss
Because Apache sucks. -Original Message- >From: Jonathan Cleaver <[EMAIL PROTECTED]> >Sent: Jan 3, 2007 4:26 AM >To: users@httpd.apache.org >Subject: [EMAIL PROTECTED] Apache issue with NFS mount > >Hi there, > >I have an Apache instance (2.0.52) running on RHEL4 built for x86_64. >This

[EMAIL PROTECTED] Apache+mod_jk+Tomcat+mod_rewrite+cookie

2007-01-04 Thread DEVAL SHAH
Hello, I notice that because of url rewriting my cookie is not being passed to Tomcat. This is what I am doing: I have an HTML page where I set my cookie - username. Now If I call the servlet directly then cookie gets passed e.g. /MyApp/MyServlet it works well. But I have added a redirection a

Re: [EMAIL PROTECTED] Set ENV path

2007-01-04 Thread Kyle Quillen
On Thu, 2007-01-04 at 15:02 -0800, Sander Temme wrote: > On Jan 4, 2007, at 2:45 PM, Kyle Quillen wrote: > > > Hello all, > > > > I have a standard Apache install with php and mysql support. > > Everything > > is working great except ghostscript. I have narrowed down to the fact > > that I nee

Re: [EMAIL PROTECTED] Set ENV path

2007-01-04 Thread Sander Temme
On Jan 4, 2007, at 2:45 PM, Kyle Quillen wrote: Hello all, I have a standard Apache install with php and mysql support. Everything is working great except ghostscript. I have narrowed down to the fact that I need to set the path to ghostscript in an apache config file. Do you mean the g

Re: [EMAIL PROTECTED] Set ENV path

2007-01-04 Thread Polonkai Gergely
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In that case I think you should set the PATH variable. As far as I remember, it should be done like this: setenv("PATH", getenv("PATH").PATH_SEPARATOR."/dir/where/gs/resides"); However, this question is a bit off-topic I think, as it is not related

Re: [EMAIL PROTECTED] Set ENV path

2007-01-04 Thread Kyle Quillen
What i am seeing is this in the error_log of apache however it works fine from the command line. [Thu Jan 04 17:41:54 2007] [notice] Apache/2.0.52 (CentOS) configured -- resuming normal operationssh: gs: command not found convert: Postscript delegate failed `ocrs/Court Cases_1/ENV1/ENV1/ne

Re: [EMAIL PROTECTED] Set ENV path

2007-01-04 Thread Polonkai Gergely
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think that, if you use gs only once, to write the whole path of the binary in the php script. E.g passthru("/usr/bin/gs with parameters if needed"); If gs is used more than once, you should create a variable, e.g $gs, and call passthru("$gs with para

[EMAIL PROTECTED] Set ENV path

2007-01-04 Thread Kyle Quillen
Hello all, I have a standard Apache install with php and mysql support. Everything is working great except ghostscript. I have narrowed down to the fact that I need to set the path to ghostscript in an apache config file. i am not really sure where to do this can anyone help me out. This is se

Re: [EMAIL PROTECTED] Building Static Apache on AIX 5.2 with GCC

2007-01-04 Thread Eric Covener
On 1/4/07, Justin Johnson <[EMAIL PROTECTED]> wrote: I tried adding those options but still get the same error; "could not find an LDAP library". > I don't know why you're not finding ldap. Do you have a library of > the name libldap.a (or whatever suffix AIX uses, I forget) in that / > svn/lib

[EMAIL PROTECTED] Ghost Script Problem

2007-01-04 Thread Kyle Quillen
Hello all, I am having a small config issue. I have a php application that is trying to call ghost script but it only ever returns a blank page. in my error_log for httpd I see "sh gs: command not found" Can anyone help me out with this? Much thanks Q -

[EMAIL PROTECTED] mod_proxy on 1.3.33 error

2007-01-04 Thread Hugh Williams
Hi; I'm trying to get my Apache 1.3.33 installation to do reverse proxying. The error message that keeps appearing is familiar: [Thu Jan 4 10:13:31 2007] [warn] [client 141.121.49.4] proxy: No protocol handler was valid for the URL /org/proxtest/. If you are using a DSO version of mod_proxy, m

[EMAIL PROTECTED] mod_rewrite subdomains and subdirectories

2007-01-04 Thread Charles Palmer
Greetings: I am currently attempting to get the following set up: User goes to foo.bar.com Server is set up for www.bar.com and *.bar.com mod-rewrite is enabled rewrite rules accept foo.bar.com and opens a sub-directory under / home/bar.com/htdocs named foo User sees http://foo.bar.com and is s

Re: [EMAIL PROTECTED] mod_isapi

2007-01-04 Thread William A. Rowe, Jr.
If anyone else has a chance to vet this, there aren't alot of httpd devs with Win32 setups, never mind installed test ISAPI apps. Prompt feedback is desired so this fix can make it into 2.2.4. Thanks! Bill Nathan Kellogg wrote: > This resolved the issues we were having , thanks very much! > >

Re: [EMAIL PROTECTED] Building Static Apache on AIX 5.2 with GCC

2007-01-04 Thread Justin Johnson
Try adding --enable-shared=no and --enable-static=yes to your httpd configure line. As you can see when you trawl the configure output, APR is still built with shared libraries. Also, you'll want httpd itself to be statically linked against the gcc stuff. Enabling a module as static only applie

Re: [EMAIL PROTECTED] mod_isapi

2007-01-04 Thread Nathan Kellogg
This resolved the issues we were having , thanks very much! At 08:08 PM 1/3/2007, you wrote: Nathan Kellogg wrote: > Happy new year! And happy new year to all mod_isapi users. > We have been stuck in mid migration for a couple months now and are in > need of some help. I understand from WRO

[EMAIL PROTECTED] Zero size documents in from clearcase virtual directory

2007-01-04 Thread Amity, Ronen
Hi All, I am in need of some help: I have copmiled the latest version 2.2.3 on RedHat AS3 (64bit) setting the Root Directory to local disk works, and i can see files. when trying to set it to a clearcase view : /view/xxx/vobs/yyy I can see the directories but when trying to save any ele

[EMAIL PROTECTED] mod_cache in front of a proxy-balancer backend questions

2007-01-04 Thread Paul
I'm trying to get a mod_disk_cache setup to proxy the content generated by a proxy-balanced backend but am running into some problems. Here is a snip of the .conf CONF IfModule mod_cache.c> UseCanonicalName On CacheRoot /pagecache CacheEnable disk / CacheDi

Re: [EMAIL PROTECTED] ClearDirectoryIndex

2007-01-04 Thread Matus UHLAR - fantomas
> On 12/21/06, Richard Lynch <[EMAIL PROTECTED]> wrote: > > >There was a proposal for: > >DirectoryIndex OFF > >to be interpreted as this. > > > >And, actually, I guess it works since I shouldn't be able to screw up > >badly enough to have a filename named "OFF" in there, but... > > > >I'd rather

RE: [EMAIL PROTECTED] re-writing URI's

2007-01-04 Thread Foster, Stephen \(ASPIRE\)
Hi there, Does anybody have any ideas about the issues i am seeing below. cheers Steve -Original Message- From: Foster, Stephen (ASPIRE) Sent: 22 December 2006 09:03 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] re-writing URI's Hi there, i've tried that and had no joy,