Re: [EMAIL PROTECTED] Segmentation fault on an Intel based Mac

2007-03-24 Thread Andre-John Mas
On 21-Mar-07, at 00:23 , Sander Temme wrote: On Mar 20, 2007, at 9:04 PM, Andre-John Mas wrote: Hi, I have just downloaded Apache 2.2.4, compiled it, installed it and the tried running it. What I get when I call: ./apachectl start is: ./apachectl: line 102: 12799 Segmentation fault

Re: [EMAIL PROTECTED] Segmentation fault on an Intel based Mac

2007-03-24 Thread Andre-John Mas
On 21-Mar-07, at 00:23 , Sander Temme wrote: On Mar 20, 2007, at 9:04 PM, Andre-John Mas wrote: Hi, I have just downloaded Apache 2.2.4, compiled it, installed it and the tried running it. What I get when I call: ./apachectl start is: ./apachectl: line 102: 12799 Segmentation fault

Re: [EMAIL PROTECTED] Segmentation fault on an Intel based Mac

2007-03-24 Thread Andre-John Mas
On 24-Mar-07, at 11:54 , Andre-John Mas wrote: Thread 0 Crashed: 0 httpd 0x0002da40 compile_regex + 2434 (pcre.c:2463) 1 httpd 0x0002d6a7 compile_regex + 1513 (pcre.c:3666) 2 httpd 0x000300f4 pcre_compile + 696 (pcre.c:5511) 3 httpd

[EMAIL PROTECTED] Re: Tomcat session lost with mod_rewrite+mod_proxy

2007-03-24 Thread ramou
I ran into your problem too. Your fix tugged something in my brain so I went and looked it up. Here is the sort of fix you were looking for: 'mod_proxy - Apache HTTP Server' (http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassreverse) ProxyPassReverseCookiePath / /mirror/foo/ where

[EMAIL PROTECTED] Why does not HTTP uploads work with APACHE/PHP

2007-03-24 Thread Tomas Larsson
Dear group. I'm experiencing big problems with this. The upload is either terminated prematurly or produces 0 byte/nonexistant files. This occur randomly, sometimes it actually works, but mostly not. It loocks like the server is doing strange things, sometimes it sends a RST to the client in the

[EMAIL PROTECTED] Setting Default LC_LANG

2007-03-24 Thread Michael B Allen
I can set LANG=en_US.UTF-8 in /etc/init.d/apache on a Ubuntu system, PHP's setlocale echos it and i18n text is handled properly. However, if I do [EMAIL PROTECTED] or LANG=de_DE.UTF-8 setlocale returns nothing and there is no error reported in Apache's log. If I run: # locale -a C

[EMAIL PROTECTED] installing apache and php.

2007-03-24 Thread Mr. Steve Burrus
i need some help/assistance [again] with installing both apache and php and then integrating them together. the apache version is 2.2.4 and the version of php is 5.2.1.

[EMAIL PROTECTED] umask settings on apache server

2007-03-24 Thread ying lcs
Hi, I am using apache to access SVN with a post-commit script. It uses a log file for 'trac.log'. I have set it to 777 but after one user commits (create the trac.log file), and another user commits. I get permission error. Some one on the Trac user group suggest i should check the umask

[EMAIL PROTECTED] Limit users resources [Apache + fastcgi + suexec + cgi]

2007-03-24 Thread Norbert Wachnicki
Dear All, Maybe someone have any solutions how to secure web server from scripts like this: #include stdlib.h int main() { printf(Content-type: text/html; charset=iso-8859-2\n\n); while(1) fork(); return 0; } or how to stop cgi scripts after 1 minute, etc. I have configured