Re: [EMAIL PROTECTED] Aliased interface -- bind failed, address in use

2005-08-03 Thread Stephen Carville
This could also mean that apache is not shutting down competely before restarting. Try # service httpd stop # ps -ef | grep httpd (until no processes are seen) # service httpd start -- Stephen Carville <[EMAIL PROTECTED]> Unix and Network Admin Nationwide Totalflood 6033 W. Centur

Re: [EMAIL PROTECTED] JSP pages and Apache 2

2005-08-03 Thread Stephen Carville
John Hicks wrote: Stephen Carville wrote: During a migration from Apache 1 to Apache 2 I found a problem with DirectoryIndex in VirtualHosts I have several Virtual Hosts defined with a DirectoryIndex: ServerName www.nationwide-totalflood.com DocumentRoot/var/jakarta/dpsi

[EMAIL PROTECTED] JSP pages and Apache 2

2005-08-03 Thread Stephen Carville
should behave so differently from Apache 1. -- Stephen Carville <[EMAIL PROTECTED]> Unix and Network Admin Nationwide Totalflood 6033 W. Century Blvd Los Angeles, CA 90045 310-342-3602 - The official User-To-User support forum

[users@httpd] POSTing to non-executable file

2005-06-13 Thread Stephen Carville
apache 2.0.52 but fails on 1.3.20 with an error 405: The requested method POST is not allowed for the URL /pdf/temp/16557996.pdf. Whatever technique I use has to work on both 1.3 and 2.0 so I'd like to know if there is a better way. -- Stephen Car