Andrei Pirvan wrote:
1. Why does it say "Starting Pure-FTPd"? Have no ideea. Anyway,
Pure-FTPd is already installed on the system, but don't know why it
shows here.

May be you have a link, or modules for it in your configuration:

# ls -la /var/www/conf/modules/
total 8
drwxr-xr-x   2 root  daemon  512 Sep  5 17:40 .
drwxr-xr-x  11 root  daemon  512 Sep  5 17:37 ..
lrwxr-xr-x 1 root daemon 38 Sep 5 17:40 php5.conf -> /var/www/conf/modules.sample/php5.conf

If you don't know why it's there or you don't need it, may be you should try to figure out why you have it then.

2. Nothing in the httpd error log?
# tail /var/www/logs/error_log [Mon Nov 17 08:38:57 2008] [error] [client 127.0.0.1] File does not
exist: /htdocs/server-status

Looks like you try to configure the status server and it's not configure right.

Default is:

#
# Allow server status reports, with the URL of http://servername/server-status
# Change the ".your_domain.com" to match your domain to enable.
#
#<Location /server-status>
#    SetHandler server-status
#    Order deny,allow
#    Deny from all
#    Allow from .your_domain.com
#</Location>


Would you try to run that as /htdocs/server-status by any chance in a chroot with a different document directory setup?

#<Location /htdocs/server-status>
#    SetHandler server-status
#    Order deny,allow
#    Deny from all
#    Allow from .your_domain.com
#</Location>

More and more it start to look to me not as a default setup.

3. What is the history of the machine?  Upgraded from previous release?
Fresh install? Yes, It's a fresh install on this machine.

Then you should know why Pure-FTPd is trying to start by default then as it's not in the default install here.

5. What's your first line of php5.conf # head -1 /var/www/conf/modules/php5.conf LoadModule php5_module /usr/local/lib/php/libphp5.so

Anything at the end of the line?

Delete and retype manually just to see. Or cut and paste from a good line.

Best,

Daniel

Reply via email to