Is there a way to run the package with lighttpd instead of apache2?

Asked by Rumpeltux

Is there some way I can install the wordpress package without installing all the apache2-dependencies since my server uses lighttpd instead?
Any help is much appreciated :-)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu wordpress Edit question
Assignee:
No assignee Edit question
Solved by:
Rumpeltux
Solved:
Last query:
Last reply:
Revision history for this message
Eliah Kagan (degeneracypressure) said :
#1

If you have lighttpd installed (or you are installing it at the same time as wordpress), you shouldn't have a problem installing wordpress without installing apache2. The wordpress package depends on (apache2 OR httpd), you don't need both. httpd is a virtual package provided by any of 23 different options for web servers, of which lighttpd is one. Please note that you also need a php5 implementation, for whatever web server you choose to use. See http://packages.ubuntu.com/maverick/wordpress (if you're running Ubuntu 10.10), or http://packages.ubuntu.com/lucid/wordpress (if you're running Ubuntu 10.04).

Revision history for this message
Rumpeltux (rumpeltux) said :
#2

Alright thank you. This didn't work for me, because I only had php5-cgi installed without php5. In this case (for whatever reason), apt will insist on also installing apache2.

Revision history for this message
Eliah Kagan (degeneracypressure) said :
#3

You've marked this as Solved. Is that to say that you did ultimately get wordpress to install and work properly, without apache2 installed (by installing the necessary php5 packages)? If not, do you still want help accomplishing that?