RE: [EMAIL PROTECTED] FTP with apache

2005-10-13 Thread Duncan Drury
If you want to redirect all ftp access on your machine to the zope server, it would be simpler to reconfigure the zope ftp server to use port 21. Dunx > -Original Message- > From: robert rottermann [mailto:[EMAIL PROTECTED] > Sent: Thursday, 13 October 2005 7:38 am > To: users@httpd.apac

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

2005-10-10 Thread Duncan Drury
> Is PHP5 installed as package? Binary or Source? > I installed from the port. Duncan - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To un

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

2005-10-05 Thread Duncan Drury
Scott Gifford said: > Can you paste the output of "ps -aux |head -1" and "ps -aux > |grep httpd" which shows this into an email back to the list? After doing apachectl graceful (with Apache running ok) Output from ps -aux |head -1 USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME C

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

2005-10-05 Thread Duncan Drury
> It sounds like php to me too, with what you've said so far. > What OS and PHP versions are you using? FreeBSD 5.2, Apache 1.3.33 and PHP5.0.5. > Can you paste the output of "ps -aux |head -1" and "ps -aux > |grep httpd" which shows this into an email back to the list? I'll have to wait till a

RE: [EMAIL PROTECTED] Re: Simple way to make directories display a list of its files

2005-10-05 Thread Duncan Drury
> Speaking of log messages... I keep seeing this in error_log: > > [Tue Oct 04 19:38:03 2005] [error] [client 192.168.0.4] File does not > exist: /var/www/localhost/htdocs/favicon.ico > > How can I tell what is looking for this file. And where to get it? Many recent browsers automatically reque

RE: [EMAIL PROTECTED] moving .htaccess rewrite cond to httpd.conf

2005-10-05 Thread Duncan Drury
The Rewrite directives need to go within a Directory block within the appropriate VirtualHost: RewriteEngine on RewriteRule ^(.*)/section$/new_location/new_file.htm As I understand it you have to do this for every VirtualHost, as Rewrite directives aren't inherited. Well, at leas

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

2005-10-04 Thread Duncan Drury
selfgnosis.com > > On Oct 4, 2005, at 1:15 PM, Duncan Drury wrote: > > > I am having some trouble with my installation of Apache and > PHP, which > > had previously been running fine on FreeBSD. > > > > I think there may be an error with my installation of PH

[EMAIL PROTECTED] Apache running with PID of 0

2005-10-04 Thread Duncan Drury
I am having some trouble with my installation of Apache and PHP, which had previously been running fine on FreeBSD. I think there may be an error with my installation of PHP, but I am still trying to track that down. However, one of the symptoms is Apache ends up running with a PID of 0 (or sh