Re: [EMAIL PROTECTED] Apache worker / PHP issue

2008-11-10 Thread Issac Goldstand
André Warnier wrote: > Savio Dias wrote: >> Hello, >> >> Is there anyone who can help resolve this issue ? >> > Hi. > What the Debian packager (through the apt-get program) and Eric are > telling you, is that the PHP5 package removes mpm-worker and replaces it > by mpm-prefork for a good reason. >

Re: [EMAIL PROTECTED] Apache worker / PHP issue

2008-11-10 Thread André Warnier
Savio Dias wrote: Hello, Is there anyone who can help resolve this issue ? Hi. What the Debian packager (through the apt-get program) and Eric are telling you, is that the PHP5 package removes mpm-worker and replaces it by mpm-prefork for a good reason. The good reason is probably that mpm-w

Re: [EMAIL PROTECTED] Apache worker / PHP issue

2008-11-10 Thread Savio Dias
Hello, Is there anyone who can help resolve this issue ? Thanks On Sun, Nov 9, 2008 at 1:48 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sat, Nov 8, 2008 at 2:00 PM, Savio Dias <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I am using Ubuntu 8.04. >> >> I have installed apache2 using apt-get, th

Re: [EMAIL PROTECTED] HTTPS connexion on the port 80

2008-11-10 Thread solprovider
1. SSL allows one certificate per port/IP Address. 2. Only one server (protocol) can run on each port/IP Address. You cannot use HTTP and HTTPS on the same port/IP Address. HTTP and HTTPS are distinct protocols. Imagine running SMTP and HTTP servers on the same port. That one server software in

Re: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread William A. Rowe, Jr.
Almost 100% sure you are messed up by trying to use a location where you mean to use a directory. A location is a url path - your users aren't coming in asking for http://yoursite/htdocs/ --- are they? Just forget that there is a directive. Stick with . Randall, Todd wrote: > It's not the rewr

[EMAIL PROTECTED] 2.2.9 overriding AuthBasicProvider ldap with .htaccess files

2008-11-10 Thread Admin
Hi all. I'm trying to convert an apache 2.0 config to 2.2 where the section in httpd.conf configures access via ldap, and an .htaccess file overrides that setting for a particular subdirectory of that space. Here's what I'm trying to use on apache 2.2.9 (ip addresses and paths changed to prot

Re: [EMAIL PROTECTED] Re: HTTPS connexion on the port 80

2008-11-10 Thread Eric Covener
On Mon, Nov 10, 2008 at 5:00 PM, David BERCOT <[EMAIL PROTECTED]> wrote: > Le Mon, 10 Nov 2008 15:55:17 -0500, > Dan Poirier <[EMAIL PROTECTED]> a écrit : >> David BERCOT <[EMAIL PROTECTED]> writes: >> > Le Mon, 10 Nov 2008 06:59:54 -0500, >> > "Eric Covener" <[EMAIL PROTECTED]> a écrit : >> >> On

Re: [EMAIL PROTECTED] Apache and writing to NFS

2008-11-10 Thread Justin Pasher
Frank Kimbell wrote: Hello, I am trying a script (PHP) that writes files to disk. Now, writing the files locally works file, if I have a write-to directory owned apache:apache. Files created are owned apache:apache by default. But, I want to try this: I have an NFS share that has a large amount

Re: [EMAIL PROTECTED] Re: HTTPS connexion on the port 80

2008-11-10 Thread David BERCOT
Le Mon, 10 Nov 2008 15:55:17 -0500, Dan Poirier <[EMAIL PROTECTED]> a écrit : > David BERCOT <[EMAIL PROTECTED]> writes: > > Le Mon, 10 Nov 2008 06:59:54 -0500, > > "Eric Covener" <[EMAIL PROTECTED]> a écrit : > >> On Mon, Nov 10, 2008 at 2:03 AM, David BERCOT <[EMAIL PROTECTED]> > >> wrote: > >>

Re: [EMAIL PROTECTED] unusual return (permanently migrated)

2008-11-10 Thread Krist van Besien
On Sun, Nov 9, 2008 at 1:24 PM, Mohan gupta <[EMAIL PROTECTED]> wrote: > thanks man for replying ... > actually the program is my one made > iam trying to make a web crawler so iam using unix socket api's > as i use > write(sockfd,"GEt url HTTP 1.1\r\nHost:\r\n\r\n",30); > and then read it > read(s

Re: [EMAIL PROTECTED] High CPU usage with MPM Worker/Event

2008-11-10 Thread Alexey Vlasov
Frankly speaking I don't know how many processes should be and how many I need. I want to learn - why is CPU worker usage so high? Constantly ~300-500 ESTAB connections. My server-status you have seen. The number of processes is ~20-25. On other server I have tried to use the following settings:

[EMAIL PROTECTED] Re: HTTPS connexion on the port 80

2008-11-10 Thread Dan Poirier
David BERCOT <[EMAIL PROTECTED]> writes: > Le Mon, 10 Nov 2008 06:59:54 -0500, > "Eric Covener" <[EMAIL PROTECTED]> a écrit : >> On Mon, Nov 10, 2008 at 2:03 AM, David BERCOT <[EMAIL PROTECTED]> >> wrote: >> >> > Yes, but no ;-) >> > I want https traffic on port 80, nor 443 !!! >> >> You can't d

