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
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
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
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
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
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.