[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

[EMAIL PROTECTED] Apache + PHP as CGI?!

2007-03-12 Thread Norbert Wachnicki
Dear Subscribers, I am going to configure apache with PHP, but I need that scripts in users directory was run with users rights, I know that I can do this with suexec and CGI, but I DON'T want to add #/usr/pin/php line at the begining of each file. Maybe You have any suggestions how to do

Re: [EMAIL PROTECTED] Problem in using Apache

2007-03-12 Thread Norbert Wachnicki
maybe you should add Listen LAN_IP_ADRES in httpd.conf - Original Message - From: Asim Munawar To: users@httpd.apache.org Sent: Monday, March 12, 2007 1:43 PM Subject: [EMAIL PROTECTED] Problem in using Apache Dear All I am new to apache... I have actually

Re: [EMAIL PROTECTED] Slow Load Times on Server

2006-12-19 Thread Norbert Wachnicki
Usually DSL have asymetric connectivity, so You can download with speed 768, but upload for example 128kbits or even 64kbits, so When you cennecting with yours server from different location, then you can upload data with 768kbits and download only with 64kbits. - Original Message