Re: [EMAIL PROTECTED] HTTPS connexion on the port 80

2008-11-10 Thread David BERCOT
Le Mon, 10 Nov 2008 06:59:54 -0500, "Eric Covener" <[EMAIL PROTECTED]> a écrit : > On Mon, Nov 10, 2008 at 2:03 AM, David BERCOT <[EMAIL PROTECTED]> > wrote: > > > Yes, but no ;-) > > I want https traffic on port 80, nor 443 !!! > > You can't do that, because the client needs to know whether to s

[EMAIL PROTECTED] Apache and writing to NFS

2008-11-10 Thread Frank Kimbell
Hello, I am trying a script (PHP) that writes files to disk. Now, writing the files locally works file, if I have a write-to directory owned apache:apache. Files created are owned apache:apache by default. But, I want to try this: I have an NFS share that has a large amount of space. I want the f

Re: [EMAIL PROTECTED] Running programs...

2008-11-10 Thread Frank Kimbell
Hi, could anyone point me to a log file or suexec or something? The standard apache error log shows nothing about my problem. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

Re: [EMAIL PROTECTED] 403 Error - Bugzilla CGI and Apace 2.2

2008-11-10 Thread Bill Ferrarini
Thanks for your reply Eric; I check the log and I had a message in there that said CGI was not on for this folder. Originally I had added a directory entry for the Bugzilla folder where the code is but I had a syntax error in it, I have fixed the error and restarted apache and now when I try to

RE: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Randall, Todd
Eric, Ok, I can do the pastebin thing, but I don't think we need to. New code tested is: ServerName yippidy.doodaa.com DocumentRoot "D:/oas10gR2/Apache/Apache/htdocs/testfororacle" DirectoryIndex index.htm ServerAdmin [EMAIL PROTECTED] Alias /htdocs D:/oas10gR2/Apache/Apache

RE: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Randall, Todd
It's not the rewrite I'm having the issue with. If I remove the locationmatch or location directives it rewrites perfectly fine. For whatever reason, I cannot get the locationmatch or location directives to "kick in" on a windows platform install. Any unix/linux platform install with the same ex

Re: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Eric Covener
On Mon, Nov 10, 2008 at 8:42 AM, Randall, Todd <[EMAIL PROTECTED]> wrote: > Ok, I added RewriteLog and RewriteLogLevel 9 and have a rewrite log now. > > When I hit that URL I get: > > (3) [per-dir /htdocs/] applying pattern '^/(.*)$' to uri > 'd:/oas10gr2/apache/apache/htdocs//testfororacle/index.h

Re: [EMAIL PROTECTED] 403 Error - Bugzilla CGI and Apace 2.2

2008-11-10 Thread Eric Covener
On Mon, Nov 10, 2008 at 8:44 AM, Bill Ferrarini <[EMAIL PROTECTED]> wrote: > Hi everyone; > > When I try to execute index.cgi I get a 403 error. I have gone through the > install docs several times making sure I covered everything and I have come > to the point where I just don't know where to go

[EMAIL PROTECTED] 403 Error - Bugzilla CGI and Apace 2.2

2008-11-10 Thread Bill Ferrarini
Hi everyone; Let me introduce myself, my name is Bill and I am new to this list. I have just taken a position where I will be responsible for all the CASE tools we use. I am currently reviewing different defect trackers and other software. I have installed Apache 2.2 on a Windows 2003 Server a

RE: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Randall, Todd
Ok, I added RewriteLog and RewriteLogLevel 9 and have a rewrite log now. When I hit that URL I get: (3) [per-dir /htdocs/] applying pattern '^/(.*)$' to uri 'd:/oas10gr2/apache/apache/htdocs//testfororacle/index.html' (1) [per-dir /htdocs/] pass through d:/oas10gr2/apache/apache/htdocs//testforor

Re: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Eric Covener
On Mon, Nov 10, 2008 at 8:14 AM, Randall, Todd <[EMAIL PROTECTED]> wrote: > Thanks Andre, > > I'm all for trying anything at this point, no matter how far of a long shot > it is. > > Here was my latest test: > > >ServerName yippidy.doodaa.com >DocumentRoot "D:/oas10gR2/Apache/Apache/htdoc

RE: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Randall, Todd
Thanks Andre, I'm all for trying anything at this point, no matter how far of a long shot it is. Here was my latest test: ServerName yippidy.doodaa.com DocumentRoot "D:/oas10gR2/Apache/Apache/htdocs/testfororacle" DirectoryIndex index.htm Alias /htdocs D:/oas10gR2/Apache/Apache

Re: [EMAIL PROTECTED] HTTPS connexion on the port 80

2008-11-10 Thread Eric Covener
On Mon, Nov 10, 2008 at 2:03 AM, David BERCOT <[EMAIL PROTECTED]> wrote: > Yes, but no ;-) > I want https traffic on port 80, nor 443 !!! > You can't do that, because the client needs to know whether to speak http or https as soon as they send any data, and apache won't just try to interpret it e