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.
>
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
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
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
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
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
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
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
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:
> >>
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo