Re: [EMAIL PROTECTED] what is the minimod modules list for apache to load on SunOs

2006-03-24 Thread Meir Yanovich
Ok Thanks allot for the fast reply , about mudols i have this list ? LoadModule vhost_alias_module libexec/mod_vhost_alias.so LoadModule env_module libexec/mod_env.so LoadModule config_log_module libexec/mod_log_config.so LoadModule mime_magic_module libexec/mod_mime_magic.so LoadModule

[EMAIL PROTECTED] DSO Support

2006-03-24 Thread Kaushal Shriyan
Hi I want to build apache_1.3.34 for DSO support so while configuring I mean ./configure whats the option for DSO Support ./configure Thanks Regards Kaushal - The official User-To-User support forum of the Apache HTTP

RE: [EMAIL PROTECTED] FW: apache for windows child respawn behaviour

2006-03-24 Thread Thompson, Neil
Hi Are you sure the problem is not with Rotatelogs? I have just had this problem with cronolog which works the same way and uses up every thread until it dies. More info here: http://www.integrityweb.com/news/integritywebcom_WindowsandRotatelogsexe.htm Hope that helps. It solved our exact

RE: [EMAIL PROTECTED] DSO Support

2006-03-24 Thread Thompson, Neil
How do I run Apache-SSL as a shareable (DSO) module? First, configure the shared module support in the source tree: ./configure --enable-shared=apache_ssl then enable the module in your httpd.conf: LoadModule apache_ssl_module modules/libssl.so Neil -Original Message- From:

[EMAIL PROTECTED] You don't have permission to access / on this server.

2006-03-24 Thread Peter de Groot
Sorry guys yet another one of these. from a newbie Forbidden You don't have permission to access / on this server. Apache-AdvancedExtranetServer/2.0.53 (Mandriva Linux/PREFORK-9.2.102mdk) mod_auth_external/2.2.9 mod_ssl/2.0.53 OpenSSL/0.9.7e DAV/2 PHP/4.3.10 proxy_html/2.4

RE: [EMAIL PROTECTED] $HTTPD -k $ARGV

2006-03-24 Thread Boyle Owen
-Original Message- From: Kaushal Shriyan [mailto:[EMAIL PROTECTED] Sent: Freitag, 24. März 2006 08:16 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] $HTTPD -k $ARGV Hi All I have added the below lines at the bottom of httpd.conf LoadModule vl_module

Re: [EMAIL PROTECTED] You don't have permission to access / on this server.

2006-03-24 Thread Roger
Why are you putting your website inside the mnt, because only root on your system has access to /mnt/. What is your Document root. if for instance your Document root is /usr/local/apache/html/htdocs/ I suggest that you create a link as follows ln -s / /usr/local/apache/html/htdocs then

[EMAIL PROTECTED] Global and virtual host log configuration

2006-03-24 Thread Terry Burton
Hi, I am running hundreds of virtual hosts on httpd server and each virtual host successfully writes its own access log file to an appropriate place. In addition to these virtual host logs, I would also like to generate a global access log to a pipe (for logging to MySQL). Adding an additional

RE: [EMAIL PROTECTED] You don't have permission to access / on this server.

2006-03-24 Thread Boyle Owen
-Original Message- From: Peter de Groot [mailto:[EMAIL PROTECTED] Sent: Freitag, 24. März 2006 10:24 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] You don't have permission to access / on this server. Sorry guys yet another one of these. from a newbie

[EMAIL PROTECTED] The logic behind URL rewriting

2006-03-24 Thread Sanjay Saha
Hi List,If anybody could tell here,the logic behind an _expression_ matching .I needed to tweak an apache _expression_ matching to suit my subdomain's url rewriting . VirtualHost * ServerName aaa.domain.com RedirectMatch (.*)\ .*$ https://www.domain.com/aaa$1 --x---This match is

RE: [EMAIL PROTECTED] $HTTPD -k $ARGV

2006-03-24 Thread Axel-Stéphane SMORGRAV
If that were the case, I do not think the apachectl execution would even have gotten as far as line 99. Furthermore I hardly think Illegal instruction is a shell script error. It may however very well be an error issued by the VlApache20_32 module. -ascs -Original Message- From: Boyle

RE: [EMAIL PROTECTED] The logic behind URL rewriting

2006-03-24 Thread Boyle Owen
-Original Message- From: Sanjay Saha [mailto:[EMAIL PROTECTED] Sent: Freitag, 24. März 2006 12:46 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] The logic behind URL rewriting Hi List, If anybody could tell here, the logic behind an expression matching .

[EMAIL PROTECTED] concurrent connections (httpd.conf) X PHP sessions are the same thing ?

2006-03-24 Thread Luiz Eduardo Gualti
Hello Please, concurrent connections (httpd.conf) are the same thing that simultaneous sessions activated by PHP ? Httpd.conf with 150 simultaneous conenections accetp only 150 simultaneous sessions ? Regards

RE: [EMAIL PROTECTED] concurrent connections (httpd.conf) X PHP sessions are the same thing ?

2006-03-24 Thread Axel-Stéphane SMORGRAV
Nope. It's 150 simultaneous TCP connections. -ascs -Original Message- From: Luiz Eduardo Gualti [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 2:01 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] concurrent connections (httpd.conf) X PHP sessions are the same thing ?

Re: [EMAIL PROTECTED] Re: [apachemlen] Re: [EMAIL PROTECTED] [Question]how to output to access log from original module?

2006-03-24 Thread Okamoto Toshiaki
Hi Joshua. I have one question about nameing rule for key of r-notes table. ex. ModuleNamae-XXX. Thanks. T.Okamoto On 2006/03/23 15:24, Okamoto Toshiaki wrote: Self following. On 2006/03/23 13:34, Okamoto Toshiaki wrote: Hi Joshua. Thank for your quick Response. On 2006/03/23 11:43, Joshua

RE: [EMAIL PROTECTED] You don't have permission to access / on this server.

2006-03-24 Thread Roger
I had written earlier, OK my advice was not the best i hadn't read fully. This is what you need to do. Apache is not finding the right directory index, by default it is index.html, so you do the llok for the index specification and then it should look something like this: IfModule dir_module

Re: [EMAIL PROTECTED] Re: [apachemlen] Re: [EMAIL PROTECTED] [Question]how to output to access log from original module?

2006-03-24 Thread Joshua Slive
On 3/24/06, Okamoto Toshiaki [EMAIL PROTECTED] wrote: Hi Joshua. I have one question about nameing rule for key of r-notes table. ex. ModuleNamae-XXX. There are no naming rules. Just try not to clache with anyone else. Joshua.

[EMAIL PROTECTED] Apache 2.0.55 as reverse proxy and SSL Session caching

2006-03-24 Thread Fictorie, H (kpn.com opr development)
Title: Apache 2.0.55 as reverse proxy and SSL Session caching Hi, I'm using Apache 2.0.55 (with OpenSSL 0.9.8a) as a reverse proxy to several remote HTTPS webservers with SSLProxyEngine On. Local clients use Apache as a HTTP webserver. The clients are making a new connection for each

[EMAIL PROTECTED] Httpd 2.2.0 on solaris 10 gives incorrect Message Authentication Code

2006-03-24 Thread Nico De Ranter
Hi, I'm setting up a webserver on Solaris 10 using httpd 2.2.0 with ssl encryption. When I try to connect using firefox 1.5.0.1 the certificate apparently is acceptable for the client but then I get a message saying: received a message with incorrect Message Authentication Code. if the error

Re: [EMAIL PROTECTED] Httpd 2.2.0 on solaris 10 gives incorrect Message Authentication Code

2006-03-24 Thread Markus Mayer
I had this problem in 2002. I solved it by going back to a previous version of openssl. Maybe that will work for you too now. Markus On Friday 24 March 2006 14:54, Nico De Ranter wrote: Hi, I'm setting up a webserver on Solaris 10 using httpd 2.2.0 with ssl encryption. When I try to

Re: [EMAIL PROTECTED] Httpd 2.2.0 on solaris 10 gives incorrect Message Authentication Code

2006-03-24 Thread Markus Mayer
And just one question since you are compiling on Solaris with Stuio 11 - have you been able to build a PHP which works? I'm trying with Studio 10/Solaris 10 on a V440 but am not having much success at the moment. Thanks Markus On Friday 24 March 2006 14:54, Nico De Ranter wrote: Hi, I'm

RE: [EMAIL PROTECTED] $HTTPD -k $ARGV

2006-03-24 Thread Boyle Owen
-Original Message- From: Axel-Stéphane SMORGRAV [mailto:[EMAIL PROTECTED] Sent: Freitag, 24. März 2006 13:09 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] $HTTPD -k $ARGV If that were the case, I do not think the apachectl execution would even have gotten as far as

[EMAIL PROTECTED] Apache 2.2.0 and SSL

2006-03-24 Thread Jason Gerfen
I am having some problems enabling SSL support in the latest stable Apache 2.2.0. According to the documentation I should just be able to add the configuration directive: SSLEngine on, to the httpd.conf for all vhosts etc. Am I missing something? When I run apachectl start the SSL enabled

