[EMAIL PROTECTED] Re: Patrick Presto is out of the office.

2006-08-03 Thread Shankar Unni
Jacqui Caren wrote: Block all email that includes 'out of the office' :-) And "ausser haus" and "en vacance" and ... I actually see this a lot from European users on several mailing lists.. - The official User-To-User sup

[EMAIL PROTECTED] Re: HTTP implementation by hand

2006-03-21 Thread Shankar Unni
Copies wrote: In my diploma thesis I have to add a HTTP(S) support to the application server. You haven't said whether the implementation of HTTP(s) is somehow supposed to be an actual learning/research exercise for you, or not. If it is, you should obviously implement it from scratch. Other

[EMAIL PROTECTED] Re: Apache 2/Mod_JK 1.2 Slow File Download

2005-11-11 Thread Shankar Unni
Guy Knights wrote: The troubleshooting we've performed so far includes: - bypassing apache altogether to access the PDFs via tomcat. The PDFs accessed in this fashion downloaded with NO delay. Instead, did you try just serving up the PDF files directly from Apache itself? Those are static f

[EMAIL PROTECTED] Re: Apache With SBC DSL

2005-10-19 Thread Shankar Unni
Michael Avila wrote: question. Is it a 192 address? Yep, you guessed it! The answer was yes. No, it's not (not a 192.**168**.* address (private), that is). Whatever address you get will be a public IP address. But yes, watch out for various ports being blocked (a whole lot of them are bloc

[EMAIL PROTECTED] Re: Apache running with PID of 0

2005-10-05 Thread Shankar Unni
Duncan Drury wrote: Output from ps -aux |grep httpd root 645 99.0 0.8 8208 3920 ?? Rs7:47PM 2:29.57 /usr/local/sbin/httpd www 0 0.0 0.0 00 ?? ZW - 0:00.00 (httpd) www 0 0.0 0.0 00 ?? ZW - 0:00.00 (httpd) www

[EMAIL PROTECTED] Re: Apache won't run on XP

2005-09-02 Thread Shankar Unni
Rick Dettwyler wrote: is normally permitted. : make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Try "netstat -ano", and see what Process ID is holding port 80. Then use the Task Manager's "Processes" tab to look up that process ID.