[users@httpd] WebDAV sort of works

2013-08-09 Thread LuKreme
I have the following structure in /etc/httpd/extras/httpd-vhost.conf (apache 2.4) ServerName webdav.example.com DocumentRoot /usr/local/www/ DavLockDB /tmp/DavLock.rotdav DAV On AuthType digest AuthName Root AuthUserFile /usr/local/www/.htdigestpass Options All F

Re: [users@httpd] RE: EXT :Re: [users@httpd] RE: EXT :Re: [users@httpd] apache 2.2.25 and svn commit

2013-08-09 Thread Ben Reser
On Thu, Aug 1, 2013 at 7:22 PM, Ben Reser wrote: > On Thu, Aug 1, 2013 at 7:04 PM, Brennan, Edward C (HII-Ingalls) > wrote: >> Thanks, Ben. So based on your response, I still don't know what caused the >> error. I introduced apache 2.2.25 into my environment, and I get the error >> (which is

Re: [users@httpd] "AuthUserFIle not specified error" with FastCGI authorizer via mod_fcgid

2013-08-09 Thread zstrebly
> > > > > > > -- > Born in Roswell... married an alien... > http://emptyhammock.com/ Thanks there was a problem with the config file. I found that and fixed it. The code had some major problems, which I had fixed before I got your email but it was hard to know which was wrong. I'm new to fc

Re: [users@httpd] Query regarding performance-differences, in using a "servlet" VS "PHP module"

2013-08-09 Thread Eric Covener
On Fri, Aug 9, 2013 at 1:09 PM, Ajay Garg wrote: > > > > On Fri, Aug 9, 2013 at 10:32 PM, Ajay Garg wrote: >> >> Thanks Eric for the reply. >> >> So, is it possible to run PHP in Apache, with each client-request being >> serviced in a different thread (and not a new-process-per-new-request)? >> B

Re: [users@httpd] Query regarding performance-differences, in using a "servlet" VS "PHP module"

2013-08-09 Thread Ajay Garg
On Fri, Aug 9, 2013 at 10:32 PM, Ajay Garg wrote: > Thanks Eric for the reply. > > So, is it possible to run PHP in Apache, with each client-request being > serviced in a different thread (and not a new-process-per-new-request)? > Because, it is a well known fact that a process is a much-higher >

Re: [users@httpd] I Know I Should Be on PHP List, But...

2013-08-09 Thread John Smith
Well, it appears my mistake was once upon a time I installed this distro of Apache that was a 3rd party 64-bit version, so you get what you pay for ;) Uninstall, install the official distro and viola! Thanks! John

Re: [users@httpd] Query regarding performance-differences, in using a "servlet" VS "PHP module"

2013-08-09 Thread Ajay Garg
Thanks Eric for the reply. So, is it possible to run PHP in Apache, with each client-request being serviced in a different thread (and not a new-process-per-new-request)? Because, it is a well known fact that a process is a much-higher entity than a thread. If not, Apache-Tomcat looks to be clear

Re: [users@httpd] Query regarding performance-differences, in using a "servlet" VS "PHP module"

2013-08-09 Thread Eric Covener
On Fri, Aug 9, 2013 at 11:57 AM, Ajay Garg wrote: > Hi all. > > I was just doing some rudimentary research on what would be the best > solution to implement server-side operations of our webapp. > The "servlet" and "PHP" seem two widely used solutions. > > > However, there is one important thing t

[users@httpd] Query regarding performance-differences, in using a "servlet" VS "PHP module"

2013-08-09 Thread Ajay Garg
Hi all. I was just doing some rudimentary research on what would be the best solution to implement server-side operations of our webapp. The "servlet" and "PHP" seem two widely used solutions. However, there is one important thing that struck me. Looking at http://www.tutorialspoint.com/servlet

Re: [users@httpd] I Know I Should Be on PHP List, But...

2013-08-09 Thread Yehuda Katz
First: Please get rid of Apache 2.0. Apache httpd 2.0.65 Released and Retired 2013-07-09 The Apache HTTP Server Project has ended legacy development of the 2.0 legacy branch, and announces the conclusive, historical release of version 2.0.65

[users@httpd] I Know I Should Be on PHP List, But...

2013-08-09 Thread John Smith
I'm afraid I can't get subscribed :( Maybe a bug on their end. Very small amount of traffic, apparently, too. At any rate, I hope you all can help. Apparently the following is a common problem with getting Apache to execute PHP scripts (so maybe it's the right forum after all). I installed the

[users@httpd] Setup both Forward and Reverse Proxy at the same time in apache

2013-08-09 Thread Wyatt Wong
Can I setup both Forward and Reverse Proxy at the same time in apache ? If so, any references or guidlines ?   Best Regards, Wyatt Wong