2008/11/17 Andrei Pirvan <[EMAIL PROTECTED]>

> 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.
>
> 2. Nothing in the httpd error log?
> # tail /var/www/logs/error_log
> [Sat Nov 15 00:19:04 2008] [error] [client 192.168.1.2] file permissions
> deny server execution: /cgi-bin/bgplg
> [Sat Nov 15 00:19:16 2008] [error] [client 192.168.1.2] File does not
> exist: /htdocs/c
> [Sat Nov 15 01:15:16 2008] [notice] caught SIGTERM, shutting down
> [Mon Nov 17 08:38:52 2008] [notice] Initializing etag
> from /var/www/logs/etag-state
> [Mon Nov 17 08:38:52 2008] [notice] chrooted in /var/www
> [Mon Nov 17 08:38:52 2008] [notice] changed to uid 67, gid 67
> [Mon Nov 17 08:38:52 2008] [notice] Apache configured -- resuming normal
> operations
> [Mon Nov 17 08:38:52 2008] [notice] Accept mutex: sysvsem (Default:
> sysvsem)
> [Mon Nov 17 08:38:57 2008] [error] [client 127.0.0.1] File does not
> exist: /htdocs/server-status
> [Mon Nov 17 08:39:56 2008] [notice] caught SIGTERM, shutting down
>
> 3. What is the history of the machine?  Upgraded from previous release?
> Fresh install?
> Yes, It's a fresh install on this machine.
>
> 4. What's in your config files outside the ordinary?
> Just a few lines in httpd.conf to disable directory listing.
> Options -Indexes
>
> <Directory />
>    Options FollowSymLinks
>    AllowOverride None
> </Directory>
>
> <Directory /var/www/htdocs/pub>
>    Options +Indexes
>    AllowOverride None
> </Directory>
>
> 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
>
> 6. Do you have something showing up or nothing when you do:
> cat /var/www/conf/httpd.conf | grep 'LoadModule php'
> Here I get nothing.
>
> Thanks for replies.


Is there a new line character at the end of this line:

LoadModule php5_module /usr/local/lib/php/libphp5.so

It could cause the syntax error problem.

Reply via email to