RE: [EMAIL PROTECTED] Apache 2.2.0 and SSL

2006-03-24 Thread Boyle Owen
-Original Message- From: Jason Gerfen [mailto:[EMAIL PROTECTED] Sent: Freitag, 24. März 2006 16:55 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache 2.2.0 and SSL I am having some problems enabling SSL support in the latest stable Apache 2.2.0. According to the

Re: [EMAIL PROTECTED] Apache 2.2.0 and SSL

2006-03-24 Thread Jason Gerfen
Boyle Owen wrote: -Original Message- From: Jason Gerfen [mailto:[EMAIL PROTECTED] Sent: Freitag, 24. März 2006 16:55 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache 2.2.0 and SSL I am having some problems enabling SSL support in the latest stable Apache 2.2.0.

RE: [EMAIL PROTECTED] The logic behind URL rewriting

2006-03-24 Thread TAYLOR, TIM \(CONTRACTOR\)
Sanjay, I mean no disrespect, but I want you to know that I too have difficulty understanding = bbb.domain.com = https://www.bbb.domain.com/index.jsp = www.bbb.domain.com =domain.com/bbb I can't tell if these URL's are intended to be coming or going. I just want you know that I don't

[EMAIL PROTECTED] Apache 2.0.54 rotate logs problem

2006-03-24 Thread Ken Murach
Hi everyone, Was wondering if there is a work around solution to apache 2.0.54 and rotatelogs?? Currently having a problem trying to start up apache 2.0.54 with the rotatelogs function. This function does not retain the value of the LD_LIBRARY_PATH variable and when we try to start this

[EMAIL PROTECTED] Help needed

2006-03-24 Thread Marin Angulo, Osvaldo
Title: Help needed Hi there, I was wondering if somebody in this list can help me on figuring out what is happening with my configuration since I'm able to link to a .cgi file from my main page, but, if I try to browse a directory I can't. I opened permissions, I checked all the FAQs,

[EMAIL PROTECTED] problem opening a file

2006-03-24 Thread riccardo.roasio
Hi, i fave a php script that upload a file on my apache web server in the cgi-bin folder. No problem for this. After i run a cgi-script that must open this file, the problem is that the file isn't opened. If i create a file with the script and the next time i open it all is ok. But if i try

RES: [EMAIL PROTECTED] concurrent connections (httpd.conf) X PHP sessions are the same thing ?

2006-03-24 Thread Luiz Eduardo Gualti
Hello, Please, some thing like 150 connections on the server queue to be processed ? There is some sessions limit for PHP ? Server memory usage... ? Regards -Mensagem original- De: Axel-Stéphane SMORGRAV [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 24 de

[EMAIL PROTECTED] apache 2.0.54 rotatelogs compilation question

2006-03-24 Thread Ken Murach
Does anyone know if it's possible to configure apache 2.0.54 without having the rotatelogs function compiled in??? Thanks Kenny - The official User-To-User support forum of the Apache HTTP Server Project. See

[EMAIL PROTECTED] .htaccess will not accept password [dnk]

2006-03-24 Thread dnk
(Apache/1.3.34 Server) hi there For some reason when I specify a .htaccess file to restrict directory access, it will not accept my password... I have a fairly basic setup with the following: VHOST Directory /path/to/web AllowOverride All

[EMAIL PROTECTED] openldap on Apache 2.2

2006-03-24 Thread Paul Matthews
hi there, I've just upgraded to Fedora core 5 with apache 2.2 and I'm trying to get apache working with ldap, but with the upgrade the old httpd.conf file doesn't seam to work. I've added the following lines to my httpd.conf file Directory /var/www/html/openldap AuthType Basic AuthName Case

Re: [EMAIL PROTECTED] openldap on Apache 2.2

2006-03-24 Thread Joshua Slive
On 3/24/06, Paul Matthews [EMAIL PROTECTED] wrote: hi there, I've just upgraded to Fedora core 5 with apache 2.2 and I'm trying to get apache working with ldap, but with the upgrade the old httpd.conf file doesn't seam to work. I've added the following lines to my httpd.conf file

Re: [EMAIL PROTECTED] openldap on Apache 2.2

2006-03-24 Thread Paul Matthews
On 3/24/06, Paul Matthews [EMAIL PROTECTED] wrote: hi there, I've just upgraded to Fedora core 5 with apache 2.2 and I'm trying to get apache working with ldap, but with the upgrade the old httpd.conf file doesn't seam to work. I've added the following lines to my httpd.conf file