Hi Falko,
ive done the perfect lenny setup and proftp and virtual users with mysql and everything is fine.
Now i wanted to install eAccelerator which requires lighttpd and i was following
Install PHP 5.3.0/Lighttpd On Debian (Lenny) With Imap, MySQL, Sqlite3 And ImageMagick Support
the first statement is
aptitude install lighttpd thats when i hit my first error
the output from the shell was this
Quote:
server1:~# /etc/init.d/lighttpd restart
Stopping web server: lighttpd.
Starting web server: lighttpd/usr/sbin/lighttpd: Symbol `FamErrlist' has different size in shared object, consider re-linking
2009-09-02 18:00:33: (network.c.300) can't bind to port: 80 Address already in use
failed!
server1:~#
|
so i tried stopping apache2 and got the following
Quote:
server1:~# /etc/init.d/apache2 stop
Stopping web server: apache2 ... waiting ..
server1:~# /etc/init.d/lighttpd restart
Stopping web server: lighttpd.
Starting web server: lighttpd/usr/sbin/lighttpd: Symbol `FamErrlist' has different size in shared object, consider re-linking
.
server1:~#
|
i dont have the knowledge base yet to know what this means can you help please
Apache2 wouldnt restart so i had to remove lighttpd
see below
Quote:
server1:~# /etc/init.d/apache2 restart
Restarting web server: apache2(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
failed!
server1:~# apt-get remove lighttpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED
lighttpd
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 815kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 113513 files and directories currently installed.)
Removing lighttpd ...
Stopping web server: lighttpd.
Processing triggers for man-db ...
server1:~# /etc/init.d/apache2 restart
Restarting web server: apache2.
server1:~#
|
All of my sites have now died and return a blank page
netstat -lnp | grep :::80 returns
tcp6 0 0 :::80 :::* LISTEN 4912/apache2
but its not firing up my sites, default and defaul-ssl are fine nothing has ben changed in there
Recent comments
6 hours 21 min ago
13 hours 2 min ago
16 hours 53 min ago
18 hours 31 min ago
1 day 2 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 16 hours ago
1 day 21 hours ago
1 day 21 hours ago