[EMAIL PROTECTED] Re: apache Permission denied: exec

2007-04-06 Thread paul
Jana Nguyen schrieb: > Hi Paul, > >> > >> > [Wed Apr 04 20:47:58 2007] [error] [client 192.168.200.111] >> > (13)Permission denied: exec of >> > '/usr/local/openra/httpd/cgi-bin/ra/RAServer' failed > > Fedora enabled selinux with force mode as default, after making it > permissive I no longer get

[EMAIL PROTECTED] Help Optimize apache and PHP

2007-04-06 Thread Alejandro Decchi
Hello Can someone help me to optimize my server. I have a pentium III 800 mhz with 512 mhz ram I have installed apache,php.linxml2,rlib,Mysql and It is working very slowly. The cpu uses the 98% of cpu. The datababases is very litlle and by mysql console i try to do a query and it is very fastest

Re: [EMAIL PROTECTED] Re: apache Permission denied: exec

2007-04-06 Thread Jana Nguyen
Hi Paul, > > [Wed Apr 04 20:47:58 2007] [error] [client 192.168.200.111] > (13)Permission denied: exec of > '/usr/local/openra/httpd/cgi-bin/ra/RAServer' failed Fedora enabled selinux with force mode as default, after making it permissive I no longer get the "Permission denied" exec of. But m

Re: [EMAIL PROTECTED] Problems with Vista

2007-04-06 Thread Conor Kerr
Hi, This can be ignored now. Turns out the problem was with the latest version of MDB2 (a database abstraction layer for PHP, version 2.4.0). It wasn't the differences in operating systems/apache/mysql/php which caused my problems, but a simple difference in a PHP file which was more up to date o

[EMAIL PROTECTED] Log rotation without generating an archived one

2007-04-06 Thread Melanie Pfefer
Hi, access and error logs are growing on my apache server. rotatelogs can be used to rotate these logs however I don't want to create another file. I want to delete the old content (automatically). is there a way to empty the logs once they reach their max size? thanks. ___

Re: [EMAIL PROTECTED] apache threads

2007-04-06 Thread Matus UHLAR - fantomas
> On 4/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >Is there a way (a command!) to display apache threads while it is running. > >I'd like to know how many threads are only for SSL connections? > >I've no MaxThreads directive in my httpd.conf and neither in my ssl.conf. > >So I think the

[EMAIL PROTECTED] Re: apache Permission denied: exec

2007-04-06 Thread paul
Jana Nguyen schrieb: > Hi, > > I got an ssl error of permission denied to exec a file when I tried to > launch https://localhost/ra > or https:///ra > > The dir that apache is trying to access is owned my group=apache and > user=apache. > In the ssl_error_log: > > [Wed Apr 04 20:47:58 2007] [err

[EMAIL PROTECTED] Re: server cert CN not match server name

2007-04-06 Thread paul
Jana Nguyen schrieb: > Hi, > > I've tried to connect to connect to application via apache using https > on my local machine-> https://localhost/ra > > But I get the following error below, and not sure where this RSA > server cert comes from since I've never generated a rsa server cert: > > [Wed

[EMAIL PROTECTED] Re: ldap-attribute wildcard not working?

2007-04-06 Thread paul
Bruce DeYoung schrieb: [snip] > We have an attribute in our LDAP directory called "groupmembership". Due > to some issues in our back-end Notes/Domino database, values for > groupmembership are like "Employee 1", "Employee 2", "Employee 3", > etc.but each of these is essentially the same, i.

[EMAIL PROTECTED] ECDSA Certificate use in mod_ssl

2007-04-06 Thread Takurou Saitou
Hi, The use of CipherSuite of ECDSA is already enabled in OpenSSL, but will there be a plan to support in the future in mod_ssl? The following error occurred when I was going to use a certificate of ECDSA in mod_ssl of Apache2.2.4 for trial. (Error Log) ---